Here is the solution:
<project name="master">
<filelist id="projects" dir=".">
<file name="./EncodingUtils/build.xml"/>
<file name="./DRMLibrary/build.xml"/>
<file name="./MediaLibrary/build.xml"/>
<file name="./Mp4Library/build.xml"/>
<file name="./Mp2Library/build.xml"/>
<file name="./AsfLibrary/build.xml"/>
<file name="./MetaToolsLibrary/build.xml"/>
<file name="./M2TSTools/build.xml"/>
<file name="./AsfTools/build.xml"/>
<file name="./Mp4Tools/build.xml"/>
<file name="./TimedTextTools/build.xml"/>
</filelist>
<target name="dev-all">
<subant>
<target name="build"/>
<target name="devel-pub"/>
<filelist refid="projects" />
</subant>
</target>
</project>
--
View this message in context: http://old.nabble.com/using-subant-with-multiple-projects-with-specific-build-order-tp28771184p28773086.html
Sent from the Ant - Dev mailing list archive at Nabble.com.
|