https://issues.apache.org/bugzilla/show_bug.cgi?id=47854
--- Comment #2 from J.M. (Martijn) Kruithof <[email protected]> 2009-10-01 13:56:50 PDT --- Launcher only calls System.exit() in case something went wrong (non-zero exit status) Main also calls System.exit for a 0 exit status in case nothing went wrong (This may not be necessary, will investigate). Launcher is strictly meant to be used from the command line. Does it make sense to modify Launcher to solve [2] without fully solving [1], please note the System.exit calls are needed in Launcher and Main to indicate to the shell that something went wrong. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
