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
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
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
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