Hi,

i'm starting a jboss 7.1.1 with an exec task:

<target name="start">
        <exec dir="jboss_home/bin" executable="cmd.exe" spawn="true">
                <arg line="/c call standalone.bat" />
        </exec>
</target>

this works for me.
Now i want to check if the EAR inside the deployment folder is fully deployed.
I tryed with "waitFor " but i can't run antoher "Exec" inside  the
waitFor to check the Application is up.

A simple http request is not sufficient, because the localhost:8080 is
running before the Application is fully deployed.

Thanks
Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to