Skip to content

Instantly share code, notes, and snippets.

@mbiarnes
Created May 5, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbiarnes/6fd1db23c8ef5fca4d6d to your computer and use it in GitHub Desktop.
Save mbiarnes/6fd1db23c8ef5fca4d6d to your computer and use it in GitHub Desktop.
droolsjbpm-integration/kie-remote/kie-services-jaxb build fails on master
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/kie/remote/kie-remote/6.1.0-SNAPSHOT/maven-metadata.xml (819 B at 0.4 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building KIE Remote Services :: JAXB classes 6.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ kie-services-jaxb ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ kie-services-jaxb ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ kie-services-jaxb ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ kie-services-jaxb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:parse-version (default) @ kie-services-jaxb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ kie-services-jaxb ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ kie-services-jaxb ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ kie-services-jaxb ---
[INFO]
[INFO] --- replacer:1.5.2:replace (default) @ kie-services-jaxb ---
[INFO] Replacement run on 0 file.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kie-services-jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jbpm-master-build/GIT/droolsjbpm-integration/kie-remote/kie-services-jaxb/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ kie-services-jaxb ---
[INFO] Compiling 38 source files to /home/jbpm-master-build/GIT/droolsjbpm-integration/kie-remote/kie-services-jaxb/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
/home/jbpm-master-build/GIT/droolsjbpm-integration/kie-remote/kie-services-jaxb/src/main/java/org/kie/services/client/serialization/jaxb/impl/process/JaxbProcessDefinition.java:[28,38] package org.apache.commons.codec.binary does not exist
[ERROR] /home/jbpm-master-build/GIT/droolsjbpm-integration/kie-remote/kie-services-jaxb/src/main/java/org/kie/services/client/serialization/jaxb/impl/process/JaxbProcessDefinition.java:[123,26] cannot find symbol
symbol : variable Base64
location: class org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinition
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Drools and jBPM integration multiproject .......... SUCCESS [14.770s]
[INFO] Drools Benchmark .................................. SUCCESS [28.314s]
[INFO] Drools Spring Legacy5 ............................. SUCCESS [41.095s]
[INFO] Drools :: Camel integration Legacy5 ............... SUCCESS [39.585s]
[INFO] Kie :: Spring ..................................... SUCCESS [44.535s]
[INFO] Kie :: Camel ...................................... SUCCESS [41.227s]
[INFO] Drools Camel server example ....................... SUCCESS [51.860s]
[INFO] Drools :: OSGI Parent project ..................... SUCCESS [10.478s]
[INFO] Drools :: Karaf Features .......................... SUCCESS [21.498s]
[INFO] Drools :: OSGI Integration ........................ SUCCESS [31.147s]
[INFO] Drools jBPPM :: OSGI Examples ..................... SUCCESS [10.428s]
[INFO] Drools & Decision Table :: OSGI Kie Spring Camel Example SUCCESS [36.043s]
[INFO] jBPM :: OSGI Example .............................. SUCCESS [30.995s]
[INFO] Kie :: Aries Blueprint ............................ SUCCESS [38.836s]
[INFO] Drools & Decision Table :: OSGI Kie Blueprint Camel Example SUCCESS [30.927s]
[INFO] Drools :: Karaf iTest ............................. SUCCESS [26.635s]
[INFO] Drools Simulator .................................. SUCCESS [32.666s]
[INFO] Drools RHQ JMX Plugin ............................. SUCCESS [20.908s]
[INFO] Drools and jBPM examples .......................... SUCCESS [35.435s]
[INFO] jBPM Simulation ................................... SUCCESS [37.526s]
[INFO] KIE Remote Services multiproject .................. SUCCESS [10.479s]
[INFO] KIE Remote Services :: JAXB classes ............... FAILURE [1.520s]
[INFO] KIE Remote Services :: Client ..................... SKIPPED
[INFO] KIE Remote Services :: Services ................... SKIPPED
[INFO] KIE :: Infinispan ................................. SKIPPED
[INFO] KIE :: Infinispan :: Drools persistence ........... SKIPPED
[INFO] KIE :: Infinispan :: jBPM persistence ............. SKIPPED
[INFO] Drools :: JBoss Integration ....................... SKIPPED
[INFO] Kie maven plugin example .......................... SKIPPED
[INFO] Kie API examples .................................. SKIPPED
[INFO] Drools and jBPM integration distribution .......... SKIPPED
[INFO] BPMS distribution ................................. SKIPPED
[INFO] BRMS distribution ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:40.929s
[INFO] Finished at: Mon May 05 18:08:32 CEST 2014
[INFO] Final Memory: 112M/1225M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project kie-services-jaxb: Compilation failure: Compilation failure:
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[ERROR] /home/jbpm-master-build/GIT/droolsjbpm-integration/kie-remote/kie-services-jaxb/src/main/java/org/kie/services/client/serialization/jaxb/impl/process/JaxbProcessDefinition.java:[28,38] package org.apache.commons.codec.binary does not exist
[ERROR] /home/jbpm-master-build/GIT/droolsjbpm-integration/kie-remote/kie-services-jaxb/src/main/java/org/kie/services/client/serialization/jaxb/impl/process/JaxbProcessDefinition.java:[123,26] cannot find symbol
[ERROR] symbol : variable Base64
[ERROR] location: class org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinition
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :kie-services-jaxb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment