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=24162>.
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=24162

Add option to prevent Ant from blocking on exec task process

           Summary: Add option to prevent Ant from blocking on exec task
                    process
           Product: Ant
           Version: 1.5.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm in need of a way to launch an O.S. specific script (via exec or similar
task) and have Ant continue to run to completion without blocking for the
process to complete. This is becoming problematic as we use exec to start our
EJB server (and our web server). When Ant hangs around as a separate process and
waits for the server to finish. It becomes a problem seeing a stack trace from
the launched process without Ant's stack trace getting in the way among other
things. Ultimately what I'm looking for is a way to <exec> and forget it
whithout Ant intercepting in/out streams.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to