User the <waitfor> task (Ant 1.5):
<waitfor maxwait="120" maxwaitunit="second">
<socket server="localhost" port="8080>
</waitfor>
You can use the <socket>, or the <http> target.
----- Original Message -----
From: <[EMAIL PROTECTED]>
> Dear all,
>
> We are trying to get make a script for cruisecontrol. The script needs to
> first build our application, and then deploy it. The building is no
> problem, but the starting of weblogic is.
>
> We have tried out 2 alternatives:
>
> 1 start weblogic like in the script below. But then ant just
> stops after weblogic is started.
>
> 2 run the weblogic in a parallel task, but then we don't know
> when weblogic is started.
> So we would need some kind of check to know when weblogic is
> completely started
>
> Any help would be very much appreciated,
> Frankie
>
> <target name="start.weblogic">
> <echo message="Debug:
> ${bea.home}/wlserver6.0/lib/weblogic.jar"/>
> <java classname="weblogic.Server" fork="yes" dir="F:
> \Work\Bea\wlserver6.0" classpath="${classpath};${weblogic.classpath}">
> <jvmarg value="-hotspot"/>
> <jvmarg value="-ms64m"/>
> <jvmarg value="-mx64m"/>
> <jvmarg value="-Djava.library.path
> =${bea.home}/wlserver6.0/lib;${bea.home}/wlserver6.0/bin;"/>
> <jvmarg value="-Dweblogic.Domain=mydomain"/>
> <jvmarg value="-Dweblogic.Name=myserver"/>
> <jvmarg value="-Dbea.home=${bea.home}"/>
> <jvmarg value="
> -Dweblogic.management.password=password"/>
> <jvmarg value="-Djava.security.policy
> =${bea.home}/lib/weblogic.policy"/>
> </java>
> </target>
> *******************Internet Email Confidentiality Footer*******************
>
>
> Privileged/Confidential Information may be contained in this message. If
> you are not the addressee indicated in this message (or responsible for
> delivery of the message to such person), you may not copy or deliver this
> message to anyone. In such case, you should destroy this message and kindly
> notify the sender by reply email. Please advise immediately if you or your
> employer do not consent to Internet email for messages of this kind.
> Opinions, conclusions and other information in this message that do not
> relate to the official business of my firm shall be understood as neither
> given nor endorsed by it.
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>