where to keep jar files

2009-08-06 Thread Raagu
Hi people In my build script, I have made use of , and other tasks which made use of external jars . I have kept those jar files in ${ANT_HOME}\lib directory.. But I dont want to keep those jar files in Ant Lib's directory.. So Is there any way to keep those jar files in other directory may be

RE: AW: AW: Reversing a list

2009-08-05 Thread Raagu
; http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html > > -Original Message- > From: Raagu [mailto:rknilekani2...@gmail.com] > Sent: Wednesday, August 05, 2009 16:36 > To: user@ant.apache.org > Subject: Re: AW: AW: Reversing a list > > > "Try giving th

Re: AW: Reversing a list

2009-08-05 Thread Raagu
Ok.. But in my script i cant assign newlist values to a property because In my script newlist values will change dynamically over many iteration and i need process.. Other than assigning to a property Is there any other options ??? glenn opdycke-hansen wrote: > > Ant properties are immutable

Re: AW: AW: Reversing a list

2009-08-05 Thread Raagu
"Try giving the property a new name" I didnt get this.. pls can u explain ?? Jan.Materne wrote: > >>How can i access the the newlist here (outside task) >>I tried ${list} >>But it is giving old values .. which is set initially.. >>please do reply. > > Maybe you are not doing a

Re: AW: Reversing a list

2009-08-05 Thread Raagu
> > > > > > > > >The original list : ${list} >filtered list : ${filtered} >reverted + filtered : ${reverted} > > > > > > >>-Ursprüngliche Nachricht--

Reversing a list

2009-08-05 Thread Raagu
Hello People I have a written a ant script which has a variable say "list" which contains list of names say name1,name2,ant,forum,nabble . All r comma separated.. I want to reverse this list such dat , after reversing "list" should give me nabble,forum,ant,name2,name1.. And also Is there

problem in ant svn copy

2009-07-27 Thread Raagu
Hello I have used svn copy in ant script.. My ant script is when executing this script I am getting Null pointer exception.. org.tigris.subversion.svnclientAdapter.javahl.AbstractjhlClientAdapter.copy(AbstractJhlClientAdapter.java:638) Please help me out solve this problem -- View this

Re: Help On delimiter attribute in for task...

2009-07-27 Thread Raagu
n fixcrlf... Is that > the correct order, or fixcrlf then loadfile? > > > > On Sun, 26 Jul 2009, Raagu wrote: > >> >> No.. If we write "\r\n" , then it will take both 'r' and 'n' as >> delimiters .. >> So it cant dis

Re: Help On delimiter attribute in for task...

2009-07-26 Thread Raagu
ectories in that directory will be there.. Raagu wrote: > > Hello I have an ant script which reads from file "project.properties" > > The code snippet is below > > > > > >@{letter} > > > > I want to read line by line. I am

Help On delimiter attribute in for task...

2009-07-26 Thread Raagu
Hello I have an ant script which reads from file "project.properties" The code snippet is below @{letter} I want to read line by line. I am not getting what should I give in the delititer attribute of for task.. pls tel me the delimiter attribute value so that for each loop @{letter}