You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _wikis/BioJava3_Eclipse_with_SVN.mediawiki
+29-4Lines changed: 29 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
* Make sure you have a copy of the latest eclipse (Galileo)
4
4
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]
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
6
7
-
* Install the [http://m2eclipse.sonatype.org/ m2eclipse] Maven eclipse plugin. Be sure to include SCM integration, offered through the m2eclipse-extras package.
7
+
* Install the [http://eclipse.org/m2e/m2eclipse] Maven eclipse plugin (previously hosted by [http://m2eclipse.sonatype.org/ Sonatype]). Be sure to include SCM integration, offered through the m2eclipse-extras package.
8
8
9
9
* Install the [http://subclipse.tigris.org/ subclipse] plugin for subversion (latest version: 1.6)
10
10
@@ -13,7 +13,7 @@
13
13
* In the SVN Repository Exploring view: Right click on the folder <i>/biojava/biojava-live/trunk</i> and select Check Out as Maven project
14
14
15
15
16
-
= Details for specific Eclipse Versions ==
16
+
== Details for specific Eclipse Versions ==
17
17
18
18
=== Update for Eclipse Helios SR2 (May 2011) ===
19
19
@@ -57,4 +57,29 @@ To check out BioJava you can do: new -> Maven ->checkout project from SCM, add b
57
57
58
58
A useful blog article providing more help for how to install Maven is here: [http://www.shareyourwork.org/roller/ralphsjavablog/entry/eclipse_indigo_maven_and_svn]
59
59
60
-
--[[User:Andreas|Andreas]] 04:43, 30 August 2011 (UTC)
60
+
--[[User:Andreas|Andreas]] 04:43, 30 August 2011 (UTC)
61
+
62
+
== Anonymous access with Git ==
63
+
64
+
In the past, anonymous access to BioJava source code via SVN has been problematic. Alternatively, you can retrieve the source code from the read-only [https://github.com/biojava BioJava github mirror] using Eclipse.
* Maven SCM Handler for EGit (m2e-egit) from Eclipse Marketplace
73
+
74
+
''Additional setup:''
75
+
76
+
* Edit your eclipse.ini file to use the Java JDK as your VM (instructions above, required for Maven)
77
+
* If necessary, [http://wiki.eclipse.org/EGit/User_Guide#Setting_up_the_Home_Directory_on_Windows set the HOME environment variable] (required for EGit)
78
+
79
+
''Import the BioJava Maven project from Git ([http://stackoverflow.com/questions/4869815/importing-a-maven-project-into-eclipse-from-git StackOverflow answer]):''
80
+
81
+
* Open the Git Repository perspective
82
+
* Clone the BioJava git repository (http://github.com/biojava/biojava.git)
83
+
* Expand the cloned repository, right-click "Working directory", and pick "Import Maven Projects..."
84
+
* Open the Java perspective
85
+
* Select all of the projects, right-click and choose "Team > Share Project", select "Git", and check the "Use or create repository in parent folder of project" box
0 commit comments