Re: custom selector which examines multiple files before returning an answer

2005-06-07 Thread Frode E. Moe
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

custom selector which examines multiple files before returning an answer

2005-06-07 Thread Frode E. Moe
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

Re: auto configuration

2004-10-21 Thread Frode E. Moe
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

Re: and properties weirdness

2004-09-30 Thread Frode E. Moe
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

and properties weirdness

2004-09-30 Thread Frode E. Moe
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