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 <isreachable> condition does something ping-like on a java 1.5+ runtime

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

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

Reply via email to