Re: Reference access from imported build file (ant 1.6.2)

2004-07-22 Thread Matt Benson
Doug: I have tried, unsuccessfully, to reproduce your problem. If you can get a pair of small buildfiles together that demonstrate this behavior, open a Bugzilla report and attach them. Thanks, Matt --- Doug Lochart <[EMAIL PROTECTED]> wrote: > Hello all, > > I am currently upgrading to ant1.

Re: AW: Easy Question: Rename a Directory

2004-07-22 Thread Matt Benson
I see you are using "todir" and a nested . Have you tried: ? Untested, but it may work... -Matt --- "David F. White" <[EMAIL PROTECTED]> wrote: > At 02:07 AM 07/21/2004, you wrote: > > > There is code in to drop down to > File.renameTo where > > > possible. It > > > would be good to understa

Re: AW: Easy Question: Rename a Directory

2004-07-22 Thread David F. White
At 02:07 AM 07/21/2004, you wrote: > There is code in to drop down to File.renameTo where > possible. It > would be good to understand why this is not happening for > you. There may > be some condition which is preventing that from working > (filtering, for > example) or it might be a bug. In any

Reference access from imported build file (ant 1.6.2)

2004-07-22 Thread Doug Lochart
Hello all, I am currently upgrading to ant1.6.2 and I have run into a situation that works in 1.6.1 but not in 1.6.2. Hopefully someone can explain to me what is going on and if its a bug or a change that I need to accomodate for. In my base build.xml I define a path like so: < ... simple

RE: Entering more than one value through Input task

2004-07-22 Thread Nanda Kishore MVS
Hi, I think you will have to use ant 1.6.1 or higher to use this feature. Then, you should have the following locations in the system classpath before anything else "C:\apache-ant-1.6.1\lib;C:\apache-ant-1.6.1\lib\ant-contrib-0.6.jar;C:\apache-ant-1.6.1\lib\ant.jar;", where "C:\apache-ant-1.6.1"

AW: Entering more than one value through Input task

2004-07-22 Thread Jan . Materne
As I said before, is part of AntContrib. http://ant.apache.org/projects.html#antcontrib Jan > -Ursprüngliche Nachricht- > Von: Deepthi Ramachandran Nair [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 22. Juli 2004 13:53 > An: Ant Users List > Betreff: RE: Entering more than one v

RE: Entering more than one value through Input task

2004-07-22 Thread Deepthi Ramachandran Nair
I made changes in my make file as follows - I am pretty new to ANT so I am still just getting the hang of it. I tri

RE: Entering more than one value through Input task

2004-07-22 Thread Kataria, Satish
I am not very clear about what you mean from "I want to execute two files one after the other" But generally speaking you create a properties file for your build.xml and enter all the actual values In that file. Then all u need to do is provide that properties file as an argument to your build fil

AW: Entering more than one value through Input task

2004-07-22 Thread Jan . Materne
Use a combination of and AntContribs . Read a list of value with a defined separator () and let do the iteration. Something like that: Jan > -Ursprüngliche Nachricht- > Von: Deepthi Ramachandran Nair [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 22. Juli 2004