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

m
Line 1: Line 1:
 
#Download [http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/ Eclipse 3.4 SDK GA build]
 
#Download [http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/ Eclipse 3.4 SDK GA build]
 
#Download [http://www.eclipse.org/tptp/home/downloads/?ver=4.5.0 TPTP GA Build], Platform and Testing Tools runtimes only, and unzip into Eclipse  
 
#Download [http://www.eclipse.org/tptp/home/downloads/?ver=4.5.0 TPTP GA Build], Platform and Testing Tools runtimes only, and unzip into Eclipse  
#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 SML UI, MDR Toolkit UI, and end-to-end tests will not work without this.
+
#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 SML UI, MDR Toolkit UI, and end-to-end tests will not work without this. '''You must use exactly the files circled in red, others do not work.'''
 +
##[[Image:SMLTPTPDownloads.png‎]]
 
#If you are using the MDR toolkit, e.g. for CMDB Federation (not needed for other work like SML or reporting)
 
#If you are using the MDR toolkit, e.g. for CMDB Federation (not needed for other work like SML or reporting)
 
##Download the Java EE Developer Tools from [http://download.eclipse.org/webtools/downloads/drops/R3.0/R-3.0-20080616152118/ WTP 3.0 GA] and unzip into Eclipse.
 
##Download the Java EE Developer Tools from [http://download.eclipse.org/webtools/downloads/drops/R3.0/R-3.0-20080616152118/ WTP 3.0 GA] and unzip into Eclipse.

Revision as of 18:34, 21 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 SML UI, MDR Toolkit UI, and end-to-end tests will not work without this. You must use exactly the files circled in red, others do not work.
    1. SMLTPTPDownloads.png
  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, e.g. SML. All projects should be compiled successfully.

Back to the top