You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Doremieux, Olivier" <Ol...@fc.celera.com> on 2000/08/11 05:12:08 UTC

ant & win98

Apparently I have some problem to run ant on Windows 98.
ant.bat doesn't seems to be able to add the ant libraries
The following part doesn't seems to work :
set LOCALCLASSPATH=%CLASSPATH%
for %%i in (%ANT_HOME%\lib\*.jar) do call %ANT_HOME%\bin\lcp.bat %%i

Anybody know how to fix that?

I have no problem with NT

Olivier