----- Original Message -----
From: "Jean-Jacques Monnat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 12:00 AM
Subject: RE: installation problems on windows 98


> Hi Anke,
>
> Where did unzip the zip files ? Don't unzip it
> in a directory containing space char, like Program Files.
>
> It's better straight in C:\, like the most of the java apps.
>
> I had a similar problem because of one the class paths element
> did contain a space, ant was the first java app making problem
> with this classpath, but it works fine now.
>

And if there are still problems it would maybe be easier to do the
following:

1. edit %ANT_HOME%\bin\ant.bat and change the first line to read
    "REM @echo off"
    instead of
    "@echo off"
2. Run ant as follows
    "ant >ant.log"
3. Post ant.log (so we can see where the problem is)

Nico


Reply via email to