>If in projectA the build.xml from projectB is called through the ant
target,
>the basedir of projectA could be used to create directories, resolve
>relative paths etc.. Is this correct ?
>
>Would something similar with
>"jar:file:///some/location/projectB.jar!/build.xml" work ?


No, Ants main class wont accept that url.
'Maybe' there are some scenarios where loading the buildfile from an url
would work. But having that option implies opening for all other
scenarios - and that would require the maintainance.


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to