cancel
Showing results for 
Search instead for 
Did you mean: 

problems during set up of activiti designer source code

aparneshgaurav
Champ in-the-making
Champ in-the-making
Hi,

I followed the instruction at the following site to set up activiti designer source code.
http://docs.codehaus.org/display/ACT/Activiti+Designer+Developer+Guide
I am trying it on eclipse juno.I checked out the projects from the trunk(today).
one change : http://download.eclipse.org/graphiti/updates/0.9.0 as graphiti udpate instead of 0.8.0.

On command : mvn clean eclipse:clean from parent directory , i am getting following stacktrace :

__________________________________________________________________________________________________________

org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.activiti.designer.feature.feature.group 5.9.3 to org.eclipse.graphiti.feature.feature.group [0.9.0,0.9.1).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.7.0.v_OTDT_r200_201106070730 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",

________________________________________________________________________________________________________

Please let me know if i am doing anything wrong . And if could be helped on the error message ! thnx in advance .
1 REPLY 1

aparneshgaurav
Champ in-the-making
Champ in-the-making
Hi,

It worked out for me . Changes to the guide are :

http://download.eclipse.org/graphiti/updates/0.9.0 should be the graphiti update site.
I did a change in pom.xml after which things started working in indigo sr2 and juno .

<repository>
<id>Graphiti</id>
<layout>p2</layout>
<url>http://download.eclipse.org/graphiti/updates/0.9.0/</url>
</repository>

Was the change in pom.xml of org.activiti.designer.parent pom.xml .

thnx ,
Aparnesh