Details
-
Type:
Documentation
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Spring 2 2021 Apr 5 - Apr 16
Description
When you build IGB, existing jar files in the repositories bundle directory are allowed to persist. This makes it difficult to test code changes. To be sure that the IGB build you are running reflects the code you currently have, clear all jar files before building.
In top level of git repository:
$ rm *.jar bundles/
Then build the project
in Netbeans: right click > clean and build
in command line: mvn clean install
If you don't know to clear the bundle directory, this causes a lot of problems in testing. This needs to be very clear in our documentation for developers, particularly in the class for new IGB developers.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | Loraine Lab Workflow [ 17931 ] | Fall 2019 Workflow Update [ 18843 ] |
Workflow | Fall 2019 Workflow Update [ 18843 ] | Revised Fall 2019 Workflow Update [ 20968 ] |
Status | Open [ 1 ] | To-Do [ 10305 ] |
Sprint | Spring 2 2021 Apr 5 - Apr 16 [ 118 ] |
Assignee | Ann Loraine [ aloraine ] |
Epic Link | IGBF-1531 [ 17617 ] |
Story Points | 1 |
Assignee | Rachel Weidenhammer [ rweidenh ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Rachel Weidenhammer [ rweidenh ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Assignee | Irvin Naylor [ inaylor ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Assignee | Irvin Naylor [ inaylor ] |
Assignee | Rachel Weidenhammer [ rweidenh ] |
On the Canvas class for new IGB developers, in the Functional Review section: https://canvas.instructure.com/courses/1164217/pages/understand-igb-development-workflow
Text Added: