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
(No difference)

Revision as of 04:32, 9 November 2010

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

If you have the required credentials on build.eclipse.org, another way to build the SCA Tools project is to log in on the Eclipse Hudson server, and click 'Build Now' on the left hand side.



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.capabilities
  • org.eclipse.stp.sca.common
  • org.eclipse.stp.sca.common.java
  • org.eclipse.stp.sca.compositeshell
  • org.eclipse.stp.sca.deployment
  • org.eclipse.stp.sca.diagram
  • org.eclipse.stp.sca.diagram.extension
  • org.eclipse.stp.sca.diagram.java
  • org.eclipse.stp.sca.diagram.frascati
  • org.eclipse.stp.sca.diagram.tuscany
  • org.eclipse.stp.sca.doc
  • 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.introspection
  • org.eclipse.stp.sca.introspection.ui
  • org.eclipse.stp.sca.ontology.view
  • org.eclipse.stp.sca.ontology.view.jena2
  • org.eclipse.stp.sca.osoa.java
  • org.eclipse.stp.sca.semantic.sawsdl
  • org.eclipse.stp.sca.semantic.sawsdl.edit
  • org.eclipse.stp.sca.semantic.sawsdl.properties
  • org.eclipse.stp.sca.validation
  • org.eclipse.stp.sca.validation.frascati
  • org.eclipse.stp.sca.xmleditor
  • org.eclipse.stp.sca.examples
  • org.eclipse.stp.sca.examples.java
  • org.eclipse.stp.sca.samples.restaurant_all
  • org.eclipse.stp.sca.samples.weather_all
  • org.eclipse.stp.sca.feature
  • org.eclipse.stp.sca.feature.frascati
  • org.eclipse.stp.sca.feature.semantic
  • org.eclipse.stp.sca.feature.tuscany
  • org.eclipse.stp.sca.feature.xmleditor
  • 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