Re: and properties weirdness

2004-10-01 Thread Peter Reilly
Frode E. Moe wrote: Do you have any idea when this fix will be available in a proper release? The next release, but I do not know when this will happen. It should not be too long. In the meantime, it is good practice to place targets after tasks. Peter --

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

Re: and properties weirdness

2004-09-30 Thread Peter Reilly
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. Peter Frode E. Moe wrote: Hi! I am currently experiencing some weirdness when using multiple levels of imported build files. The issue boils do

Re: and properties weirdness

2004-09-30 Thread jfuller
Peter Reilly <[EMAIL PROTECTED]> wrote .. > Yep, > > It is a bug. > Can be done with two files: > > part2.xml > > > > > > part3.xml > > >dir.src is ${dir.src} > > > Dir.src is not set. > Swapping the and in part2.xml gives the correct result. I have confirmed this behavior

Re: and properties weirdness

2004-09-30 Thread Peter Reilly
Yep, It is a bug. Can be done with two files: part2.xml part3.xml dir.src is ${dir.src} Dir.src is not set. Swapping the and in part2.xml gives the correct result. Peter Stefan Bodewig wrote: On Thu, 30 Sep 2004, Frode E. Moe <[EMAIL PROTECTED]> wrote: I am currently experiencing

Re: and properties weirdness

2004-09-30 Thread Stefan Bodewig
On Thu, 30 Sep 2004, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Smells like a bug, I'm opening a bug report in bugzilla. Stefan - To unsubscribe, e-mail: [EMAIL PROTECT

Re: and properties weirdness

2004-09-30 Thread Stefan Bodewig
On Thu, 30 Sep 2004, Frode E. Moe <[EMAIL PROTECTED]> wrote: > I am currently experiencing some weirdness when using multiple > levels of imported build files. It is an ordering problem, as can be witnessed by looking into Ant's -debug output. Running "ant -f part3.xml -debug" you get ... Impor

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