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 "COSMOS Development Environment Setup i13"

Line 7: Line 7:
 
#Download SDK zip from the [http://www.eclipse.org/cosmos/downloads latest COSMOS build], and unzip into Eclipse.
 
#Download SDK zip from the [http://www.eclipse.org/cosmos/downloads latest COSMOS build], and unzip into Eclipse.
 
#Start Eclipse.
 
#Start Eclipse.
#Setup Axis2 support following [[COSMOS_Axis2_Framework|these instructions]].
+
#If you are using the MDR toolkit:
 +
##Setup Axis2 support following [[COSMOS_Axis2_Framework|these instructions]].
 
#Load all projects you want to develop from the repository.  All projects should be compiled successfully.
 
#Load all projects you want to develop from the repository.  All projects should be compiled successfully.
 
[[Category:COSMOS]]
 
[[Category:COSMOS]]

Revision as of 12:08, 16 October 2008

  1. Download Eclipse 3.4 SDK GA build
  2. Download TPTP GA Build, Platform and Testing Tools runtimes only, and unzip into Eclipse
  3. Download Manual Test Tools zip from the TPTP GA Build page above, and unzip into Eclipse. The TPTP Manual tests we are currently using for the end-to-end tests will not work without this.
  4. If you are using the MDR toolkit, e.g. for CMDB Federation (not needed for other work like SML or reporting)
    1. Download the Java EE Developer Tools from WTP 3.0 GA and unzip into Eclipse.
    2. Download EMF, EMF XSD Runtime, and GEF prerequisites from the WTP 3.0 GA page above, and unzip into Eclipse.
  5. Download SDK zip from the latest COSMOS build, and unzip into Eclipse.
  6. Start Eclipse.
  7. If you are using the MDR toolkit:
    1. Setup Axis2 support following these instructions.
  8. Load all projects you want to develop from the repository. All projects should be compiled successfully.

Back to the top