Hi,
I just finished a fresh build (of the trunk) after cleaning my local
repository and the problem has gone away.
On 17/8/2010 18:39, Joe Bohn wrote:
Is this still an issue?
I hit this same failure attempting to build the 0.2-incubating tags
earlier today. However, after I cleaned up the aries artifacts from
my local repository and rebuilt all of the modules again the error
went away without making this change. I also have not hit this
failure on trunk.
Joe
On 8/13/10 2:35 PM, Alexandros Karypidis wrote:
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>