RE: Java task failing with AntSecurityException

2003-11-10 Thread Jeremy Nix
] 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

RE: Java task failing with AntSecurityException

2003-11-10 Thread Dominique Devienne
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

Re: Java task failing with AntSecurityException

2003-11-10 Thread Dale Anson
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