unit test errors in systest
---------------------------
Key: CXF-2004
URL: https://issues.apache.org/jira/browse/CXF-2004
Project: CXF
Issue Type: Test
Components: Build system
Affects Versions: 2.1.3
Environment: Windows Vista, JDK 1.6.0 update 10
Reporter: Christian Schneider
Fix For: 2.2
I get many No Classdef Found errors when doing a mvn install in systest. After
I do mvn eclipse:eclipse I get compile errors in eclipse. It seems the
directory target/generated/src/test/java is not on the classpath.
Adding the line
<source>${basedir}/target/generated/src/test/java</source>
to the sources of the add sources goal in the pom.xml helped for me but I guess
that is not the correct solution. Probably there is some bug in the cxf-codegen
plugin. As far as I understand it the codegen plugin should add the above path
to the classpath anyway.
Any ideas?
After I added the above line I have only one test failure left.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.