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

EXEC hangs until all processes launched from within .bat file finish.

           Summary: EXEC hangs until all processes launched from within .bat
                    file finish.
           Product: Ant
           Version: 1.5.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


EXEC never finished until the processes launched from the start_opera.bat 
complete.  The start_opera.bat has finished - but ant keeps hanging until
all processes launched from within start_opera.bat have finished.

I am testing a middle tier app.  I want to start middle tier (keep it running).
Then run tests against the middle tier.

here is an extract from my ant script:
    <exec dir="..\scripts_windows\" 
          executable="..\scripts_windows\start_opera.bat" 
          os="Windows 2000" 
          output="opera_start.txt">
     </exec>

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

Reply via email to