]
Sent: Monday, November 10, 2003 4:52 PM
To: 'Ant Developers List'
Subject: RE: Java task failing with AntSecurityException
Just fork your Java task. Ant doesn't want any Java code it executes to
exit the VM, thus the exception you're seeing. When you fork your
, the code ex
ent: Monday, November 10, 2003 3:47 PM
> To: Ant Developers List
> Subject: Re: Java task failing with AntSecurityException
>
> Do something like this:
>
>failonerror="${jav
Do something like this:
The Ant doc for the task has a link to the details.
Dale
Jeremy Nix wrote:
I'm trying to use the Java task to compile my xsl documents into
tem