Skip to content

Commit 85ac7a3

Browse files
sblivenandreasprlic
authored andcommitted
Suggesting patience while source downloads
1 parent 124cb35 commit 85ac7a3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

_wikis/BioJava3_eclipse.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Option 1: *Try these instructions first. If they don't work, try option
4343
https://github.com/biojava/biojava.git
4444

4545
Make sure that 'Checkout All Projects' is selected and click Finish.
46+
Eclipse will download the source code in the background, indicated
47+
by the progress bar in the lower right corner. After a few minutes
48+
the Package Explorer pane should populate with the BioJava
49+
submodules.
4650

4751
5. Initiate git tracking for the projects
4852
1. Select all biojava modules in the Project Explorer
@@ -81,7 +85,10 @@ Option 2: *These instructions are more difficult, but may work if Option
8185
3. Import Maven projects from the git repository.
8286
1. Right click on the biojava git repository in the Git
8387
Repositories viewer. Select 'Import Maven Projects...'
84-
2. Select all modules and click Finish
88+
2. Select all modules and click Finish. Eclipse will download the
89+
source code in the background, indicated by the progress bar in
90+
the lower right corner. After a few minutes the Package Explorer
91+
pane should populate with the BioJava submodules.
8592

8693
4. Initiate git tracking for the projects
8794
1. Select all biojava modules in the Project Explorer

_wikis/BioJava3_eclipse.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Option 1:
1818
# Go to {{menu|File|Import...}}
1919
# In the Maven category, select 'Check out Maven Projects from SCM' and click Next.
2020
# 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-
# 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.
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. Eclipse will download the source code in the background, indicated by the progress bar in the lower right corner. After a few minutes the Package Explorer pane should populate with the BioJava submodules.
2222
# Initiate git tracking for the projects
2323
## Select all biojava modules in the Project Explorer
2424
## Right click and select {{menu|Team|Share Project...}}
@@ -41,7 +41,7 @@ Option 2:
4141
## Choose a destination directory (outside your Eclipse workspace), double-check your selection of Initial branch, and click Finish
4242
# Import Maven projects from the git repository.
4343
## Right click on the biojava git repository in the Git Repositories viewer. Select 'Import Maven Projects...'
44-
## Select all modules and click Finish
44+
## Select all modules and click Finish. Eclipse will download the source code in the background, indicated by the progress bar in the lower right corner. After a few minutes the Package Explorer pane should populate with the BioJava submodules.
4545
# Initiate git tracking for the projects
4646
## Select all biojava modules in the Project Explorer
4747
## Right click and select {{menu|Team|Share Project...}}

0 commit comments

Comments
 (0)