cancel
Showing results for 
Search instead for 
Did you mean: 

Build activiti 6 from source with the new Angular GUI

chuck_irvine
Champ on-the-rise
Champ on-the-rise
I cloned the activiti repo and did a full build of the activiti6 branch. My assumption was that I would get activiti-app web application corresponding to the Activiti beta 2 on the download page - http://activiti.org/download.html.

My build command was:

mvn -Pdistro clean install -DskipTests

Instead, I got a build with two warfiles:

activiti-webapp-explorer2-5.20.0-SNAPSHOT.war
activiti-webapp-rest2-5.20.0-SNAPSHOT.war

How can I do a build of the latest version of activiti having the Angular GUI?

Thanks!!
4 REPLIES 4

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Chuck,

It seems that you checked out 5.20.0-SNAPSHOT version instead of activiti6 branch.

Regards
Martin

chuck_irvine
Champ on-the-rise
Champ on-the-rise
Yes, you were right. Don't know how that happened. My Git skills are a little rusty I guess. Now, I'm having a new problem though. Only war file is getting built:

(activiti6 *) ~/src/git/Activiti$ find . -name *.war
./modules/activiti-webapp-rest2/target/activiti-webapp-rest2-6.0.0.Beta3-SNAPSHOT.war

I'll open a new thread for this problem, since it is not related to the topic of this thread.

Before that, I did have to comment out the activiti-mule module build, as it was causing the following problem:

[ERROR] Failed to execute goal on project activiti-mule: Could not resolve dependencies for project org.activiti:activiti-mule:jar:6.0.0.Beta3-SNAPSHOT: Failed to collect dependencies at org.mule.transports:mule-transport-vm:jar:3.5.0 -> org.mule.modules:mule-module-xml:jar:3.5.0 -> net.java.dev.stax-utils:stax-utils:jar:20080702: Failed to read artifact descriptor for net.java.dev.stax-utils:stax-utils:jar:20080702: Could not transfer artifact net.java.dev.stax-utils:stax-utilsSmiley Tongueom:20080702 from/to codehaus (http://repository.codehaus.org😞 Failed to transfer file: http://repository.codehaus.org/net/java/dev/stax-utils/stax-utils/20080702/stax-utils-20080702.pom. Return code is: 503 , ReasonPhraseSmiley Frustratedervice Unavailable. -> [Help 1]

kentoj
Champ on-the-rise
Champ on-the-rise

Chuck, when you say the new Angular GUI what is that? I am looking for an Angular 1 or 2 replacement for the Vaadin UI. Is there one?

The Activiti 6 GUIs will be Angular 1 based. When I posted originally there was one GUI. That is being refactored into multiple GUIs. When that is done they have said that version 6 will be released

Sent from my iPhone