On Thu, 13 Oct 2005, Kev Jackson <kevin.jackson@it.fts-vn.com> wrote:
> Yes the properties file is being loaded (just rechecked now). It
> seems to be a problem if I reference a property from the common
> properties file within the project specific file.
Hmm, may it just be the order in which files are loaded?
ISTR that <import> adds everything at the bottom of the current build
file, not at the point where the task is defined. So you'd load your
project specific file before the common one - if both are outside of
targets, that is.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|