On 30 Jan 2002, Jakob Nielsen <[EMAIL PROTECTED]> wrote:

> Is there a way to make the org.apache.tools.ant.Main class look for
> the build.xml file inside the jar file

No, Main will always look into the file system, no matter what you
do.  You could extract build.xml from the jar to some temporary file
and point Main there, or you could patch Main to look for resources as
well.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to