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
] [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
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
>
@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
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
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