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"

 
(11 intermediate revisions by the same user not shown)
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 above page, and unzip into Eclipse.  The TPTP Manual tests we are currently using for the 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.'''
#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 (if you are using the MDR toolkit).
+
##[[Image:SMLTPTPDownloads.png‎]]
#Download EMF, EMF XSD Runtime, and GEF prerequisites from the above page, and unzip into Eclipse (if you are using the MDR toolkit).
+
#If you are using the MDR toolkit, e.g. for CMDB Federation (not needed for other work like SML or reporting)
#Download SDK zip from the [http://www.eclipse.org/cosmos/downloads latest COSMOS build], and unzip on top of the Eclipse install.
+
##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 EMF, EMF XSD Runtime, and GEF prerequisites from the WTP 3.0 GA page above, 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:
#Load all projects you want to develop from the repository.  All projects should be compiled successfully.
+
##Setup Axis2 support following [[COSMOS_Axis2_Framework|these instructions]].
 +
#Define a CVS repository with the following parameters '''unless''' you are a ''committer''.<ul><li>Connection type: <code>pserver</code></li><li>User: <code>anonymous</code></li><li>Password: (Leave the password blank)</li><li>Host: <code>dev.eclipse.org</code></li><li>Repository path: <code>/cvsroot/technology</code></li></ul>
 +
#Load all projects from <code>HEAD/org.eclipse.cosmos</code> that you want to develop from the repository; e.g. SML development projects are listed [[SML_Overview#Setting_up_for_development|here]].  All projects should be compiled successfully.
 +
 
 
[[Category:COSMOS]]
 
[[Category:COSMOS]]

Latest revision as of 17:02, 11 November 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. Define a CVS repository with the following parameters unless you are a committer.
    • Connection type: pserver
    • User: anonymous
    • Password: (Leave the password blank)
    • Host: dev.eclipse.org
    • Repository path: /cvsroot/technology
  9. Load all projects from HEAD/org.eclipse.cosmos that you want to develop from the repository; e.g. SML development projects are listed here. All projects should be compiled successfully.

Back to the top