User development,
A new message was posted in the thread "How to create a new project JBPM 4.3":
http://community.jboss.org/message/528101#528101
Author : Maciej Swiderski
Profile :
http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
As Dominic already mentioned, there is no way and need for jBPM project in eclipse any
more. It's enough to create Java project with dependencies to jBPM libraries. You need
to create/copy configuration for jBPM and database into your eclipse project, they can be
found within the jBPM distribution (instal/src/cfg) or in examples project. I personally
recommend to start with examples, the easiest way to get to know basics.
Then you create process definition file (*.jpdl.xml) in it (most likely in some package
structure) and off you go.
For building and deployment you can use ant script, take a look at one delivered with
examples package.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/528101#528101