Changes between Version 28 and Version 29 of SettingUpEclipse


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v28 v29  
    1212The latest version of Eclipse can be obtained from [http://www.eclipse.org/downloads/ The Eclipse Website]
    1313
    14 The "Eclipse IDE for Java Developers" should be fine, however the Enterprise Edition (EE) will work as well.
    15 [[BR]][[BR]]
     14The "Eclipse IDE for Java Developers" should be fine, however the Enterprise Edition (EE) will work as well.[[BR]][[BR]]
    1615
    1716=== 2) Install the Subversion (SVN) Plug-in ===
     
    2120To install in Eclipse, follow the tutorial here: [http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA Subclipse Installation]
    2221
    23 (be sure to use `http://subclipse.tigris.org/update_1.6.x` as the update site when prompted)
    24 [[BR]][[BR]]
     22(be sure to use `http://subclipse.tigris.org/update_1.6.x` as the update site when prompted)[[BR]][[BR]]
    2523
    2624=== 3) Add the OpenSHA Source Repository ===
     
    4745 * Be patient, it may take a little while to check out the entire project the first time.
    4846 * Once it is checked out, switch to the Java perspective  ''`Window > Open Perspective > Java`'' (or ''`Other`'', then ''`Java`'').
    49  * 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.
    50 [[BR]][[BR]]
     47 * 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.[[BR]][[BR]]
    5148
    5249== Working with OpenSHA ==
    5350
    54 The instructions above will enable any registered user to get a copy of the ''`trunk`'' or current codebase. Any new code by authorized developers, however, must be committed to the repository on a ''`branch`''. The details of merging and branching are outlined in detail in [http://svnbook.red-bean.com/ The SVN Book] and we encourage everyone involved to keep it handy. Some very basic instructions and guidelines are provided below.
    55 [[BR]][[BR]]
     51The instructions above will enable any registered user to get a copy of the ''`trunk`'' or current codebase. Any new code by authorized developers, however, must be committed to the repository on a ''`branch`''. The details of merging and branching are outlined in detail in [http://svnbook.red-bean.com/ The SVN Book] and we encourage everyone involved to keep it handy. Some very basic instructions and guidelines are provided below.[[BR]][[BR]]
    5652
    57 == Branching ==
     53=== Branching ===
    5854OpenSHA development occurs on branches. To create a branch:
    5955
     
    6965
    7066
    71 == Merging ==
    72 
    73 
    74 
    75 
     67=== Merging ===
    7668
    7769If you think there is some new