Re: ANT script fails to run when path contains '!'

2006-07-11 Thread madhuvanti joshi
Right, it didn't solve my issue as even if I am giving escape characher '^' before '!' it is still not finding the path. Thanks, Madhu. --- Dominique Devienne <[EMAIL PROTECTED]> wrote: > The escape char for bat (cmd) is ^ but it's far from > certain it will > solve your issue. --DD > > On 7/1

RE: ANT script fails to run when path contains '!'

2006-07-11 Thread Anderson, Rob (Global Trade)
IMHO using a funky character, like !, in a path is a bad idea. -Rob Anderson > -Original Message- > From: madhuvanti joshi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 11, 2006 1:39 AM > To: Ant Users List > Subject: RE: ANT script fails to run when path contains

Re: ANT script fails to run when path contains '!'

2006-07-11 Thread Dominique Devienne
The escape char for bat (cmd) is ^ but it's far from certain it will solve your issue. --DD On 7/11/06, madhuvanti joshi <[EMAIL PROTECTED]> wrote: Keith, I checked this, but it might not be the case as ! is not followed by \ as specified in the link you have given below and it is not used in j

RE: ANT script fails to run when path contains '!'

2006-07-11 Thread madhuvanti joshi
Keith, I checked this, but it might not be the case as ! is not followed by \ as specified in the link you have given below and it is not used in java prog, it is used in batch file which calls ANT script. Could anybody pls tell me which escape characher could be used for ! in command below:(I'v

RE: ANT script fails to run when path contains '!'

2006-07-10 Thread Keith Hatton
This could be because the ! character indicates a resource within a JAR file. (see http://java.sun.com/j2se/1.5.0/docs/api/java/net/JarURLConnection.html) Hope this helps Keith -Original Message- From: madhuvanti joshi [mailto:[EMAIL PROTECTED] Sent: 10 July 2006 06:20 To: Ant Users Li