Re: with genericantfile changes basedir !

2005-11-21 Thread Dan Finkelstein
in ant-contrib to do what you want.. If you read the documentation of subant, it is stated clearly AFAIK that genericantfile changes the base dir. Cheers, Antoine Dan Finkelstein wrote: > Hi -- > > I have a number of sub-projects that I wish to call. I call > them with the same ant

with genericantfile changes basedir !

2005-11-17 Thread Dan Finkelstein
Hi -- I have a number of sub-projects that I wish to call. I call them with the same ant build file. I have a number of directories such as src/localization/en src/localization/fr src/localization/es representing all the languages I need to build for. And I use the element of to

Re: How to parse a directory path?

2005-11-07 Thread Dan Finkelstein
Thanks! I guess I was blind!! :( Dan Dick, Brian E. wrote: ? -Original Message- From: Dan Finkelstein [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 2:06 AM To: user@ant.apache.org Subject: How to parse a directory path? Hi -- I have a number of directories on

How to parse a directory path?

2005-11-05 Thread Dan Finkelstein
Hi -- I have a number of directories on which I wish to run the same ant build file. I implemented something using and which correctly calls a common build file for each directory. The problem is that, when this build file is running, I need to know the name of the directory it is running