cancel
Showing results for 
Search instead for 
Did you mean: 

refactoring the distro

tombaeyens
Champ in-the-making
Champ in-the-making
hi, i just committed a refactoring of the distribution

http://jira.codehaus.org/browse/ACT-337

i replaced the maven dependency downloading that users had to do.  now the libs are included in the distribution file and an ant script can build the wars and examples with those libs that are in a central place (setup/files/dependencies/libs)

also i renamed the setup targets demo.setup to demo.start and renamed demo.teardown to demo.stop.  i also made those targets idempotent.  so the first time you run the demo.start, it will also install everything.  and the next times it will just start the tomcat server and the h2 server.

i grouped all the examples in the top level workspace dir:
* activiti-engine-examples
* activiti-spring-examples
* activiti-cycle-examples (this is the cycle project that used to be somewhere else)
* activiti-modeler-examples (this is the signavio model repo that used to be somewhere else)

let me know if i broke something
1 REPLY 1

jcosano
Champ in-the-making
Champ in-the-making
http://forums.activiti.org/en/viewtopic.php?f=4&t=455

Revision 1281 continue with same problem Smiley Very Happy