cancel
Showing results for 
Search instead for 
Did you mean: 

Extend the Activiti-Explorer

cocojack42
Champ in-the-making
Champ in-the-making
I've build some tutorials with Valadin to get into the framework. Now I want to start adding a view to the activiti-explorer.
To start I have copied the activiti-explorer git project.

But there are some things I can't figure out, before I start developing.

- The Git project is a Maven project. The Valadin examples are Ivy projects.
-> How can i get Valadin to compile the Java-Classes to html/javascript?

- As soon i have finished building the code, how can I add it to the activiti-explorer-webapp2 project?

lg coco
1 REPLY 1

cocojack42
Champ in-the-making
Champ in-the-making
If anyone asks the same (crypted) question:

If you want to extend the activiti-explorer follow there steps:
1) Copy the activiti-git repo
2) Import the activiti-webapp-explorer2  and activiti-explorer projects (as existing maven project)
3) Remove the dependency "activiti-explorer" from "activiti-webapp-explorer2/pom.xml"
4) Goto project "activiti-webapp-explorer2"->Properties->Deployment Assembly->Add->Project->"activiti-explorer"
5) Goto project "activiti-webapp-explorer2"->Properties->Java Build Path->Projects->Add->"activiti-explorer"

now you can edit the sourcecode of the activiti-explorer

lg coco