Re: AW: How to load build.xml from a JAR ?

2009-01-27 Thread stlecho
Concerning Jan.Materne wrote: > because the project needs a base directory with real "file access" 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 somet

How to load build.xml from a JAR ?

2009-01-27 Thread stlecho
Hi, I would like to package a build.xml file into a JAR so that it can be referenced by other projects (using the ant antfile target). I was thinking about using "classpath:..." in the antfile attribute, but that does not work. How can this functionality be achieved ? Regards, Stefan Lecho. --