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
Here is the solution:
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
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
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
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
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