Issue Details (XML | Word | Printable)

Key: GROOVY-1893
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Guillaume ALLEON
Reporter: Guillaume ALLEON
Votes: 0
Watchers: 0
Operations

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

Minor change to groovy-starter.conf

Created: 17/May/07 01:20 AM   Updated: 17/May/07 01:41 AM
Component/s: None
Affects Version/s: 1.1-beta-1
Fix Version/s: 1.1-beta-2

Time Tracking:
Original Estimate: 1 minute
Original Estimate - 1 minute
Remaining Estimate: 1 minute
Remaining Estimate - 1 minute
Time Spent: Not Specified
Remaining Estimate - 1 minute

Environment: All


 Description  « Hide
Today, the conf file the following

load ${groovy.home}/lib/*.jar

  1. load user specific libraries
    load ${user.home}/.groovy/lib/*

    I propose to have something homogeneous and have

    # load user specific libraries
    load ${user.home}/.groovy/lib/*.jar


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Guillaume ALLEON added a comment - 17/May/07 01:41 AM
proposed change applied and tested