Beatriz-

If you are using the <java> task to launch your obfuscator, then you can set
the fork="yes" attribute, which will fire up your java task in a new JVM.
Thus, the ant build will not be destroyed when your obfuscator does its
System.exit(0).

Regards,
Chris

-----Original Message-----
From: Beatriz Sanchez [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 7:08 AM
To: '[EMAIL PROTECTED]'
Subject: ant und System.exit




I try to use ant in a build process that includes some
ofuscation process. I use the Zelix Klassmaster ofuscator
and it will call from a java target.  The ZKM schould produce
a System.exit(0) which also produce that the ant JVM finish.
It is posible to avoid that?
Thanks a lot
Beatriz Sanchez

Reply via email to