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

2006-07-11 Thread madhuvanti joshi
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

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

2006-07-11 Thread madhuvanti joshi
ter 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

ANT script fails to run when path contains '!'

2006-07-09 Thread madhuvanti joshi
Hi All, I have a batch file through which I am calling ANT script. Before calling ANT script, I am setting CLASSPATH through batch file to the path containing ANT libraries and product. Although CLASSPATH has been set properly when I have a '!' in the path ( e.g. C:\Program Files\Some!Path\AntMai

Putting -verbose option 'on' and 'off' during ANT build

2006-06-19 Thread madhuvanti joshi
Hi, I am running an ANT script with -verbose option. It gives me additional information in log file. I need to put it 'OFF' while the script is running and then again make it 'ON' as I want to make sure certain information is not logged. Is there any way to do this in ANT scripting? Like, in batc