On Oct 10, 2012, at 11:55 AM, "Chen, Pei" <[email protected]> wrote: > Simplified the CI job to just "mvn clean compile".
Great. I would probably have two jobs: (1) `mvn clean compile` (2) `mvn clean test` Where the second job is set to be dependent on the first job. That way, we get separate messages, one for compile errors, and one for test errors. Steve > I think the other modules such as SideEffect is dependent on the type-system > as well but it built successfully. Will need to take a closer look. > --Pei > > >> -----Original Message----- >> From: Apache Jenkins Server [mailto:[email protected]] >> Sent: Wednesday, October 10, 2012 1:53 PM >> To: [email protected] >> Subject: Build failed in Jenkins: cTAKES-trunk » Apache cTAKES Smoking >> Status #3 >> >> See <https://builds.apache.org/job/cTAKES- >> trunk/org.apache.ctakes$ctakes-smoking-status/3/> >> >> ------------------------------------------ >> projectStarted org.apache.ctakes:ctakes-smoking-status:3.0.0-SNAPSHOT >> [INFO] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Apache cTAKES Smoking Status 3.0.0-SNAPSHOT [INFO] ------- >> ----------------------------------------------------------------- >> mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default- >> clean) >> [INFO] >> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ctakes-smoking- >> status --- mojoSucceeded org.apache.maven.plugins:maven-clean- >> plugin:2.4.1(default-clean) >> mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default- >> resources)[debug] execute contextualize [INFO] Using 'UTF-8' encoding to >> copy filtered resources. >> >> [INFO] >> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ >> ctakes-smoking-status --- [INFO] Copying 13 resources mojoSucceeded >> org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) >> Oct 10, 2012 5:31:23 PM hudson.maven.ExecutedMojo <init> >> WARNING: Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo >> mojoStarted org.codehaus.mojo:exec-maven-plugin:1.2.1(run-jcasgen- >> ctakes-smoking-status) >> [INFO] >> [INFO] --- exec-maven-plugin:1.2.1:java (run-jcasgen-ctakes-smoking-status) >> @ ctakes-smoking-status --- [WARNING] >> java.lang.reflect.InvocationTargetException >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j >> ava:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> sorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297) >> at java.lang.Thread.run(Thread.java:662) >> Caused by: org.apache.uima.resource.ResourceInitializationException: An >> import could not be resolved. No .xml file with name >> "org.apache.ctakes.smokingstatus.types.I2B2TypeSystem" was found in the >> class path or data path. (Descriptor: <https://builds.apache.org/job/cTAKES- >> trunk/org.apache.ctakes$ctakes-smoking- >> status/ws/target/classes/org/apache/ctakes/smokingstatus/types/TypeSyst >> em.xml)> >> at >> org.apache.uima.util.CasCreationUtils.doCreateCas(CasCreationUtils.java:557 >> ) >> at >> org.apache.uima.util.CasCreationUtils.createCas(CasCreationUtils.java:355) >> at >> org.apache.uima.util.CasCreationUtils.createCas(CasCreationUtils.java:307) >> at >> org.uimafit.util.JCasGenPomFriendly.generate(JCasGenPomFriendly.java:88) >> at >> org.uimafit.util.JCasGenPomFriendly.main(JCasGenPomFriendly.java:76) >> ... 6 more >> Caused by: org.apache.uima.util.InvalidXMLException: An import could not >> be resolved. No .xml file with name >> "org.apache.ctakes.smokingstatus.types.I2B2TypeSystem" was found in the >> class path or data path. (Descriptor: <https://builds.apache.org/job/cTAKES- >> trunk/org.apache.ctakes$ctakes-smoking- >> status/ws/target/classes/org/apache/ctakes/smokingstatus/types/TypeSyst >> em.xml)> >> at >> org.apache.uima.resource.metadata.impl.Import_impl.findAbsoluteUrl(Imp >> ort_impl.java:107) >> at >> org.apache.uima.resource.metadata.impl.TypeSystemDescription_impl.resol >> veImports(TypeSystemDescription_impl.java:225) >> at >> org.apache.uima.resource.metadata.impl.TypeSystemDescription_impl.resol >> veImports(TypeSystemDescription_impl.java:207) >> at >> org.apache.uima.util.CasCreationUtils.doCreateCas(CasCreationUtils.java:546 >> ) >> ... 10 more >> mojoFailed org.codehaus.mojo:exec-maven-plugin:1.2.1(run-jcasgen- >> ctakes-smoking-status) >> projectFailed org.apache.ctakes:ctakes-smoking-status:3.0.0-SNAPSHOT
