runtests.bat

2003-01-14 Thread Toufic Nehme
Hi guys, I have a very simple problem and appreciate any help ! I get the error messages below when I try to run the script runtests.bat under 0.20.5rc . With the 0.20.4 version there is no problem !! am I missing something ? do I have to modify the script ? Thanks... D:\fop-0.20.5rc\docs

Re: runtests.bat

2003-01-14 Thread Jeremias Maerki
Make sure you build FOP before running runtests.bat. It looks like fop.jar isn't available. On 14.01.2003 16:16:37 Toufic Nehme wrote: > Hi guys, > I have a very simple problem and appreciate any help ! > I get the error messages below when I try to run the > script runtests.ba

Re: runtests.bat

2003-01-14 Thread J.Pietschmann
Toufic Nehme wrote: Exception in thread "main" java.lang.NoClassDefFoundError: and Looks like there is a "Documents and settings" in the Windows CLASSPATH. Edit the file and plase double quotes (") around %LOCALCLASSPATH%;%CLASSPATH% in line 25: "%LOCALCLASSPATH%;%CLASSPATH%" Alternatively, clear

Re: runtests.bat

2003-01-14 Thread Toufic Nehme
ok, perfect ! the original classpath was causing the problem. Thanks for the hint "J.Pietschmann" wrote: > Toufic Nehme wrote: > > Exception in thread "main" java.lang.NoClassDefFoundError: and > Looks like there is a "Documents and settings" in the Windows > CLASSPATH. Edit the file and plas