Visual SourceSafe Antlib (was [DISCUSS] Commercial Tasks in Ant)

2010-06-03 Thread Bruce Atherton
On 02/06/2010 8:14 PM, Kevin Jackson wrote: - Microsoft Visual SourceSafe: already an Antlib, just need the vote to get it out of Ant core/optional and to get a release. I did the work for this, but could never get the requisite number of votes for this to be released. I've g

Re: using subant with multiple projects with specific build order

2010-06-03 Thread videophool
Here is the solution:

Re: using subant with multiple projects with specific build order

2010-06-03 Thread videophool
Jeffrey E Care wrote: > > 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 m

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
Jeffrey E Care wrote: > > videophool wrote on 06/03/2010 02:16:30 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. -- View this message in

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
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 that I find use dirset which does not allow control of th