Changes between Version 4 and Version 5 of DevelopmentSetup
- Timestamp:
- 05/01/10 08:12:54 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentSetup
v4 v5 1 1 = Development Environment Setup = 2 2 3 EclipseTrader is developed using Eclipse 3. 4 (Ganymede).3 EclipseTrader is developed using Eclipse 3.5 (Galileo). 4 4 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. 6 6 * 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.zip10 * 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. 12 12 * 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]. 13 13 … … 20 20 svn co http://svn.eclipsetrader.org/svnroot/eclipsetrader/trunk eclipsetrader 21 21 }}} 22 This command checks-out all projects, including JUnit tests and few obsolete projects (starting with net.sourceforge.*) andthe Nebula Widgets plugins to a directory named `eclipsetrader`.22 This command checks-out all projects, including JUnit tests and the Nebula Widgets plugins to a directory named `eclipsetrader`. 23 23 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).24 Start 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). 25 25 26 26 == Check-out with Team Project Set ==
