Re: using subant with multiple projects with specific build order

2010-06-03 Thread videophool
gt; <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.

Re: using subant with multiple projects with specific build order

2010-06-03 Thread videophool
ng it for multiple targets. Thanks. > > The manual has information about declaring & using references. > The manual, wow! Thanks for the great info. -- View this message in context: http://old.nabble.com/using-subant-with-multiple-projects-with-specific-build-order-tp28771184p287

Re: using subant with multiple projects with specific build order

2010-06-03 Thread Jeffrey E Care
videophool wrote on 06/03/2010 02:40:12 PM: > > IIRC you can use a filelist to enforce ordering. > > > > Any details or sample code would be greatly appreciated. Especially > declaring the filelist once and using it for multiple targets. Thanks. The manual has information about declaring & u

Re: using subant with multiple projects with specific build order

2010-06-03 Thread videophool
this message in context: http://old.nabble.com/using-subant-with-multiple-projects-with-specific-build-order-tp28771184p28771415.html Sent from the Ant - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mai

Re: using subant with multiple projects with specific build order

2010-06-03 Thread Jeffrey E Care
videophool wrote on 06/03/2010 02:16:30 PM: > I am new to ant, and am setting up a master build.xml. There are several > projects (each with build.xml) that the master will build, and there is a > dependency chain so that they must be built in a specific order. All of the > subant examples t

using subant with multiple projects with specific build order

2010-06-03 Thread videophool
dir="./Proj2Folder" includes="build.xml"/> <fileset dir="./Proj31Folder" includes="build.xml"/> <fileset dir="./Proj4Folder" includes="build.xml"/> </subant> </target> </project> -- View this message in context: http://old.nabble.com/using-subant-with-multiple-projects-with-specific-build-order-tp28771184p28771184.html Sent from the Ant - Dev mailing list archive at Nabble.com.