Changes between Version 19 and Version 20 of Doc/SCDB/Eclipse
- Timestamp:
- Aug 8, 2009, 2:06:25 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Eclipse
v19 v20 25 25 === Installating Eclipse plugins === 26 26 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 : 27 For 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`.'' 28 30 29 31 * SVN plug-in : the plug-in used to interact with SVN. Plug-in to install depends on Eclipse version. … … 32 34 * Subversive : http://download.eclipse.org/technology/subversive/0.7/update-site/ 33 35 * 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. 35 37 * Download URL : http://svnkit.com/ 36 38 * Sunshade : used for error linking between console and editor (useful for opening templates where an error occurred) … … 51 53 52 54 If 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`. 54 56 * This might prompt an error message saying `Failed to load JavaHL library`. This can be ignored by pressing `OK`. 55 57 … … 58 60 Colorer is used to do syntax coloring when editing PAN templates. 59 61 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 in62 Syntax 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 61 63 `/path/to/eclipse/plugins/net.sf.colorer_VERSION/colorer/hrc/auto`. 62 64