RE: how to exclude a basedir while looping using foreach

2011-01-31 Thread rhea
Thanks alot that really helped and I dint even have to add the excludes statement. -- View this message in context: http://ant.1045680.n5.nabble.com/how-to-exclude-a-basedir-while-looping-using-foreach-tp3364313p3365697.html Sent from the Ant - Users mailing list archive at Nabble.com. --

RE: how to exclude a basedir while looping using foreach

2011-01-31 Thread rhea
i tried everything else earlier but not "*" what does "*" actually stand for? -- View this message in context: http://ant.1045680.n5.nabble.com/how-to-exclude-a-basedir-while-looping-using-foreach-tp3364313p3365698.html Sent from the Ant - Users mailing list archive at Nabble.com. -

RE: how to exclude a basedir while looping using foreach

2011-01-31 Thread Murray, Mike
You could try something like includes="*", but I'm not sure of the intent of your excludes. -Original Message- From: rhea [mailto:karissacab...@gmail.com] Sent: Monday, January 31, 2011 5:18 AM To: user@ant.apache.org Subject: how to exclude a basedir while looping using foreach

how to exclude a basedir while looping using foreach

2011-01-31 Thread rhea
My question is how do I exclude the basedir folder itself. i want to zip only the sub directories and not the basedir. When i use the above code it zips the base folder and then the inn

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 the running >> se

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

rafael_muneton

2011-01-31 Thread Rafael Muneton
http://zioom20.freehost.pl/bogob.html

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