DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=5003>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=5003 exec task does not return after executed command finished on Windows only [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2004-09-24 07:52 ------- bug is still present in 1.6 aand it cause problems for NetBeans 4.0 execution (NetBeans 4.0 build system is now based on Ant). See bug: http://www.netbeans.org/issues/show_bug.cgi?id=49489 simple case I've described before is still reproducible but better try to execute notepad instead of rmid: public static void main(String args[]) throws Exception { Runtime.getRuntime().exec("notepad"); System.out.println("finished"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]