Re: How to retrieve IP address

2011-02-01 Thread Martijn Kruithof
On 31-1-2011 9:03, hezjing wrote: Hi May I know if it is possible to retrieve the IP address of the running server in Ant? http://ant.apache.org/manual/Tasks/hostinfo.html using the standard ant task the ADDR4 property is set, which will contain the address of the host ant is running on.

Re: How to retrieve IP address

2011-01-31 Thread Gilbert Rebhan
Original Message Subject: Re: How to retrieve IP address From: Dominique Devienne To: Ant Users List Date: Mon Jan 31 2011 16:08:21 GMT+0100 (CET) > On Mon, Jan 31, 2011 at 2:03 AM, hezjing wrote: >> May I know if it is possible to retrieve the IP address of th

Re: How to retrieve IP address

2011-01-31 Thread Dominique Devienne
On Mon, Jan 31, 2011 at 2:03 AM, hezjing wrote: > May I know if it is possible to retrieve the IP address of the running > server in Ant? Google found it for me in Antelope, a 3rd party collection of Ant tasks: http://antelope.tigris.org/nonav/docs/manual/bk03ch16.html Might be possible with pu

How to retrieve IP address

2011-01-31 Thread hezjing
Hi May I know if it is possible to retrieve the IP address of the running server in Ant? -- Hez