Changes between Version 20 and Version 21 of Doc/SCDB/Eclipse


Ignore:
Timestamp:
Aug 8, 2009, 2:08:37 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Eclipse

    v20 v21  
    1717Eclipse can be downloaded from http://www.eclipse.org. The site provides pre-built distributions for Windows, Linux, and MacOSX making installation trivial.  Recent versions of Eclipse offer several different pre-configured versions.  For SCDB, the "Eclipse Classic" is the most appropriate.   
    1818
    19 Before being able to run Eclipse, you need to install Java JRE or JDK on your machine. SCDB requires Java 1.5 or later. You need to check on Eclipse site minimum Java version required by Eclipse. As of Eclipse 3.2, it was lower than SCDB.
     19Before being able to run Eclipse, you need to install Java JRE or JDK on your machine. SCDB requires Java 1.5 or later. You need to check on Eclipse site minimum Java version required by Eclipse.
    2020
    2121If you have several Java JREs or JDKs installed on your machine, run Eclipse, goto Preferences->Java (in  `Window` menu) and check the version used  by Eclipse matches both Eclipse and SCDB requirements.
    2222
    23 ''Note : Java JDK is required only for some advanced operations like generating new OS templates. Java JRE is enough for daily administration of SCDB.''
     23''Note : Java JDK is required only for some advanced operations like generating new OS templates. Java JRE is enough for daily administration with SCDB.''
    2424
    2525=== Installating Eclipse plugins ===
     
    3434     * Subversive : http://download.eclipse.org/technology/subversive/0.7/update-site/
    3535     * SVN connectors : http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/. You can install all connectors.
    36  * SVNKit : pure Java SVN client, providing both Java classes and a set of command line utilities compatible with SVN line mode client (command `jsvn`). This is not necessary when you use Subversive as SVN plug-in as it is provided with the SVN connector.
    37   * Download URL : http://svnkit.com/
    3836 * Sunshade : used for error linking between console and editor (useful for opening templates where an error occurred)
    3937  * Download URL : http://sunshade.sourceforge.net/update/
    4038 * Colorer (optional): used for syntax coloring in templates.
    4139  * Download URL : http://colorer.sf.net/eclipsecolorer/
    42 
    43 After adding each site, select them and click on `Finish` button.
     40 * SVNKit : pure Java SVN client, providing both Java classes and a set of command line utilities compatible with SVN line mode client (command `jsvn`). This is not necessary when you use Subversive as SVN plug-in as it is provided with the SVN connector.
     41  * Download URL : http://svnkit.com/
    4442
    4543== Configuration ==