You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/04/01 18:46:19 UTC

DO NOT REPLY [Bug 18572] New: - Exec Task Hang-Up

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: dev@ant.apache.org
        ReportedBy: aajkaromeo@yahoo.com


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.