Skip to content

Commit f51fdfe

Browse files
Peter Troshinandreasprlic
authored andcommitted
update for Eclipse Helious SR2
1 parent 3a0621c commit f51fdfe

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

_wikis/BioJava3_Eclipse_with_SVN.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,48 @@ Prerequisite
2323
- Install the [subclipse](http://subclipse.tigris.org/) plugin for
2424
subversion (latest version: 1.6)
2525

26+
Update for Eclipse Helios SR2 (May 2011)
27+
28+
The above plugins are still available and work fine, however, below are
29+
the few important particulars.
30+
31+
- Make sure you have full JDK 1.6 installed, JRE will not be
32+
sufficient (some *Maven* plugins will not work)
33+
34+
<!-- -->
35+
36+
- After JDK installation point Eclipse to the JDK location. For this
37+
edit *eclipse.ini* found in the Eclipse root directory. Insert *-vm*
38+
keyword with the location of your JDK and make sure that this
39+
keyword precedes *-vmargs* (!) for example
40+
41+
`  -vm`
42+
`  C:/Java/jdk1.6.23/bin`
43+
`  -vmargs`
44+
`  -Xms40m`
45+
`  -Xmx512m`
46+
47+
- If you work on any other operating system but win32, you will have
48+
to install JavaHL library for the *subclipse* plugin manually. More
49+
information about it can be found here:
50+
[<http://subclipse.tigris.org/wiki/JavaHL>](http://subclipse.tigris.org/wiki/JavaHL)
51+
52+
<!-- -->
53+
54+
- When adding the URL of BioJava development repository do not add the
55+
actual folder you want to check out, otherwise you may not be able
56+
to checkout it as maven project.
57+
58+
For example if you want to checkout Insert non-formatted text here
59+
60+
*svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk/*
61+
62+
use
63+
*svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live*
64+
65+
as the repository URL and then navigate to trunk in the Eclipse SVN
66+
explorer.
67+
2668
Installation
2769
------------
2870

_wikis/BioJava3_Eclipse_with_SVN.mediawiki

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88
99
* Install the [http://subclipse.tigris.org/ subclipse] plugin for subversion (latest version: 1.6)
1010
11+
12+
Update for Eclipse Helios SR2 (May 2011)
13+
14+
The above plugins are still available and work fine, however, below are the few important particulars.
15+
16+
* Make sure you have full JDK 1.6 installed, JRE will not be sufficient (some ''Maven'' plugins will not work)
17+
18+
* After JDK installation point Eclipse to the JDK location. For this edit ''eclipse.ini'' found in the Eclipse root directory. Insert ''-vm'' keyword with the location of your JDK and make sure that this keyword precedes ''-vmargs'' (!) for example
19+
20+
-vm
21+
C:/Java/jdk1.6.23/bin
22+
-vmargs
23+
-Xms40m
24+
-Xmx512m
25+
26+
* If you work on any other operating system but win32, you will have to install JavaHL library for the ''subclipse'' plugin manually. More information about it can be found here: [http://subclipse.tigris.org/wiki/JavaHL http://subclipse.tigris.org/wiki/JavaHL]
27+
28+
* When adding the URL of BioJava development repository do not add the actual folder you want to check out, otherwise you may not be able to checkout it as maven project.
29+
30+
For example if you want to checkout <nowiki>Insert non-formatted text here</nowiki>
31+
32+
''svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk/''
33+
34+
use ''svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live''
35+
36+
as the repository URL and then navigate to trunk in the Eclipse SVN explorer.
37+
1138
== Installation ==
1239

1340
* In the SVN Repository Exploring view: Right click on the folder <i>/biojava/biojava-live/trunk</i> and select Check Out as Maven project

0 commit comments

Comments
 (0)