Hi,

The reference to the "maven.compile.classpath" value should be moved outside. It causes a ClassNotFoundException during the build:

Index: jpa/jpa-container-testbundle/pom.xml
===================================================================
--- jpa/jpa-container-testbundle/pom.xml    (revision 985279)
+++ jpa/jpa-container-testbundle/pom.xml    (working copy)
@@ -70,8 +70,8 @@
<tasks>
<taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask" classpathref="maven.compile.classpath"/>
<openjpac>
+ <classpath refid="maven.compile.classpath"/>
<classpath>
- <pathelement path="${maven.compile.classpath}"/>
<pathelement location="target/classes"/>
<pathelement location="src/main/resources"/>
</classpath>


Reply via email to