cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 5.11 jar not found

andres_gueci
Champ in-the-making
Champ in-the-making
Hello. I have checked out the trunk from repository but I could not compile the activiti-web-explorer application.

When I do mvn clean install on this application I get:

—————
[INFO] Scanning for projects…
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.activiti:activiti-webapp-explorer2:war:5.11-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.zeroturnaround:jrebel-maven-plugin is missing. @ line 32, column 11
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                        
[INFO] ————————————————————————
[INFO] Building Activiti - Webapp - Explorer V2 5.11-SNAPSHOT
[INFO] ————————————————————————
[WARNING] The POM for org.activiti:activiti-engine:jar:5.11-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for org.activiti:activiti-spring:jar:5.11-SNAPSHOT is missing, no dependency information available
[INFO] ————————————————————————
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 1.426s
[INFO] Finished at: Mon Sep 24 00:58:36 ART 2012
[INFO] Final Memory: 9M/159M
[INFO] ————————————————————————
[ERROR] Failed to execute goal on project activiti-webapp-explorer2: Could not resolve dependencies for project org.activiti:activiti-webapp-explorer2:war:5.11-SNAPSHOT: The following artifacts could not be resolved: org.activiti:activiti-engine:jar:5.11-SNAPSHOT, org.activiti:activiti-spring:jar:5.11-SNAPSHOT: Failure to find org.activiti:activiti-engine:jar:5.11-SNAPSHOT in http://maven.thebuzzmedia.com was cached in the local repository, resolution will not be reattempted until the update interval of buzzmedia has elapsed or updates are forced -> [Help 1]
—————

I have tried to find manually activiti-engine.jar and activiti-spring.jar but I could not find them.  Can someone help me?

Thanks.
5 REPLIES 5

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
It should ba available in your local repo or eg. Eclipse workspace. You might need to turn on workspace resolution in eclipse, depending on how you checked out/imported the source.

andres_gueci
Champ in-the-making
Champ in-the-making
I turned on workspace resolution in Eclipse but I still have the same error. I tell you what I did:

1. Check out trunk from svn in Eclipse
2. Import activiti-webapp-explorer2 application as Maven Project in Eclipse
3. I did mvn clean install on this application and I got the following:

——-
[INFO] Scanning for projects…
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.activiti:activiti-webapp-explorer2:war:5.11-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.zeroturnaround:jrebel-maven-plugin is missing. @ line 32, column 11
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                        
[INFO] ————————————————————————
[INFO] Building Activiti - Webapp - Explorer V2 5.11-SNAPSHOT
[INFO] ————————————————————————
[WARNING] The POM for org.activiti:activiti-engine:jar:5.11-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for org.activiti:activiti-spring:jar:5.11-SNAPSHOT is missing, no dependency information available
[INFO] ————————————————————————
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 1.262s
[INFO] Finished at: Mon Sep 24 11:41:03 ART 2012
[INFO] Final Memory: 8M/112M
[INFO] ————————————————————————
[ERROR] Failed to execute goal on project activiti-webapp-explorer2: Could not resolve dependencies for project org.activiti:activiti-webapp-explorer2:war:5.11-SNAPSHOT: The following artifacts could not be resolved: org.activiti:activiti-engine:jar:5.11-SNAPSHOT, org.activiti:activiti-spring:jar:5.11-SNAPSHOT: Failure to find org.activiti:activiti-engine:jar:5.11-SNAPSHOT in http://maven.thebuzzmedia.com was cached in the local repository, resolution will not be reattempted until the update interval of buzzmedia has elapsed or updates are forced -> [Help 1]
——-

Any idea?


Thanks.

jbarrez
Star Contributor
Star Contributor
Try to build the acitivit engine/spring modules first, separatly

andres_gueci
Champ in-the-making
Champ in-the-making
I did what you told me and it works!

Thanks a lot.

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
If you import all projects in eclipse, it works to…