Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-beta-5
-
Fix Version/s: 1.0-beta-6
-
Component/s: command line processing
-
Labels:None
-
Environment:Debian GNU/Linux
-
Number of attachments :
Description
The docs say groovysh/groovy/groovyConsole load jars from ~/.groovy/lib ... but they don't. *-classworlds.conf all have that load commented out.
The line is commented out because there is a bug in Classworlds, which yields an NPE when the directory doesnt exist.
So first, create the directory.
Then uncomment the line in the Classworlds configuration files.
And you'll be able to store your libraries there
This bug is fixed in Classworlds' CVS HEAD, but there hasn't been any new release yet AFAIK.