On Tue, Jun 07, 2005 at 08:05:51 -0700, Matt Benson wrote:
> In Ant 1.7 you will be able to do this
(...)
> Unfortunately this doesn't help you particularly now,
(...)
No problem, thanks for the quick answer - which saved me some time
searching the ant 1.6.x source for something which wouldn't b
Hi, I'm trying to implement a way to detect duplicate .jar files (where
only the version differ) and delete all duplicates except the newest.
The way I hoped to implement this was to use the task together
with a custom Selector, like this:
Unfortunately this doesn't seem to
On Thu, Oct 21, 2004 at 14:57:12 -0400, Peter Wilkes wrote:
> right now we have a general properties file called "program.properties"
> and we have an install proceedure to change certain lines.
>
> we would like to set up ant persay to read in another file called
> "site1.properties" read in all
On Thu, Sep 30, 2004 at 18:38:43 +0100, Peter Reilly wrote:
> Thanks for the error report!
> This issue is now fixed in CVS.
> A work-around with the current ant code is to place
> all targets at the end of the build files.
Yes, I noticed you had closed the bug in bugzilla and found the CVS
commit
Hi!
I am currently experiencing some weirdness when using multiple levels of
imported build files. The issue boils down to properties not being set,
when I expect them to be. I am puzzled, because the ant manual for
says that is basically the same as a copy&paste job.
I'm attaching four build f