cancel
Showing results for 
Search instead for 
Did you mean: 

Source code build

dev1
Champ in-the-making
Champ in-the-making
hi,

After checking out source code from http://svn.codehaus.org/activiti/projects/designer/trunk/
I used command prompt to reach "org.activiti.designer.parent" and performed

mvn eclipse:clean eclipse:eclipse
  (maven version-3.0.1)


which downloaded all dependencies and built all project successfully.

now i imported these projects into my eclipse(V3.6.1 with m2eclipse installed in it), after importing i still find some issues as some projects are marked with red showing error, further digging into the error i discoverd the main issue is because of  missing dependencies  named:-

org.eclipse.dd.* & org.eclipse.bpmn2.*


The src\main\java of project "org.activiti.designer.model" seems to be empty in svn.


i am not sure if this issue is related to maven or activiti or its confined only to me ??

Regards,
Dev
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

We have written a nice setup script on the Activiti wiki, please follow this guide.
What you are missing is the generation step of the BPMN 2.0 model files.

Best regards,