Changes between Version 7 and Version 8 of Doc/SCDB/Eclipse
- Timestamp:
- Apr 23, 2007, 12:10:08 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Eclipse
v7 v8 27 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 : 28 28 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/. 34 37 35 38 After adding each site, select them and click on `Finish` button. … … 37 40 == Configuration == 38 41 42 === SVNKit === 43 The 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 39 47 === Colorer === 40 48 41 49 Colorer is used to do syntax colouring when editing PAN templates. 42 50 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 in51 Syntax 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 44 52 `/path/to/eclipse/plugins/net.sf.colorer_VERSION/colorer/hrc/auto`. 45 53