cancel
Showing results for 
Search instead for 
Did you mean: 

Build activiti-web-explorer2 from source

sura2k
Champ in-the-making
Champ in-the-making
Hi,
Last 2 days I was trying to build the activiti-web-explorer2 from source here https://github.com/Activiti/Activiti

I tried in both command line and via eclipse mvn.
Non of them did not work.

Is there any guide so I can follow or any help is appreciated.

Thanks,
4 REPLIES 4

sura2k
Champ in-the-making
Champ in-the-making
Hi,

The source I checked out is version  5.16.4-SNAPSHOT.
Then I changed it to 5.16.3 and also changed the activiti-web-explorer2 version.

mvn package didn't work, but install did.

Now webapp is running through console, but eclipse maven plugin is not able to resolve those dependencies.

With the console, maven couldn't resolve activiti-spring-boot dependencies for 5.16.4-SNAPSHOT.

Can anybody tell me to configure them in eclipse?

Thanks,

martin_grofcik
Confirmed Champ
Confirmed Champ
Why did you change 5.16.4-SNAPSHOT to 5.16.3?


$mvn clean install
$ mvn eclipse:clean eclipse:eclipse

Should create eclipse project structures in your activiti source dir.

Regards
Martin

sura2k
Champ in-the-making
Champ in-the-making
Hi Martin,
These are the modules/projects I'm getting now into the eclipse.

activiti-bpmn-converter
activiti-bpmn-layout
activiti-bpmn-model
activiti-engine
activiti-image-generator
activiti-process-validation

All of them are j2se eclipse projects.

Thanks,

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,
to get more, use profile (e.g. mvn -P distro eclipse:clean eclipse:eclipse)  to get more projects.

Regards
Martin