Re: how to change property value in config file ?

2008-03-30 Thread Gilles Scokart
http://ant.apache.org/manual/OptionalTasks/propertyfile.html Isn't what you are searching for? On 28/03/2008, Md. Jahidul Hasan <[EMAIL PROTECTED]> wrote: > Hi > > Is there any way to handle configuration files with ant ? I have a config > file which contains some properties with correspond v

Re: how to file path from fileset

2008-03-30 Thread Raja Nagendra Kumar
Hi Gibert, Nice to know such feature exists. In case there is a documentation for all such sudo functions in ant, could you pl. let me know the url. I also noticed that giving the refid to property does exactly the same thing.

Re: how to change property value in config file ?

2008-03-30 Thread David Weintraub
Take a gander at the task. On Fri, Mar 28, 2008 at 4:19 AM, Md. Jahidul Hasan <[EMAIL PROTECTED]> wrote: > Hi > > Is there any way to handle configuration files with ant ? I have a config > file which contains some properties with correspond values. > > property 1= value 1 > property 2= value

RE: moving from server to server

2008-03-30 Thread Rick Genter
> From: mindspin311 [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 30, 2008 10:49 AM > To: user@ant.apache.org > Subject: moving from server to server > > > Can I do this all in ant without having to create a temp tar > file, then ftp > it to another server, then go back and delete the temp ta

Re: how to file path from fileset

2008-03-30 Thread Gilbert Rebhan
Gilbert Rebhan schrieb: the property ${toString:yourID} has your file P.S. = if there's more than one match, the property ${toString:yourID} has all matches in a comma separated list Regards, Gilbert - To unsubscribe,

moving from server to server

2008-03-30 Thread mindspin311
First let me say, sorry for posting on the dev board. I'll try to delete it after submitting this post. This is all being done in Unix for tarring a directory of php files. The process I'm trying to do is: given a folder you're either in or are sending as a command line argument, 1. tar it 2.

Re: how to file path from fileset

2008-03-30 Thread Gilbert Rebhan
Raja Nagendra Kumar wrote: I would like to know exact location of file given a fileset way to find one Assuming that only one file in tejasoft.root would match the expression "**/${name}Common.xml. the property ${toString:yourID} h

Re: how to file path from fileset

2008-03-30 Thread Robin Chaddock
Raja Nagendra Kumar wrote: I would like to know exact location of file given a fileset way to find one Assuming that only one file in tejasoft.root would match the expression "**/${name}Common.xml. Regards, Raja Nagendra Kumar, C.T.O ww