RE: Change the web.xml File through ANT

2005-01-12 Thread Velagapudi, Murali
thanks -Original Message- From: praveen pachhapur [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 6:31 PM To: Ant Users List Subject: Re: Change the web.xml File through ANT Murali, Use token filter from ant to replace the propery values at run time

Re: Change the web.xml File through ANT

2005-01-12 Thread Brian Agnew
] [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 10:42 AM To: user@ant.apache.org Subject: AW: Change the web.xml File through ANT 1) external ant lib: xmltasks 2) copying a template using nested filterchain Jan -Ursprüngliche Nachricht- Von: Velagapudi, Murali [mailto:[EMAIL

Re: Change the web.xml File through ANT

2005-01-11 Thread praveen pachhapur
Murali, Use token filter from ant to replace the propery values at run time. Praveen On Fri, 7 Jan 2005 10:34:37 -0500, Velagapudi, Murali <[EMAIL PROTECTED]> wrote: > Hi , > > I am using same ant script to deploy application on various systems in this >

RE: Change the web.xml File through ANT

2005-01-07 Thread Velagapudi, Murali
@ant.apache.org Subject: AW: Change the web.xml File through ANT 1) external ant lib: xmltasks 2) copying a template using nested filterchain Jan > -Ursprüngliche Nachricht- > Von: Velagapudi, Murali [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 7. Januar 2005 16:35 > An: Ant Users Li

AW: Change the web.xml File through ANT

2005-01-07 Thread Jan . Materne
1) external ant lib: xmltasks 2) copying a template using nested filterchain Jan > -Ursprüngliche Nachricht- > Von: Velagapudi, Murali [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 7. Januar 2005 16:35 > An: Ant Users List > Betreff: Change the web.xml File thro

Change the web.xml File through ANT

2005-01-07 Thread Velagapudi, Murali
Hi , I am using same ant script to deploy application on various systems in this i need to change the web.xml file of the application i.e the value for property_dir will be different on various systems i can pass the param-value while running the ANT script is there a way so that the ant ca