Re: API Question - using a build file from within a jar

2009-12-15 Thread Stefan Bodewig
On 2009-12-15, Luke Shannon wrote: > I am looking at using the ANT API for a project I am working on. Is it > possible to set the ant.file User Property to point to a build file within > a Jar? Do you want to import it or use it as your main build file? Ant 1.7.1 will only work on files OOTB fo

API Question - using a build file from within a jar

2009-12-15 Thread Luke Shannon
Hello; I am looking at using the ANT API for a project I am working on. Is it possible to set the ant.file User Property to point to a build file within a Jar? I was playing around a bit with the getResource method to get a reference to the file, but have not had much luck being able to use