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] 2001-10-25 03:53 ------- It also exits with 1 if there is a problem, which is useful. Probably the Javadoc for this class should discourage attempts to reuse it for other front-ends. It is not necessary to do so at all. You can do everything you need with BuildLogger and Project. Or else start() should return an int which main() should exit with, for people wishing to exactly mimic the command-line options behavior.
