Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BPMN2-Modeler"

Line 13: Line 13:
 
== User Resources ==
 
== User Resources ==
  
[http://download.eclipse.org/bpmn2-modeler/updates Update Site] - Available releases
+
* [http://download.eclipse.org/bpmn2-modeler/updates Update Site] - Available Releases
 +
* [https://www.eclipse.org/forums/index.php/f/226/ddf71c892847b96912ebdb3c19ce41f5/ User Forum] - Have a question? Please don't hesitate to post it here.
  
 
== Developer Resources ==
 
== Developer Resources ==
  
[https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Git repository]
+
* [https://wiki.eclipse.org/index.php?title=BPMN2-Modeler/Build Builds] - Access source code and instructions on how to build BPMN2 Modeler.
 
+
* [https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Source Code] - Browse the Git repository
To clone this repository to your local machine, you must first install the GIT command-line tools, or GUI tools.
+
Then issue the command:
+
 
+
git clone https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git
+
 
+
This will create a directory named org.eclipse.bpmn2-modeler in your current directory.
+
 
+
To build the entire product requires Maven 3.0. In your local GIT repository directory for BPMN2 Modeler, enter the command:
+
 
+
mvn clean install -Dcbi.jarsigner.skip=true -P platform-luna
+

Revision as of 10:21, 24 June 2014

General

Welcome to the Project BPMN2 Modeler Wiki page.

BPMN2 Modeler is a graphical modeling tool that generates BPMN 2.0 spec-compliant files. This page contains useful information for developers who wish to build, and possibly contribute to, the BPMN2 Modeler editor.

Screencasts

User Resources

Developer Resources

  • Builds - Access source code and instructions on how to build BPMN2 Modeler.
  • Source Code - Browse the Git repository

Back to the top