Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/BPMN Component/Eclipse con 2007 STP BPMN Tutorial (Setup)"

m (Installing the modeler)
m
Line 7: Line 7:
 
* STP-BPMN feature.
 
* STP-BPMN feature.
  
For your convenience, here is a zip of GMF, its dependencies and the STP-BPMN feature.
+
For your convenience, here is a 15-Megabytes zip of GMF, its dependencies and the STP-BPMN feature.
 
http://www.intalio.org/public/eclipsecon/eclipse-gmf-stp-bpmn-eclipsecon2007.zip
 
http://www.intalio.org/public/eclipsecon/eclipse-gmf-stp-bpmn-eclipsecon2007.zip
  
 +
Download it, and unzip it next to a new eclipse SDK directly.
 
For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.
 
For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.
  

Revision as of 01:48, 5 March 2007

Installing the modeler

Requirements:

  • JDK1.5 and more recent
  • eclipse-3.2.1 platform.

The SDK is required to be able to develop extensions to the modeler.

  • GMF-1.02 and more recent. All of its corresponding dependencies.
  • STP-BPMN feature.

For your convenience, here is a 15-Megabytes zip of GMF, its dependencies and the STP-BPMN feature. http://www.intalio.org/public/eclipsecon/eclipse-gmf-stp-bpmn-eclipsecon2007.zip

Download it, and unzip it next to a new eclipse SDK directly. For the tutorial, do install eclipse-sdk as it is required to develop the extensions to the modeler.

At this point start eclipse. Go to the workbench and follow these instructions: STP BPMN Presentation (Part 1)

Back to the top