Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.2 Minor Release
-
Labels:
-
Story Points:0.5
-
Sprint:B - Summer 2018, Summer 2018 Part 2
Description
The OSGi container caches bundles in version-specific folders in a user's hidden .igb directory. This directory resides in the user's HOME directory under Linux & MacOS and somewhere else under Windows.
When a developer runs "mvn clean", the clean process should delete the bundle cache for the version of IGB being built.
Currently, developer must do this manually.
Note: This issue requires understanding maven configuration. It would be a good issue for a beginner to learn maven and how to run/test IGB.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Rank | Ranked higher |
Assignee | Ann Loraine [ aloraine ] |
Story Points | 2 | 1 |
Assignee | Kiran Korey [ kkorey ] |
Sprint | B - Summer 2018 [ 48 ] |
Rank | Ranked lower |
Story Points | 1 | 0.5 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Status | Needs 1st Level Review [ 10005 ] | Pull Request Submitted [ 10101 ] |
Status | Pull Request Submitted [ 10101 ] | Needs Testing [ 10002 ] |
Assignee | Kiran Korey [ kkorey ] | Sneha Ramesh Watharkar [ jdaly ] |
Assignee | Sneha Ramesh Watharkar [ jdaly ] | Kiran Korey [ kkorey ] |
Assignee | Kiran Korey [ kkorey ] |
Fix Version/s | 9.0.2 [ 10600 ] |
Resolution | Done [ 10000 ] | |
Status | Needs Testing [ 10002 ] | Closed [ 6 ] |
Resolution | Done [ 10000 ] | |
Status | Closed [ 6 ] | Needs Testing [ 10002 ] |
Assignee | Sneha Ramesh Watharkar [ jdaly ] |
Rank | Ranked higher |
Sprint | B - Summer 2018 [ 48 ] | B - Summer 2018, Summer 2018 Part 2 [ 48, 49 ] |
Rank | Ranked higher |
Resolution | Done [ 10000 ] | |
Status | Needs Testing [ 10002 ] | Closed [ 6 ] |
Workflow | Loraine Lab Workflow [ 17875 ] | Fall 2019 Workflow Update [ 19827 ] |
Workflow | Fall 2019 Workflow Update [ 19827 ] | Revised Fall 2019 Workflow Update [ 21946 ] |
Analysis:
mvn install: Does not copy the bundles into users HOME directory, it compiles the classes and puts it in the target folder in project directory.
mvn clean: Deletes the target folder and files inside it.