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


Ignore:
Timestamp:
Aug 8, 2009, 2:06:25 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

    v19 v20  
    2525=== Installating Eclipse plugins ===
    2626
    27 For 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 :
     27For Eclipse to work with SCDB, some additional software, called plugins, needs to be installed. To do this, run Eclipse and use `Install New Software...' in `Help` menu. In field `Work with`, enter the URL mentionned below to install the plugins.
     28
     29''Note: in Eclipse prior to 3.5, the menu to use is `Software Updates in `Help` menu (the exact dialog depends on the version). To install the plugin, it was first necessary to add the following URLs as `new remote site`.''
    2830
    2931 * SVN plug-in : the plug-in used to interact with SVN. Plug-in to install depends on Eclipse version.
     
    3234     * Subversive : http://download.eclipse.org/technology/subversive/0.7/update-site/
    3335     * SVN connectors : http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/. You can install all connectors.
    34  * 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`).
     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.
    3537  * Download URL : http://svnkit.com/
    3638 * Sunshade : used for error linking between console and editor (useful for opening templates where an error occurred)
     
    5153
    5254If you use Sublipse, the default SVN interface chosen is `JavaHL (JNI)`. This needs to be changed to SVNKit.
    53  * To do so goto `Window -> Preferences -> Team -> SVN` and select `SVNKit (Pure Java)` in `SVN Interface`. Then press `Apply` and `OK`.
     55 * To do so goto `Window -> Preferences -> Team -> SVN` and select `SVNKit (Pure Java)` (or whatever SVNKit version is appropriate for you) in `SVN Interface`. Then press `Apply` and `OK`.
    5456  * This might prompt an error message saying `Failed to load JavaHL library`. This can be ignored by pressing `OK`.
    5557
     
    5860Colorer is used to do syntax coloring when editing PAN templates.
    5961
    60 Syntax coloring rules are defined in a file `pan.hrc` that can be downloaded from Quattor CVS (in [http://isscvs.cern.ch:8180/cgi-bin/cvsweb.cgi/elfms/quattor/util/eclipse/pan.hrc?cvsroot=elfms elfms/Quattor/utils/eclipse]). This file must be placed in
     62Syntax coloring rules are defined in a file `pan.hrc` that can be downloaded from Quattor core sources (in [http://quattor.svn.sourceforge.net/viewvc/quattor/trunk/util/eclipse/pan.hrc?view=log util/eclipse/pan.hrc]). This file must be placed in
    6163`/path/to/eclipse/plugins/net.sf.colorer_VERSION/colorer/hrc/auto`.
    6264