Changes between Version 7 and Version 8 of Doc/SCDB/Eclipse


Ignore:
Timestamp:
Apr 23, 2007, 12:10:08 PM (19 years ago)
Author:
/C=BE/O=BEGRID/OU=VUB/OU=IIHE/CN=Stijn De Weirdt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Eclipse

    v7 v8  
    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. Download URL : http://subclipse.tigris.org/update_1.2.x.
    30   * Mylar integration is not required.
    31  * 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`). Download URL : http://tmate.org/svn/.
    32  * Sunshade : used for parsing PAN compiler output. Download URL : http://sunshade.sourceforge.net/update.
    33  * Colorer : used for syntax colouring in templates. Download URL : http://colorer.sf.net/eclipsecolorer/.
     29 * Subclipse : used to interact with a SVN client. (Mylar integration is not required.)
     30  * Download URL : http://subclipse.tigris.org/update_1.2.x.
     31 * 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`).
     32  * Download URL : http://tmate.org/svn/.
     33 * Sunshade : used for parsing PAN compiler output.
     34  * Download URL : http://sunshade.sourceforge.net/update.
     35 * Colorer : used for syntax colouring in templates.
     36  * Download URL : http://colorer.sf.net/eclipsecolorer/.
    3437
    3538After adding each site, select them and click on `Finish` button.
     
    3740== Configuration ==
    3841
     42=== SVNKit ===
     43The default SVN interface chosen by Subclipse is `JavaHL (JNI)`. This needs to be changed to SVNKit.
     44 * To do so goto `Window -> Preferences -> Team -> SVN` and select `SVNKit (Pure Java)` in `SVN Interface`. Then press `Apply` and `OK`.
     45  * This might prompt an error message saying `Failed to load JavaHL library`. This can be ignored by pressing `OK`.
     46
    3947=== Colorer ===
    4048
    4149Colorer is used to do syntax colouring when editing PAN templates.
    4250
    43 Syntax colouring rules are defined in a file `pan.hrc` that can be downloaded from Quattor CVS (in elfms/Quattor/utils/eclipse). This file must be placed in
     51Syntax colouring 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
    4452`/path/to/eclipse/plugins/net.sf.colorer_VERSION/colorer/hrc/auto`.
    4553