No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
メタデータ型の記述
describeMetadata ターゲットからは、組織で有効になっているメタデータ型のリストが返されます。このターゲットは、package.xml の <name> 要素 (カスタムオブジェクトの CustomObject や、ページレイアウトの Layout など) のメタデータ型に必要な構文を特定する場合に便利です。次のパラメータは、<sf:describeMetadata> ターゲットごとに設定できます。
組織で有効になっているメタデータ型のリストを取得するには、<sf:describeMetadata> を使用して、build.xml ファイルでターゲットを指定します。
1<target name="describeMetadata">
2 <sf:describeRetrieve
3 username="${sf.username}"
4 password="${sf.password}"
5 serverurl="${sf.serverurl}"
6 resultFilePath="describeMetadata/describe.log"/>
7</target>