problems of using java task to start up a GUI application PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3069 *** shadow/3069 Mon Aug 13 16:30:20 2001 --- shadow/3069.tmp.4700 Mon Aug 13 21:21:55 2001 *************** *** 23,25 **** --- 23,32 ---- ant -debug and see what command line is being generated. Is it OK? + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-13 21:21 ------- + I think the problem is that the applicatioh's main() thread exits, ant gets + back control and calls System.exit(). A workaround is using fork="yes". A real + solution would be a new option for the java task that immediately ends the + build, but doesn't call System.exit().
