Skip to content

Commit 1e09dee

Browse files
Jose Manuel Duarteandreasprlic
authored andcommitted
Adding a third option
1 parent b508ac0 commit 1e09dee

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

wiki/BioJava3_eclipse.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@ Option 2: *These instructions are more difficult, but may work if Option
9999
your source code
100100
5. Finished!
101101

102+
Option 3: *Cloning from command line and importing into eclipse, doesn't
103+
require SCM handler.*
104+
105+
1. Clone biojava from command line
106+
git clone https://github.com/biojava/biojava.git
107+
108+
2. Go to
109+
1. Browse to the root directory of your cloned biojava project
110+
2. Click OK and then Finish
111+
112+
3. You are done! now eclipse will automatically detect all the pom.xml
113+
files (the maven config files) and will understand that it is a
114+
maven and a git-tracked project.
115+
102116
You should now have source to all the biojava modules (biojava3-core,
103117
biojava3-structure, etc). Viewing the history for any file should show
104118
you all commits since 2009 which have contributed to that file.

wiki/BioJava3_eclipse.mediawiki

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ Option 2:
4949
## Select 'Use or create repository in parent folder of project'. This will use the local repository you cloned previously for your source code
5050
## Finished!
5151
52+
Option 3:
53+
''Cloning from command line and importing into eclipse, doesn't require SCM handler.''
54+
55+
# Clone biojava from command line <pre>git clone https://github.com/biojava/biojava.git</pre>
56+
# Go to {{menu|File|Import|Maven|Existing Maven Projects...}}
57+
## Browse to the root directory of your cloned biojava project
58+
## Click OK and then Finish
59+
# You are done! now eclipse will automatically detect all the pom.xml files (the maven config files) and will understand that it is a maven and a git-tracked project.
60+
5261
You should now have source to all the biojava modules (biojava3-core, biojava3-structure, etc). Viewing the history for any file should show you all commits since 2009 which have contributed to that file.
5362

5463
== Plugin Installation ==

0 commit comments

Comments
 (0)