It is inherited wherever project.xml is.
I copied the project.properties (container the version numbers) down to the subproject. The ${..} were still not used in downloading the jar. The attempt to download looked something like:
Attempting to download commons-logging-.jar. WARNING: Failed to download commons-logging-.jar. Attempting to download log4j-.jar. WARNING: Failed to download log4j-.jar.
So it seems that there /was/ and attempt to interpret ${..}, but the value was not found and thus "" was used.
I have to play some more to see if I can get any value from the project.properties to be used in the project.xml.
Thanks for the help Brett!
-- barry kaplan [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
