Kris Range wrote:
Hi,
I posted this on another forum and they recommended I ask here. I have
some characters that I need to escape in my build.properties file
(like äåö). The only option I could find that was close to this was to
use escapeunicode so I tried using with
the node but that di
Hi,
I posted this on another forum and they recommended I ask here. I have
some characters that I need to escape in my build.properties file (like
äåö). The only option I could find that was close to this was to use
escapeunicode so I tried using with the
node but that didn't seem to
help.
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
On 1/26/06, Lemke, Wesley <[EMAIL PROTECTED]> wrote:
> How do I escape the special characters, before I send the cvs command to
> the system?
> value=":pserver:${cvs.user}:[EMAIL PROTECTED]:${cvs.code.repository.dir}"
>
> If someone's password is: th!s
> I would like cvs.pass to be: th\!s
Why wo
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: