Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Winter 1, Spring 1, Spring 2
Description
When going through the documentation (https://wiki.bioviz.org/confluence/display/igbdevelopers/Hello+World+IGB+App) to create a new plugin IGB App, came across this sample IGB app https://bitbucket.org/lorainelab/hello-world-igb-app/src/master/ which isn't working as expected now, same case with ncbi-primer, https://bitbucket.org/lorainelab/ncbi-primer/src/master/ both when added as repositories in Manage repositories tab isn't getting added as a new App in the App Manager.
Steps to reproduce:
- Clone a copy of the Hello World App source code from Bitbucket - https://bitbucket.org/lorainelab/hello-world-igb-app
- Build the app using mvn clean install command, it generates a target folder.
- Start IGB
- Select Tools > Open App Manager
- Click Manage Repositories... button (opens Plug-in Repositories tab in Preferences window)
- Click Add... button (opens Plugin Repository dialog)
- Enter a name for your repository (can be anything)
- Click Choose local folder button
- Select the "target" folder in your igb-app-hello-world project folder.
- Once you add "target" as a new local App repository, you should see the Hello World App added as a new App in the IGB App Manager window but this isn't working as expected.