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.
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: