© 2011, 2012 camunda services GmbH
Licensed under the Eclipse public license http://www.eclipse.org/legal/epl-v10.html.
- Fork the modeler sources
- Checkout the
develop
branch - Make sure you have the
m2eclipse
plugin installed in your Eclipse - Import sources into Eclipse Indigo or Juno via
Import -> Existing maven projects
- Resolve project dependencies (see below)
- Examine the sources
org.eclipse.bpmn2.modeler.core
contains the modelerorg.eclipse.bpmn2.modeler.core.tests
contains the modeler test suite
- Run / Test
- Start the Modeler from
org.eclipse.bpmn2.modeler.core
viaRun As -> Eclipse Application
- Run the test suite in
org.eclipse.bpmn2.modeler.core.tests
viaRun As -> JUnit Plugin-Tests
- Start the Modeler from
- Extend the editor !
- Submit a pull request
The following shows a screenshot of an Eclipse Indigo installation with the required plugins installed. Highlighted are plugins which need to be installed in order to resolve add dependencies.
Click image to enlarge.
- Graphiti 0.9.1 http://download.eclipse.org/graphiti/updates/0.9.1/
- BPMN 2.0 Meta-Model 0.7.x http://download.eclipse.org/bpmn2-modeler/bpmn2/site/
- Sources via git + workspace import
+ org.eclipse.bpmn2.modeler.core -> modeler runtime
+ org.eclipse.bpmn2.modeler.core.tests -> modeler runtime tests
+ Jubula -> GUI test