RE: Escaping Characters

2006-01-26 Thread Lemke, Wesley
re of that. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 3:42 PM To: Ant Users List Subject: Re: Escaping Characters On 1/26/06, Lemke, Wesley <[EMAIL PROTECTED]> wrote: > How do I escape the special characters, before I send the cv

Escaping Characters

2006-01-26 Thread Lemke, Wesley
We are prompting for a cvs password in our ant script. However, we have some users that have special characters in their password (! for example). How do I escape the special characters, before I send the cvs command to the system? Here is the relevant parts of our build.xml: