/bpmn2-modeler

BPMN2 Modeler Project project repository (bpmn2-modeler)

Primary LanguageJava

BPMN 2.0 Modeler for Eclipse

© 2011, 2012 camunda services GmbH

Licensing

Licensed under the Eclipse public license http://www.eclipse.org/legal/epl-v10.html.

How to contribute

  • 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 modeler
    • org.eclipse.bpmn2.modeler.core.tests contains the modeler test suite
  • Run / Test
    • Start the Modeler from org.eclipse.bpmn2.modeler.core via Run As -> Eclipse Application
    • Run the test suite in org.eclipse.bpmn2.modeler.core.tests via Run As -> JUnit Plugin-Tests
  • Extend the editor !
  • Submit a pull request

Modeler Development Dependencies

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.

Development Requirements

Click image to enlarge.

Versions and Update Sites

Project Structure

+ org.eclipse.bpmn2.modeler.core -> modeler runtime
+ org.eclipse.bpmn2.modeler.core.tests -> modeler runtime tests
+ Jubula -> GUI test