Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2 final
-
Fix Version/s: None
-
Component/s: ContinuousBuild
-
Labels:None
Description
There is a check near line 402 like the following:
boolean skipPlugins = "UninstallPlugin".equals(scriptName)||"InstallPlugin".equals(scriptName);
There should be a convention or a script argument that allows the developer to control the class loading of plugin jar files.
For ContinousBuild I have the need to create grails scripts that can perform changes to the set of installed plugins.
Uninstall of a plugin fails if the class loader has already loaded the plugin jar files.
Yes this is a rather nasty hack, can you suggest a convention?