cancel
Showing results for 
Search instead for 
Did you mean: 

Installation - build.xml in setup folder?

jemmerling
Champ in-the-making
Champ in-the-making
From the Activiti in Action book by Tijs Rademakers it says there is a setup folder in the ZIP file containing the Activiti framework installation. Among other things, this is supposed to launch a stand-alone H2 instance also Tomcat etc.

I can't find this in the current version. What equivalent actions is the first-time user supposed to take with the latest release?

I am capable of manually setting up H2 etc. but I would have liked to have the ANT support.

Any advice?

Thanks!

–John Emmerling
8 REPLIES 8

trademak
Star Contributor
Star Contributor
Hi John,

I've written a blog about this change in specific:

http://bpmn20inaction.blogspot.nl/2013/02/activiti-in-action-updates-part-1.html

Best regards,

jemmerling
Champ in-the-making
Champ in-the-making
Thank you very much for your quick response, Tijs! Please enjoy your weekend!

–John Emmerling

jemmerling
Champ in-the-making
Champ in-the-making
Hi,

This question has to do specifically with the Manning book however as I can't find a forum expressly for that I will post as a follow up to my earlier question.

So I've discovered that some of the code that comes with the book is incompatible with the latest version of Activiti. The biggest problem is that there is a package of annotations org.activiti.spring.annotations this is no longer there. I was wondering if it's worthwhile to try to migrate the book source code for compatibility with the lastest version. In particular how would the bits that use these annotations be implemented now?

If not, what is the latest version of Activiti that supports the code in the book?

Sorry if this is a foolish question but I just thought I'd ask!

–John Emmerling

trademak
Star Contributor
Star Contributor
Hi John,

Which code example are you referring to?
I can give it a shot to migrate it to the latest release.

Best regards,

jemmerling
Champ in-the-making
Champ in-the-making
Hi Tijs,

For example, org.bpmnwithactiviti.chapter9.ProcessInitiator uses annotations from org.activiti.spring.annotations.* that seem to no longer exist.

Also, org.activiti.engine.impl.util.LogUtil is gone and I don't see an obvious replacement.

Other bits I think I can sort out on my own e.g. the LDAP API.

Thanks for your help!

–John Emmerling

jemmerling
Champ in-the-making
Champ in-the-making
I had some success migrating the bpmn-examples project.

http://forums.activiti.org/content/migrating-example-source-code-manning-book

trademak
Star Contributor
Star Contributor
Thanks for sharing this. I hope I find some time to make some changes to the code in the coming weeks as well.

jemmerling
Champ in-the-making
Champ in-the-making
I have some updates having to do with the role of H2 which I have posted here: http://forums.activiti.org/comment/29770#comment-29770. If anyone has insight to share on this topic please come forward, thanks!