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. -

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