Issue Details (XML | Word | Printable)

Key: GROOVY-429
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Guillaume Laforge
Reporter: Michael Ivey
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
groovy

groovy doesn't load ~/.groovy/lib

Created: 22/Apr/04 07:35 PM   Updated: 15/Jul/04 04:21 AM
Component/s: command line processing
Affects Version/s: 1.0-beta-5
Fix Version/s: 1.0-beta-6

Time Tracking:
Not Specified

Environment: Debian GNU/Linux


 Description  « Hide
The docs say groovysh/groovy/groovyConsole load jars from ~/.groovy/lib ... but they don't. *-classworlds.conf all have that load commented out.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Guillaume Laforge added a comment - 22/Apr/04 08:01 PM
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.


Michael Ivey added a comment - 22/Apr/04 08:31 PM
Perhaps a note in the docs is in order?

I only wasted an hour or two finding the problem. =)


Guillaume Laforge added a comment - 22/Apr/04 08:35 PM
Sorry about that, we'll have to fix the doc accordingly.
Thanks for spotting this.