7 Replies Latest reply on Jan 5, 2012 4:11 AM by nickgriffiths

    Problem compiling jbpm-gwt-console 2.2.2-Final

    jskstudy

      I've downloaded this source:  https://github.com/heiko-braun/bpm-console/zipball/2.2.2-Final, and i have this error:

       

      [INFO] Reactor Summary:

      [INFO]

      [INFO] JBoss BPM - Console ............................... SUCCESS [5.422s]

      [INFO] JBoss BPM - Console::Shared ....................... SUCCESS [0.078s]

      [INFO] JBoss BPM - Console::Shared::RPC .................. SUCCESS [9.781s]

      [INFO] JBoss BPM - Console::Server ....................... SUCCESS [0.109s]

      [INFO] JBoss BPM - Console::Server::Integration .......... SUCCESS [2.641s]

      [INFO] JBoss BPM - Console::Server::Webapp ............... SUCCESS [18.719s]

      [INFO] JBoss BPM - Console::GUI .......................... SUCCESS [0.078s]

      [INFO] JBoss BPM - Console::GUI:Profiles ................. SUCCESS [0.078s]

      [INFO] JBoss BPM - Console::GUI::Profile::jbpm ........... SUCCESS [0.297s]

      [INFO] JBoss BPM - Console::GUI::Profile::Drools ......... SUCCESS [0.906s]

      [INFO] JBoss BPM - Console::GUI::Profile::RiftSaw ........ SUCCESS [0.453s]

      [INFO] JBoss BPM - Console::GUI::Webapp .................. FAILURE [2.953s]

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

      [INFO] BUILD FAILURE

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

      [INFO] Total time: 42.343s

      [INFO] Finished at: Mon Oct 17 17:42:05 CEST 2011

      [INFO] Final Memory: 14M/29M

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

      [ERROR] Failed to execute goal on project gwt-console: Could not resolve dependencies for project org.jboss.bpm:gwt-console:war:2.2.2-Final: The following artifacts could not be resolved: org.timepedia.chronoscope:chronoscope:jar:2.0_jboss-SNAPSHOT, org.timepedia.chronoscope:chronoscope-api:jar:2.0_jboss-SNAPSHOT: Failure to find org.timepedia.chronoscope:chronoscope:jar:2.0_jboss-SNAPSHOT inhttps://repository.jboss.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [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/DependencyResolutionException

      [ERROR]

      [ERROR] After correcting the problems, you can resume the build with the command

      [ERROR]   mvn <goals> -rf :gwt-console

       

       

      Any idea ? I dont find where exclude this dependencies and change to 2.0_jboss.

       

      Thanks