Hi,
I got the sources from CVS today (few minutes ago) and tried to build the hibernate2.jar file. I was getting the following compilation errors. Could some one send me the right sources or point me from where I can get them.
[echo] Build Hibernate-2.0.3 (2003-09-11 04:33:09)
compile:
[javac] Compiling 2 source files to E:\cvs\Hibernate2\build
[javac] E:\cvs\Hibernate2\src\net\sf\hibernate\persister\EntityPersister.java:123: ';' expected
[javac] String[] columns = (String[]) columnNamesByPropertyPath.fpath);
[javac] ^
[javac] E:\cvs\Hibernate2\src\net\sf\hibernate\impl\SessionFactoryImpl.java:208: cannot resolve symbol
[javac] symbol : method ftentClass ()
[javac] location: class net.sf.hibernate.mapping.PersistentClass
[javac] classPersisters.put( model.ftentClass(), cp );
[javac] ^
[javac] E:\cvs\Hibernate2\src\net\sf\hibernate\persister\EntityPersister.java:123: cannot resolve symbol
[javac] symbol : variable fpath
[javac] location: class java.util.HashMap
[javac] String[] columns = (String[]) columnNamesByPropertyPath.fpath);
[javac] ^
[javac] 3 errors
thanks,
TM
_________________ TM
|