It seems there are some inconsistencies in the current HibernateExt and Hibernate3 as they are in cvs.
For instance, HibernateExt/build.sh refers to hibernate 3.0, and HibernateExt/common/common-build.xml - to hibernate 3.1.
So which one should we build tools with? And what exactly is the command? After the jar task in my previous post, I also tried this:
cd HibernateExt
sh build.sh
But after a while is gives:
init:
[echo] Build Hibernate Tools-3.0.0alpha4 (2005-07-21 04:39:41)
common-build.compile:
[javac] Compiling 52 source files to /usr1/home/eelagin/HTools/HibernateExt/tools/build/classes
[javac] /usr1/home/eelagin/HTools/HibernateExt/tools/src/java/org/hibernate/cfg/JDBCMetaDataConfiguration.java:61: <anonymous org.hibernate.cfg.JDBCMetaDataConfiguration$1> is not abstract and does not override abstract method getReferencedPropertyType(java.lang.String,java.lang.String) in org.hibernate.engine.Mapping
[javac] public Type getPropertyType(String persistentClass, String propertyName) throws MappingException {
[javac] ^
[javac] 1 error
Once again, I have the latest Hibernate3, i.e. ../hibernate-3.1/.
|