cancel
Showing results for 
Search instead for 
Did you mean: 

Samples in 5.9 have bad lib paths

wslade
Champ in-the-making
Champ in-the-making
When loading the activiti examples in to Eclipse there are several errors in the .classpath file.
(activiti-spring-examples)

The correct versions
libs-runtime/mybatis-3.0.6.jar
libs-runtime/commons-lang-2.4.jar
libs-test/drools-compiler-5.3.0.Final.jar
libs-test/drools-core-5.3.0.Final.jar
libs-test/mvel2-2.1.0.drools4.jar

Not provided at all
libs-test/drools-api-5.1.1.jar

It is a pity the project does not come with a pom.
It would be more useful if the examples did not have the libs duplicated in each example.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
The examples are indeed a bit outdated, when the demo-setup was more extended than it is right now.

Activiti is completely maven-based, so you can check out the same examples by checking out activiti:
http://svn.codehaus.org/activiti/activiti/trunk/