Changes between Version 18 and Version 19 of Doc/SCDB/Eclipse


Ignore:
Timestamp:
Sep 3, 2008, 10:44:46 AM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Eclipse

    v18 v19  
    2727For Eclipse to work with SCDB, some additional software, called plugins, needs to be installed. To do this, run Eclipse and use `Software Updates->Find and Install...->Search for New Features to Install -> Next`   in `Help` menu. Then add a `new remote site` for each of the following plugins :
    2828
    29  * Subclipse : used to interact with a SVN client. (To avoid dependency problems, deselect Mylar integration unless Mylar is installed in your version of Eclipse.)
    30   * Download URL : http://subclipse.tigris.org/update_1.2.x
     29 * SVN plug-in : the plug-in used to interact with SVN. Plug-in to install depends on Eclipse version.
     30   * Eclipe <= 3.3 : Subclipse (To avoid dependency problems, deselect Mylar integration unless Mylar is installed in your version of Eclipse.). Download URL : http://subclipse.tigris.org/update_1.2.x/.
     31   * Eclipse >= 3.4 : Subversive. Download URLs (there are 2) :
     32     * Subversive : http://download.eclipse.org/technology/subversive/0.7/update-site/
     33     * SVN connectors : http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/. You can install all connectors.
    3134 * JavaSVN (SVNKit) : pure Java SVN client, providing both Java classes and a set of command line utilities compatible with SVN line mode client (command `jsvn`).
    3235  * Download URL : http://svnkit.com/
    3336 * Sunshade : used for error linking between console and editor (useful for opening templates where an error occurred)
    34   * Download URL : http://sunshade.sourceforge.net/update
     37  * Download URL : http://sunshade.sourceforge.net/update/
    3538 * Colorer (optional): used for syntax coloring in templates.
    3639  * Download URL : http://colorer.sf.net/eclipsecolorer/
     
    4548 * Also, you'll probably want to use UNIX newline styles, which you can choose in `New text file line delimiter`
    4649
    47 === SVNKit ===
    48 The default SVN interface chosen by Subclipse is `JavaHL (JNI)`. This needs to be changed to SVNKit.
     50=== Subclipse ===
     51
     52If you use Sublipse, the default SVN interface chosen is `JavaHL (JNI)`. This needs to be changed to SVNKit.
    4953 * To do so goto `Window -> Preferences -> Team -> SVN` and select `SVNKit (Pure Java)` in `SVN Interface`. Then press `Apply` and `OK`.
    5054  * This might prompt an error message saying `Failed to load JavaHL library`. This can be ignored by pressing `OK`.