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.mediawiki
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We recommend [[Contributing to BioJava#Forking Biojava|creating a fork]] on gith
15
15
Option 1:
16
16
''Try these instructions first. If they don't work, try option 2.''
17
17
<!-- These instructions should work and are simple, but don't work for me on ubuntu. They fail with 'No Maven projects found'~~~~ -->
18
-
# Go to {{menu2|File|Import...}}
18
+
# Go to {{menu|File|Import...}}
19
19
# In the Maven category, select 'Check out Maven Projects from SCM' and click Next.
20
20
# Select 'git' in the dropdown box. If 'git' is not an option, make sure you have the m2e-egit connector installed as descripted below.
21
21
# Add the URL for your biojava repository on github. For instance, to checkout the main repository, use <pre>https://github.com/biojava/biojava.git</pre>Make sure that 'Checkout All Projects' is selected and click Finish.
@@ -24,7 +24,7 @@ Option 2:
24
24
''These instructions are more difficult, but may work if Option 1 fails.''
25
25
26
26
# Open the Git Repository View
27
-
## Go to {{menu3|Window|Show View|Other...}}
27
+
## Go to {{menu|Window|Show View|Other...}}
28
28
## Under 'Git', select 'Git Repositories'
29
29
# Clone your git repository. The following is the easiest way to do this from within Eclipse, but you could also get a local clone via the command line and then add it as a local repository.
30
30
## Click the 'Clone Git Repository' icon in the Git Repository View
@@ -37,7 +37,7 @@ Option 2:
37
37
## Select all modules and click Finish
38
38
# Initiate git tracking for the projects
39
39
## Select all biojava modules in the Project Explorer
40
-
## Right click and select {{menu2|Team|Share Project...}}
40
+
## Right click and select {{menu|Team|Share Project...}}
41
41
## Select 'Git' and click Next
42
42
## Select 'Use or create repository in parent folder of project'. This will use the local repository you cloned previously for your source code
43
43
## Finished!
@@ -52,7 +52,7 @@ Recent versions of Eclipse come with the Marketplace plugin, which can be used t
52
52
53
53
=== 1. Install Maven m2e ===
54
54
[[File:Install_m2e.png|thumb|300px|Screenshot of Install New Software dialog after selecting m2e for install.]]
55
-
# In eclipse, go to {{menu2|Help|Install New Software...}}
55
+
# In eclipse, go to {{menu|Help|Install New Software...}}
56
56
# Choose '--All Available Sites--' from the 'Work with' dropdown
57
57
# Search for 'm2e' and check the box next to 'm2e - Maven Integration for Eclipse' under Collaboration
58
58
# Click 'Next', accept the license, and finish the installation
@@ -63,7 +63,7 @@ If everything went smoothly, after reboot the 'Welcome' screen should mention 'M
63
63
=== 2. Install EGit ===
64
64
Installing egit is very similar to installing m2e.
65
65
66
-
# In eclipse, go to {{menu2|Help|Install New Software...}}
66
+
# In eclipse, go to {{menu|Help|Install New Software...}}
67
67
# Choose '--All Available Sites--' from the 'Work with' dropdown
68
68
# Search for 'egit' and check the box next to 'Eclipse EGit' under Collaboration
69
69
# Click 'Next', accept the license, and finish the installation
@@ -75,7 +75,7 @@ After rebooting, the Welcome screen should have a section about Git.
[[File:EGit SCM install 2.png|thumb|300px|Link to the m2e Marketplace, without any SCM connectors installed. [[#3. Install the SCM Handler|Step 3]]]]
77
77
[[File:EGit SCM install 3.png|thumb|300px|Installing m2e-egit from the m2e Marketplace [[#3. Install the SCM Handler|Step 4]]]]
78
-
# Go to {{menu2|File|Import...}}
78
+
# Go to {{menu|File|Import...}}
79
79
# In the Maven category, select 'Check out Maven Projects from SCM' and click Next
80
80
# At this point, the Git connector is not installed, so the 'SCM URL' dropdown will either be blank or will only contain other SCM connectors like SVN. Click 'Find more SCM connectors in the m2e Marketplace'
81
81
# Search for 'egit' in the 'Install m2e connectors' dialog. Check the 'm2e-egit' connector and click Finish.
@@ -88,5 +88,5 @@ Eclipse should now be ready to get the latest checkout of BioJava. See [[#Clonin
88
88
89
89
You should set your git name and email in Eclipse.
90
90
# Go to Eclipse Preferences
91
-
# View {{menu3|Team|Git|Configuration}}
91
+
# View {{menu|Team|Git|Configuration}}
92
92
# In the 'User Settings' tab, update your name and email.
0 commit comments