DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4398>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4398 org.apache.tools.ant.Main's start method calls System.exit(0) ------- Additional Comments From [EMAIL PROTECTED] 2003-04-30 17:24 ------- My problem is that I want to functional test my custom Ant task using JUnit. But alas I cannot, as the System.exit call kills my TestCase. Couldn't System.exit be optional? Maybe via a System property?