Subject Re: Additional line needed in build.bat
Author Roman Rokytskyy
Hi,

> I just tried to build from cvs sources and ran into a small problem.
> The junit.jar lib needs to be added to the classpath in the build.bat
> file:
>
> set CLASSPATH=.\lib\junit.jar
>
> Otherwise, ant complains that it cannot find the junit task:

Which OS do you use? Under Win2k it works ok, ant.bat correctly
discovers all jar files from lib directory and adds them to the
classpath, including junit.jar.

Does anybody else have same problem?

Thanks!
Roman