cancel
Showing results for 
Search instead for 
Did you mean: 

Re: how to install activit designer?

kay_be_
Champ in-the-making
Champ in-the-making
In eclipse go to Help > install new software
Click 'add' and provide http://activiti.org/designer/update
select activiti BPMN designer, click next, etc.
Now you can start a new project > Acticiti > activiti project.

One thing I still have to find out is how to get dependencies done in this new project. When I design a workflow and create a Unit test, there are no activiti files in this project so I get errors like 'RuntimeService can not be resolved to a type', etc. 
Does someone know how to get these dependencies? How can I add acticiti files to the project in order to run the tests?
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

Did you create an Activiti diagram?
For the dependencies you have to use the Maven pom.xml file that's in the root of the project.

Best regards,

kay_be_
Champ in-the-making
Champ in-the-making
Yes I created a diagram and I can import the diagram to the actviti-engine. But there seems to be a lot of errors when I execute the maven pom file. Errors about resources that are not found are coming up. I configured the proxy-settings though.  I 'll ask assistance from someone with more experience in maven and I will get back to this thread if we can't solve this issue.
Regards