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
assumption?
-Original Message-
From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de]
Sent: Tuesday, June 30, 2009 2:14 AM
To: user@ant.apache.org
Subject: AW: property inheritance
I set up a little test and all props are set as via CLI.
Jan
build.xml
] prop.imported=imported value
[echoproperties] prop.second=set in called buildfile
>-Ursprüngliche Nachricht-
>Von: Cole, Derek E [mailto:derek.e.c...@lmco.com]
>Gesendet: Montag, 29. Juni 2009 23:09
>An: Ant Users List
>Betreff: property inheritance
>
>Hi all.
>
Hi all.
If I have a build script that makes an call to another build
script, for a specific target in that build script, are the imports that
the 2nd build script has initialized just the same as if I had called
the 2nd build script's target from command line?
I seem to have an issue where