Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0RC1
-
Fix Version/s: 2.0.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In GRECLIPSE-592, we have created a way to configure the inclusion/exclusion of jars in ~/.groovy/lib on a per-project basis. There are 2 issues with it:
- Should be able to configure the inclusion/exclusion workspace-wide.
- There is a lag when the finish button is clicked since the groovy classpath container is updated no matter whether or not the option was changed. Either, there should be a "Refresh now" button that does the refreshing, or the refreshing should occur in the background as a WorkspaceRunnable (or both).
Fix for this available internally, waiting to commit until after 2.0 final is released.