RE: create property value that has metacharacter by escaping meta characters.

2008-10-23 Thread Brian Agnew
n&opT=o >> n&opM=on&opA=on&opR=on&rss=1" >> >> ant complains about the meta-characters inside it. >> >> I am trying to check a cvsweb website with funky metacharacters in the >> address. >> >> >> -Original Message- &g

RE: create property value that has metacharacter by escaping meta characters.

2008-10-23 Thread Scot P. Floess
&rss=1" ant complains about the meta-characters inside it. I am trying to check a cvsweb website with funky metacharacters in the address. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 2:10 PM To: Ant Users List Subject: R

RE: create property value that has metacharacter by escaping meta characters.

2008-10-22 Thread Lucas Albers
complains about the meta-characters inside it. I am trying to check a cvsweb website with funky metacharacters in the address. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 2:10 PM To: Ant Users List Subject: Re: create property valu

Re: create property value that has metacharacter by escaping meta characters.

2008-10-22 Thread Scot P. Floess
Do you mean escape the meta-characters? Or do you want the actual characters to be contained in the property itself? On Wed, 22 Oct 2008, Lucas Albers wrote: I would like to refer to a url link that has meta-characters in it. How would I use CDATA or similar to comment out the meta-charac