AW: property inheritance

2009-06-30 Thread Jan.Materne
Not sure, but you could set a test like I did. Jan >-Ursprüngliche Nachricht- >Von: Cole, Derek E [mailto:derek.e.c...@lmco.com] >Gesendet: Dienstag, 30. Juni 2009 19:23 >An: Ant Users List >Betreff: RE: property inheritance > >I think I may have found something. It seems one of the >d

AW: loading ant macros from external files

2009-06-30 Thread Jan.Materne
>>> I have a bunch of ANT macros which are currently used by 1 >project only. >>> In the future they should be used by more projects. >>> So I'd like to put them in a separate ANT script and load >this at runtime into the >>> project ANT scripts. >>> >>> Has anyone an idea how to manage this? >>

Re: loading ant macros from external files

2009-06-30 Thread Rod Mackenzie
2009/6/30 Dominique Devienne : > On Tue, Jun 30, 2009 at 8:46 AM, Sascha Ernst > wrote: >> I have a bunch of ANT macros which are currently used by 1 project only. >> In the future they should be used by more projects. >> So I'd like to put them in a separate ANT script and load this at runtime >

Re: Making the delete task behave like /bin/rm -rf vis-a-vis symlinks to directories

2009-06-30 Thread Andy Stevens
On 26/06/2009, jscripter wrote: > > The main problem with this is that I don't want to keep track of which > symlinks to delete. > The tree I am deleting may have lots of symlinks. > > I realize that Java doesn't know about symlinks and that Ant uses a > heuristic to determine if a file objec

RE: property inheritance

2009-06-30 Thread Cole, Derek E
I think I may have found something. It seems one of the developers have used the task to pass their parameters in, however, I am guessing that this means that any property I over-ride on command line is not available in that new "shell" that the apply task creates, is this a correct assumption?

Re: Tests and Failures

2009-06-30 Thread Dominique Devienne
On Tue, Jun 30, 2009 at 11:17 AM, Tennis Smith wrote: > This is about ant used with cruisecontrol, but I thought someone here may > know the answer.  Nobody seems to know on the cc mailer. > > I have a few tests that will be shown as "Tests: 0, Failures: 0, Errors: 0, > Duration: 0.0" in the dashbo

Tests and Failures

2009-06-30 Thread Tennis Smith
Hi, This is about ant used with cruisecontrol, but I thought someone here may know the answer. Nobody seems to know on the cc mailer. I have a few tests that will be shown as "Tests: 0, Failures: 0, Errors: 0, Duration: 0.0" in the dashboard's test suites report. Generally, this is a poorly cod

Re: loading ant macros from external files

2009-06-30 Thread Dominique Devienne
On Tue, Jun 30, 2009 at 8:46 AM, Sascha Ernst wrote: > I have a bunch of ANT macros which are currently used by 1 project only. > In the future they should be used by more projects. > So I'd like to put them in a separate ANT script and load this at runtime > into the > project ANT scripts. > > Ha

Re: loading ant macros from external files

2009-06-30 Thread Francis GALIEGUE
On Tue, Jun 30, 2009 at 15:46, Sascha Ernst wrote: > Hello, > > I have a bunch of ANT macros which are currently used by 1 project only. > In the future they should be used by more projects. > So I'd like to put them in a separate ANT script and load this at runtime > into the > project ANT script

loading ant macros from external files

2009-06-30 Thread Sascha Ernst
Hello, I have a bunch of ANT macros which are currently used by 1 project only. In the future they should be used by more projects. So I'd like to put them in a separate ANT script and load this at runtime into the project ANT scripts. Has anyone an idea how to manage this? In the ANT manual I

Re: How to distinguish build/clean and build within ant task

2009-06-30 Thread Artur Rataj
Hello. I tried this, but for some reason, the properties set in the clean section appear to be gone when in build section. I do not know why, perhaps there are multiple instances of ant called in these Netbeans scripts. Anyway, I put to the clean section deletion of files generated by the java tas