Joined: Mon Oct 25, 2004 1:47 pm Posts: 3
|
I downloaded the 2004/11/11 nightly snapshot of Hibernate 2.1.7 (to be) and tried building it. I ended up with a build failure due to a "bad class file". Anyone have any idea how to resolve this?
Buildfile: build.xml
[taskdef] Could not load definitions from resource clovertasks. It could not be found.
splash:
init:
[echo] Build Hibernate-2.1 (2004-11-11 01:59:59)
compile:
[javac] Compiling 369 source files to C:\Documents and Settings\jbuchma\Desktop\hibernate2-20041111\Hibernate2\build\classes
[javac] C:\Documents and Settings\jbuchma\Desktop\hibernate2-20041111\Hibernate2\src\net\sf\hibernate\cache\TreeCache.java:39:cannot access org.jboss.system.ServiceMBeanSupport
[javac] bad class file: C:\Documents and Settings\jbuchma\Desktop\hibernate2-20041111\Hibernate2\lib\jboss-system.jar(org/jboss/system/ServiceMBeanSupport.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] if (cache==null) {
[javac] ^
[javac] 1 error
BUILD FAILED
C:\hibernate2-20041111\Hibernate2\build.xml:157: Compile failed; see the compiler error output for details.
|
|