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=18572>. 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=18572 Exec Task Hang-Up Summary: Exec Task Hang-Up Product: Ant Version: 1.5.1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When doing an <exec> on a startServer.sh or startServer.bat file or any files like that, the <exec> task tends to hang-up at that point and continues to wait until the file finishes executing. However, it will never finish executing. We don't want that process/file to stop running, but we simply would like it to run in the background and allow ant to continue with the rest of the targets in the script. A possible creation of a <spawn> task or something like that would be beneficial to many people.