Hi, i am attempting to use Hibernate with JRE 1.3.1. According to the docs that i have seen, readme etc, this should not be a problem. First step apparently is to build Hibernate with a 1.3.1 JDK using the ant script. Unfortunately, i cannot get this to work and get the following trace. any help would be much appreciated.
Hibernate version: 3.0.5
C:\java\hibernate\hibernate-3.0>ant Buildfile: build.xml Trying to override old definition of datatype junit Trying to override old definition of datatype junitreport [taskdef] Could not load definitions from resource clovertasks. It could not b e found.
splash:
init: [echo] Build Hibernate-3.0 (2005-06-28 03:13:25) [echo] JDK version: 1.3
init.antlr:
antlr:
compile: [javac] Compiling 827 source files to C:\java\hibernate\hibernate-3.0\build\ classes [javac] C:\java\hibernate\hibernate-3.0\src\org\hibernate\secure\JACCConfigu ration.java:4: cannot access javax.security.jacc.EJBMethodPermission [javac] bad class file: C:\java\hibernate\hibernate-3.0\lib\jacc-1_0-fr.jar( javax/security/jacc/EJBMethodPermission.class) [javac] class file has wrong version 48.0, should be 47.0 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath. [javac] import javax.security.jacc.EJBMethodPermission; [javac] ^ [javac] 1 error
BUILD FAILED C:\java\hibernate\hibernate-3.0\build.xml:196: Compile failed; see the compiler error output for details.
Total time: 12 seconds
Name and version of the database you are using: HSQLDB 1.7.3
Also, what is the deal with clovertasks?
Thanks, Mitchell
|