Changes between Version 18 and Version 19 of Doc/SCDB/Eclipse
- Timestamp:
- Sep 3, 2008, 10:44:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Eclipse
v18 v19 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. (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. 31 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`). 32 35 * Download URL : http://svnkit.com/ 33 36 * 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/ 35 38 * Colorer (optional): used for syntax coloring in templates. 36 39 * Download URL : http://colorer.sf.net/eclipsecolorer/ … … 45 48 * Also, you'll probably want to use UNIX newline styles, which you can choose in `New text file line delimiter` 46 49 47 === SVNKit === 48 The default SVN interface chosen by Subclipse is `JavaHL (JNI)`. This needs to be changed to SVNKit. 50 === Subclipse === 51 52 If you use Sublipse, the default SVN interface chosen is `JavaHL (JNI)`. This needs to be changed to SVNKit. 49 53 * To do so goto `Window -> Preferences -> Team -> SVN` and select `SVNKit (Pure Java)` in `SVN Interface`. Then press `Apply` and `OK`. 50 54 * This might prompt an error message saying `Failed to load JavaHL library`. This can be ignored by pressing `OK`.