Skip to content

Commit e024f8b

Browse files
committed
Change to wiki page
1 parent 8857f0d commit e024f8b

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

_wikis/BioJava3_Eclipse_with_SVN.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,38 @@
22
title: BioJava3 Eclipse with SVN
33
---
44

5-
This is how far I (--[Andreas](User:Andreas "wikilink") 03:42, 24
6-
October 2008 (UTC)) got so far:
5+
Prerequisite
6+
------------
77

8-
- I am using the [Maven](http://maven.apache.org/eclipse-plugin.html)
9-
eclipse plugin.
8+
- Make sure you have a copy of the latest eclipse (Ganymed)
109

1110
<!-- -->
1211

13-
- Checked out the project as a Java project
12+
- Make sure you have Java 1.6 installed. (if you are on oSX 10.4.x
13+
install [soylatte](http://landonf.bikemonkey.org/static/soylatte/)
14+
15+
<!-- -->
16+
17+
- Install [Maven](http://maven.apache.org/eclipse-plugin.html) eclipse
18+
plugin.
19+
20+
<!-- -->
21+
22+
- Install the [subclipse](http://subclipse.tigris.org/) plugin for
23+
subversion
24+
25+
Installation
26+
------------
27+
28+
- Checked out [ the source for BioJava3](BioJava3_project "wikilink")
29+
as a Java project (name it **biojava3**)
1430

1531
<!-- -->
1632

1733
- right click on the pom.xml and Run As -\> Maven install
1834

1935
<!-- -->
2036

21-
- at the moment it fails since 1.6 is required and my operating system
22-
(osx 10.4.11) does not have that...
37+
- right click on the toplevel biojava3 project name and -\>Enable
38+
dependecy management
2339

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
This is how far I (--[[User:Andreas|Andreas]] 03:42, 24 October 2008 (UTC)) got so far:
1+
== Prerequisite ==
22

3-
* I am using the [http://maven.apache.org/eclipse-plugin.html Maven] eclipse plugin.
3+
* Make sure you have a copy of the latest eclipse (Ganymed)
44
5-
* Checked out the project as a Java project
5+
* Make sure you have Java 1.6 installed. (if you are on oSX 10.4.x install [http://landonf.bikemonkey.org/static/soylatte/ soylatte]
6+
7+
* Install [http://maven.apache.org/eclipse-plugin.html Maven] eclipse plugin.
8+
9+
* Install the [http://subclipse.tigris.org/ subclipse] plugin for subversion
10+
11+
== Installation ==
12+
13+
* Checked out [[BioJava3_project| the source for BioJava3]] as a Java project (name it '''biojava3''')
614
715
* right click on the pom.xml and Run As -> Maven install
816
9-
* at the moment it fails since 1.6 is required and my operating system (osx 10.4.11) does not have that...
17+
* right click on the toplevel biojava3 project name and ->Enable dependecy management

0 commit comments

Comments
 (0)