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 "SCA/SCA Component/SCA Build"

< SCA
(Prerequisites)
Line 6: Line 6:
 
== Prerequisites ==
 
== Prerequisites ==
  
You need EMF 2.4, GMF 2.1 and the Web Developper Tools 3.0 (for the SCA XML editor).
+
You need EMF 2.4, GMF 2.1, Web Developper Tools 3.0, and jdom (for the SCA XML editor).
  
 
* Download [http://www.eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/ganymeder Eclipse Modeling Tools].
 
* Download [http://www.eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/ganymeder Eclipse Modeling Tools].
Line 14: Line 14:
 
* Select '''Ganymede Update Site''' > '''Web and Java EE Development''' > '''Web Developer Tools'''
 
* Select '''Ganymede Update Site''' > '''Web and Java EE Development''' > '''Web Developer Tools'''
 
* Click on the '''Install''' button in the upper right corner to start the installation
 
* Click on the '''Install''' button in the upper right corner to start the installation
 
+
* Then, download and install jdom from [http://download.eclipse.org/tools/orbit/downloads/ Eclipse Orbit web site].
 
+
  
 
== How to get the latest SCA Tools code? ==
 
== How to get the latest SCA Tools code? ==

Revision as of 07:46, 15 October 2008

This page explains how to build and install the SCA Tools project from the sources.


Prerequisites

You need EMF 2.4, GMF 2.1, Web Developper Tools 3.0, and jdom (for the SCA XML editor).

  • Download Eclipse Modeling Tools.
  • Install it, and start it
  • Go to the Help menu > Software Updates
  • Select the tab Available Software
  • Select Ganymede Update Site > Web and Java EE Development > Web Developer Tools
  • Click on the Install button in the upper right corner to start the installation
  • Then, download and install jdom from Eclipse Orbit web site.

How to get the latest SCA Tools code?

trunk
trunk/samples
trunk/features
trunk/updatesites
  • org.eclipse.stp.sca
  • org.eclipse.stp.sca.common
  • org.eclipse.stp.sca.diagram
  • org.eclipse.stp.diagram.extension
  • org.eclipse.stp.sca.extension.generator
  • org.eclipse.stp.sca.extension.generator.ui
  • org.eclipse.stp.sca.diagram.frascati
  • org.eclipse.stp.sca.tuscany
  • org.eclipse.stp.sca.doc
  • org.eclipse.stp.sca.domainmodel.extension.generator
  • org.eclipse.stp.sca.domainmodel.frascati
  • org.eclipse.stp.sca.domainmodel.frascati.edit
  • org.eclipse.stp.sca.domainmodel.frascati.editor
  • org.eclipse.stp.sca.domainmodel.tuscany
  • org.eclipse.stp.sca.domainmodel.tuscany.edit
  • org.eclipse.stp.sca.domainmodel.tuscany.editor
  • org.eclipse.stp.sca.edit
  • org.eclipse.stp.sca.editor
  • org.eclipse.stp.sca.implementation.java
  • org.eclipse.stp.sca.implementation.sca
  • org.eclipse.stp.sca.interfacee.java
  • org.eclipse.stp.sca.validation
  • org.eclipse.stp.sca.xmleditor
  • org.eclipse.stp.sca.examples
  • org.eclipse.stp.sca.examples.jdt
  • org.eclipse.stp.sca.samples.restaurant_all
  • org.eclipse.stp.sca.feature
  • org.eclipse.stp.sca.updatesite


How to build SCA Tools?

  • Open the file site.xml (project org.eclipse.stp.sca.updatesite)
  • Select the tab Site Map
  • Click Build All


How to install SCA Tools?

  • Go to the Help menu > Software Updates
  • Select the tab Available Software
  • Click on the Add Site... button
  • Click on Local... button
  • Select the file site.xml
  • Click on Ok button
  • Click on Ok button
  • Select your local update site > SOA Development > SCA Composite Tools Feature
  • Click on the Install button in the upper right corner to start the installation

Back to the top