You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Jason Rogers <ja...@tumbleweed.com> on 2001/08/15 20:01:39 UTC

RE: Build and Confiuration Managment with Ant... a.k.a. running A nt _ from_ JSP/Servlet

Here's a kludgy thought... If you are fairly certain a System.exit(int) call
is being made, try plugging in your own SecurityManager which does not allow
for the call to System.exit(). Then, catch SecurityException and see what
the trouble is.

-Jason