3 Replies Latest reply on Sep 5, 2011 7:49 AM by salaboy21

    Maven jbpm5 install problem

    npereira

      Hi forum,

       

      I tried to install the jbpm5 maven project, but I'm having some difficulties.

       

      What I did was the following:

       

      1. Install maven3

      2. Install GIT

      3. Git Clone https://github.com/droolsjbpm/jbpm

      4. execute mvn clean install

       

      After a while I get the following report:

       

      Tests run: 923, Failures: 24, Errors: 530, Skipped: 0

       

      [INFO] ------------------------------------------------------------------------

      [INFO] Reactor Summary:

      [INFO]

      [INFO] jBPM multiproject ................................. SUCCESS [7.327s]

      [INFO] jBPM :: Flow ...................................... SUCCESS [23.889s]

      [INFO] jBPM :: Flow Builder .............................. SUCCESS [37.372s]

      [INFO] jBPM :: JPA Persistence ........................... SUCCESS [27.312s]

      [INFO] jBPM :: BAM ....................................... SUCCESS [9.322s]

      [INFO] jBPM :: BPMN2 ..................................... SUCCESS [42.726s]

      [INFO] jBPM :: BPMN2 EMF Extension Model ................. SUCCESS [13.927s]

      [INFO] jBPM :: WorkItems ................................. SUCCESS [6.110s]

      [INFO] jBPM :: Human Task ................................ FAILURE [25:25.020s]

      [INFO] jBPM GWT multiproject ............................. SKIPPED

      [INFO] jBPM GWT Console Shared ........................... SKIPPED

      [INFO] jBPM GWT Console Core ............................. SKIPPED

      [INFO] jBPM GWT Console Forms ............................ SKIPPED

      [INFO] jBPM GWT Console Graph Viewer ..................... SKIPPED

      [INFO] jBPM GWT Console WAR .............................. SKIPPED

      [INFO] jBPM Console server WAR ........................... SKIPPED

      [INFO] jBPM examples ..................................... SKIPPED

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 28:18.027s

      [INFO] Finished at: Sun Sep 04 22:57:10 BST 2011

      [INFO] Final Memory: 24M/171M

      [INFO] ------------------------------------------------------------------------

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project jbpm-human-task: There are test failures.

      [ERROR]

      [ERROR] Please refer to /home/user235/Work/Development/sourcecode/jbpm/jbpm/jbpm-human-task/target/surefire-reports for the individual test results.

      [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 :jbpm-human-task

       

      can anybody help me out?

      Regards