Okay, copying hibernate3.jar from h:\workspace\hibernate-3.2\build to h:\workspace\hibernate-3.2\ gets me a little further.
But I got some other error during the [javadoc] task that expected to see a h:\workspace\Hibernate3 map. So I copied the complete h:\workspace\hibernate-3.2 directory to h:\workspace\Hibernate3
ok, now I run build.
Which fails at this point:
Code:
init:
[echo] Build Hibernate Annotations-3.2.0.GA (2007-01-05 01:36:10)
compile:
[javac] Compiling 132 source files to H:\Workspace\HibernateExt\metadata\build\classes
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\AnnotationConfiguration.java:292: doSecondPass(java.util
.Map,java.util.Map) in org.hibernate.cfg.SecondPass cannot be applied to (java.util.Map)
[javac] sp.doSecondPass( classes );
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\AnnotationConfiguration.java:424: doSecondPass(java.util
.Map,java.util.Map) in org.hibernate.cfg.SecondPass cannot be applied to (java.util.Map)
[javac] ( (SecondPass) it.next() ).doSecondPass( classes );
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\AnnotationConfiguration.java:428: doSecondPass(java.util
.Map,java.util.Map) in org.hibernate.cfg.SecondPass cannot be applied to (java.util.Map)
[javac] ( (SecondPass) it.next() ).doSecondPass( classes );
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\ExtendedMappings.java:264: classes has private access in
org.hibernate.cfg.Mappings
[javac] return classes;
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\CreateKeySecondPass.java:13: org.hibernate.cfg.CreateKey
SecondPass is not abstract and does not override abstract method doSecondPass(java.util.Map,java.util.Map) in org.hibernate.cfg.Se
condPass
[javac] public class CreateKeySecondPass implements SecondPass {
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\FkSecondPass.java:22: org.hibernate.cfg.FkSecondPass is
not abstract and does not override abstract method doSecondPass(java.util.Map,java.util.Map) in org.hibernate.cfg.SecondPass
[javac] public class FkSecondPass implements SecondPass {
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\IndexSecondPass.java:14: org.hibernate.cfg.IndexSecondPa
ss is not abstract and does not override abstract method doSecondPass(java.util.Map,java.util.Map) in org.hibernate.cfg.SecondPass
[javac] public class IndexSecondPass implements SecondPass {
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\OneToOneSecondPass.java:27: org.hibernate.cfg.OneToOneSe
condPass is not abstract and does not override abstract method doSecondPass(java.util.Map,java.util.Map) in org.hibernate.cfg.Seco
ndPass
[javac] public class OneToOneSecondPass implements SecondPass {
[javac] ^
[javac] H:\Workspace\HibernateExt\metadata\src\java\org\hibernate\cfg\annotations\ResultsetMappingSecondPass.java:37: org.hibe
rnate.cfg.annotations.ResultsetMappingSecondPass is not abstract and does not override abstract method doSecondPass(java.util.Map,
java.util.Map) in org.hibernate.cfg.SecondPass
[javac] public class ResultsetMappingSecondPass implements QuerySecondPass {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 9 errors
BUILD FAILED
H:\Workspace\HibernateExt\build.xml:25: The following error occurred while executing this line:
H:\Workspace\HibernateExt\metadata\build.xml:42: Compile failed; see the compiler error output for details.
Total time: 2 minutes 57 seconds
H:\Workspace\HibernateExt>