Re: Ant and Ping

2008-01-09 Thread Steve Loughran
Z W wrote: Hi Gurus Is there a jar file out there that provides ping task to verify if a host connection is working ? There's no way to do ping in the Java APIs (see java.sun.com bugreps 'ICMP for Java'), so no pure ping command. the condition does something ping-like on a java 1.5+ runti

Re: Ant and Ping

2008-01-08 Thread Z W
Hi Any other recommendations ? Thanks

Re: Ant and Ping

2008-01-08 Thread David Brown
Maybe try beanshell or JMeter with JMeter Ant task with beanshell. And, you won't need cygwin. Z W wrote .. > Hi Gurus > > Is there a jar file out there that provides ping task to verify if a host > connection is working ? > > Another approach I have is to use cgwin with ant > > > failonerro