Hi,
Trying to build from source for the first time. Here's what I did:
cvs -d:pserver:
[email protected]:/cvsroot/hibernate co HibernateExt
cd HibernateExt
ant -p
I've got an error about ../hibernate-3.1/lib not found. So I did this:
cd ..
cvs -d:pserver:
[email protected]:/cvsroot/hibernate co Hibernate3
mv Hibernate3 hibernate-3.1
cd HibernateExt/tools
ant -p
And this is what I'm getting:
Buildfile: build.xml
/usr1/home/eelagin/HTools/HibernateExt/tools/build.xml:16: The following error occurred while executing this line:
/usr1/home/eelagin/HTools/HibernateExt/common/common-build.xml:58: taskdef A class needed by class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found: junit/framework/Test
junit jar is in ../hibernate-3.1/lib.
What am I doing wrong?
Is there a step-by-step instruction how to build hibernate-tools from the source? I'm assuming there is a build task in build.xml.