Hi, I tried to build camel's source code using maven 2.2.1 and jdk 1.7. the test case testResultType(org.apache.camel.builder.SimpleBuilderTest) failed and the error is as below : expected:<9> but was:<null>
the command mvn eclipse:eclipse also is failing and the stack trace is as below: [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: taskdef A class needed by class com.sun.tools.jxc.SchemaGenTask cannot be found: com/sun/mirror/apt/AnnotationProcessorFactory com.sun.mirror.apt.AnnotationProcessorFactory [INFO] ------------------------------------------------------------------------ I have some free time, so i'll be more than happy to investigate in this. regards
