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

SCA/SCA Component/SCA Build

< SCA
Revision as of 06:31, 15 October 2008 by Unnamed Poltroon (Talk)

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

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