[odejava] problem using the ant bulid file and eclipse

So I just checked out the odejava folder from the java.net cvs. I am using eclipse, which is a very nice editor.
I told it to run build.xml in the odejava folder and got this error:

Buildfile: C:\Documents and Settings\Andrew\workspace\odejava\odejava\build.xml
init:
    [mkdir] Created dir: C:\Documents and Settings\Andrew\workspace\odejava\odejava\classes
build:
    [javac] Compiling 120 source files to C:\Documents and Settings\Andrew\workspace\odejava\odejava\classes

BUILD FAILED
C:\Documents and Settings\Andrew\workspace\odejava\odejava\build.xml:69: Error running javac.exe compiler

Total time: 3 seconds

does anyone know what I am doing wrong?

There’s no reason to use Ant if your using eclipse.
Just compile the files like you do any other Java source files.
But if you want to use Ant, just download and install Ant, then goto the directory
where the Build.xml file is, type “ant” and everything will be compiled.

Are you sure you have the JDK installed, not only the JRE (runtime environment) ?
If it doesn’t find the javac.exe file maybe it’s you don’t have it.