Alexey N. Solofnenko wrote:
There is <socket> to check for ports, but no "while". I would suggest using <scriptdef> and write it in a code.


There is <waitfor>, that blocks until a condition is met


<waitfor maxwait="20"  maxwaitunit="second" checkevery="500">
 <not>
  <socket port="8080" server="localhost" />
 </not>
 <waitfor>


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

Reply via email to