I'm trying to use <exec> task to run windows "net use" command.  It worked
fine when the password I used for net use is something like 'abcdef'.  Once
I have special charactors in it, such as '@', '|', '&', ant throws a
"Illegal character or entity reference syntax" error.  I also got the same
error when I try to assign a string with those special chars to a property
using the <property> task.  I tried to use '\' to escape these special chars
and that didn't help either.  Has anyone encounter the similiar problem?


Jian"Chuck" Ma
KMV LLC
1620 Montgomery St. Suite 140
San Francisco, CA 94111
415-352-1157(w)




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to