error while executing build.bat

2001-07-02 Thread Enrico Schnepel
if there are spaces in the classpath I get a NoClassDefFoundError. The command running Java must contain a '' arround %CLASPATH% and should look like %JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5 instead of

Re: Re: error while executing build.bat

2001-07-02 Thread Enrico Schnepel
I am Using Win NT 4.0 with JDK 1.3.0 The error occours because the second part (aft the space) is recognices as class to be run. and this class could not be found. Enrico Which versions of Windows is this correct for? Win95/98/2000/NT/ ? PS IMHO anyone with spaces in filenames is asking for

Re: Re: error while executing build.bat

2001-07-02 Thread Enrico Schnepel
I am Using Win NT 4.0 with JDK 1.3.0 The error occours because the second part (aft the space) is recognices as class to be run. and this class could not be found. Enrico Which versions of Windows is this correct for? Win95/98/2000/NT/ ? PS IMHO anyone with spaces in filenames is asking for