Changes between Version 19 and Version 20 of SettingUpEclipse


Ignore:
Timestamp:
Dec 31, 1969, 4:20:57 PM (54 years ago)
Author:
Peter Powers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v19 v20  
    33
    44Two options are available to obtain the OpenSHA source code:
     51.
    56
    67=== 1) Download Eclipse ===
     
    2324
    2425Once Subclipse is properly installed, from within eclipse:
    25  * Select ''`Window > Open Perspective > Other`''.
    26  * Select ''`SVN Repository Exploring`'' and hit ''`OK`''.
     26* Select ''`Window > Open Perspective > Other`''.
     27* Select ''`SVN Repository Exploring`'' and hit ''`OK`''.
    2728
    2829The ''`SVN Repository`'' tab should now be visible:
    29  * Click the ''`Add SVN Repository`'' button shown here...
     30* Click the ''`Add SVN Repository`'' button shown here...
    3031[[Image(http://intensity.usc.edu/trac/opensha/attachment/wiki/SettingUpEclipse/svn_add_repo_button.png?format=raw)]]
    3132
    32  * Enter `http://intensity.usc.edu/svn/opensha` as the ''`URL`'' and hit ''`Finish`''.
    33  * Enter your ''`username`'' and ''`password`''.
     33* Enter `http://intensity.usc.edu/svn/opensha` as the ''`URL`'' and hit ''`Finish`''.
     34* Enter your ''`username`'' and ''`password`''.
    3435
    3536=== 4) Check out the OpenSHA Project ===
    3637
    37  * Click the arrow to expand the repository tree.
    38  * Right click on ''`trunk`'' and select ''`Checkout...`'':
     38* Click the arrow to expand the repository tree.
     39* Right click on ''`trunk`'' and select ''`Checkout...`'':
    3940[[Image(http://intensity.usc.edu/trac/opensha/attachment/wiki/SettingUpEclipse/svn_checkout.png?format=raw)]]
    4041
    41  * If you are happy with the default options (they are fine for most people), just click ''`Finish`''.
    42    * If you would like to specify where to put your "Working Copy" of the project, click ''`Next`'' instead.
    43  * Be patient, it may take a little while to check out the entire project the first time.
    44  * Once it is checked out, switch to the Java perspective  ''`Window > Open Perspective > Java`'' (or ''`Other`'', then ''`Java`'').
    45  * More patience, it will probably take a little while to build the project as well (you should see ''`Building Workspace`'' in the lower right corner of the Eclipse window.
     42* If you are happy with the default options (they are fine for most people), just click ''`Finish`''.
     43    * If you would like to specify where to put your "Working Copy" of the project, click ''`Next`'' instead.
     44* Be patient, it may take a little while to check out the entire project the first time.
     45* Once it is checked out, switch to the Java perspective  ''`Window > Open Perspective > Java`'' (or ''`Other`'', then ''`Java`'').
     46* More patience, it will probably take a little while to build the project as well (you should see ''`Building Workspace`'' in the lower right corner of the Eclipse window.