I am sure I am missing something simple here, but I cannot find a reference to where this file is pulled from, or generated?
I receive the same errors from running build.bat in HibernateExt.
Thanks.
Code:
L:\Prj\Hibernate\svn\HibernateExt\annotations>ant -lib ..\..\Hibernate3\lib jar
Buildfile: build.xml
[taskdef] Could not load definitions from resource clovertasks. It could not be found.
Overriding previous definition of reference to lib.moduleclass.path
init:
[taskdef] Could not load definitions from resource clovertasks. It could not be found.
Overriding previous definition of reference to lib.moduleclass.path
common-build.init:
[echo] Build Hibernate Annotations-3.3.0.GA (2007-05-01 11:56:35)
get.jpa-api:
get.commons-annotations:
compile:
[javac] Compiling 129 source files to L:\Prj\Hibernate\svn\HibernateExt\annotations\build\classes
[javac] L:\Prj\Hibernate\svn\HibernateExt\annotations\src\java\org\hibernate\cfg\annotations\EntityBinder.java:43: cannot find symbol
[javac] symbol : class CacheFactory
[javac] location: package org.hibernate.cache
[javac] import org.hibernate.cache.CacheFactory;
[javac] ^
[javac] L:\Prj\Hibernate\svn\HibernateExt\annotations\src\java\org\hibernate\cfg\annotations\EntityBinder.java:710: cannot find symbol
[javac] symbol : variable CacheFactory
[javac] location: class org.hibernate.cfg.annotations.EntityBinder
[javac] return CacheFactory.READ_ONLY;
[javac] ^
[javac] L:\Prj\Hibernate\svn\HibernateExt\annotations\src\java\org\hibernate\cfg\annotations\EntityBinder.java:712: cannot find symbol
[javac] symbol : variable CacheFactory
[javac] location: class org.hibernate.cfg.annotations.EntityBinder
[javac] return CacheFactory.READ_WRITE;
[javac] ^
[javac] L:\Prj\Hibernate\svn\HibernateExt\annotations\src\java\org\hibernate\cfg\annotations\EntityBinder.java:714: cannot find symbol
[javac] symbol : variable CacheFactory
[javac] location: class org.hibernate.cfg.annotations.EntityBinder
[javac] return CacheFactory.NONSTRICT_READ_WRITE;
[javac] ^
[javac] L:\Prj\Hibernate\svn\HibernateExt\annotations\src\java\org\hibernate\cfg\annotations\EntityBinder.java:716: cannot find symbol
[javac] symbol : variable CacheFactory
[javac] location: class org.hibernate.cfg.annotations.EntityBinder
[javac] return CacheFactory.TRANSACTIONAL;
[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] 5 errors
BUILD FAILED
L:\Prj\Hibernate\svn\HibernateExt\annotations\build.xml:92: Compile failed; see the compiler error output for details.
Total time: 4 seconds