I’m trying to build JOODE, but I get the following error when running build.xml :
Buildfile: /home/bluesky/workspace/joode/build.xml
init:
prepareBuild:
compile:
[javac] Compiling 7 source files to /home/bluesky/workspace/joode/build/classes
[javac] /home/bluesky/workspace/joode/src/net/java/dev/joode/test/math/CholeskyTest.java:11: cannot find symbol
[javac] symbol : constructor TestCase()
[javac] location: class junit.framework.TestCase
[javac] public class CholeskyTest extends TestCase{
[javac] ^
[javac] 1 error
BUILD FAILED
/home/bluesky/workspace/joode/build.xml:82: Compile failed; see the compiler error output for details.
Total time: 2 seconds
What’s the matter with it ?