https://issues.apache.org/bugzilla/show_bug.cgi?id=47775
--- Comment #1 from J.M. (Martijn) Kruithof <[email protected]> 2009-10-01 13:52:54 PDT --- This could be caused by the main thread exiting in the called java program. (This implies the program completely runs from other threads than main.) ant calls System.exit when the end of the build is reached. I'll investigate if it is safe to change the Main class not to call System.exit in case of an successful exit status. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
