Changes between Version 4 and Version 5 of DevelopmentSetup

Show
Ignore:
Timestamp:
05/01/10 08:12:54 (4 months ago)
Author:
admin
Comment:

Update to Eclipse platform 3.5.2

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentSetup

    v4 v5  
    11= Development Environment Setup = 
    22 
    3 EclipseTrader is developed using Eclipse 3.4 (Ganymede). 
     3EclipseTrader is developed using Eclipse 3.5 (Galileo). 
    44 
    5  * Download and install Eclipse SDK from http://download.eclipse.org/eclipse/downloads/drops/R-3.4.1-200809111700/index.php. 
     5 * Download and install Eclipse SDK from http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/index.php. 
    66 * Download the following packages that composes the target platform: 
    7    * eclipse-platform-SDK-3.4.1 (choose you preferred OS) 
    8    * eclipse-3.4.1-delta-pack.zip (if you want to export to multiple OSes) 
    9    * eclipse-test-framework-3.4.1.zip 
    10  * Unpack all packages to a dedicated directory, for example `platform-3.4`. Do not unpack to the Eclipse SDK directory. 
    11  * From Eclipse, open `Window -> Preferences` and go to `Plug-in Development / Target Platform`. In the `Location` field type the full path to the target platform directory you have created above and click the `Reload` button. The `Plug-ins` tab should list the plugins extracted above. Click `Ok` and the Target Platform is set. 
     7   * eclipse-platform-SDK-3.5.2 (choose you preferred OS) 
     8   * eclipse-3.5.2-delta-pack.zip (if you want to export to multiple OSes) 
     9   * eclipse-test-framework-3.5.2.zip 
     10 * Unpack all packages to a dedicated directory, for example `platform-3.5`. Do not unpack to the Eclipse SDK directory. 
     11 * From Eclipse, open `Window -> Preferences` and go to `Plug-in Development / Target Platform` and add a new target platform definition poiting to the directory location above. Make sure to select the new definition as the default (active) target platform. 
    1212 * The project uses [http://subversion.tigris.org/ Subversion] as the source code repository, so you need to install an svn Team Provider. We are using [http://subclipse.tigris.org Subclipse]. 
    1313 
     
    2020svn co http://svn.eclipsetrader.org/svnroot/eclipsetrader/trunk eclipsetrader 
    2121}}} 
    22 This command checks-out all projects, including JUnit tests and few obsolete projects (starting with net.sourceforge.*) and the Nebula Widgets plugins to a directory named `eclipsetrader`. 
     22This command checks-out all projects, including JUnit tests and the Nebula Widgets plugins to a directory named `eclipsetrader`. 
    2323 
    24 Start Eclipse and point the workspace to the `eclipsetrader` directory (or wherever you have checked-out the source code). Import all projects (excluding those that starts with net.sourceforge.* as they are obsolete and won't compile) using `File -> Import -> General / Existing Projects into Workspace` (leave the `Copy projects into workspace` option unchecked). 
     24Start Eclipse and point the workspace to the `eclipsetrader` directory (or wherever you have checked-out the source code). Import all projects using `File -> Import -> General / Existing Projects into Workspace` (leave the `Copy projects into workspace` option unchecked). 
    2525 
    2626== Check-out with Team Project Set ==