History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GROOVY-2799
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jochen Theodorou
Reporter: Jochen Theodorou
Votes: 0
Watchers: 1
Operations

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

add a way to override the commandline conf in GroovyStarter

Created: 02/May/08 08:23 AM   Updated: 02/May/08 08:28 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.6-beta-1, 1.5.7

Time Tracking:
Not Specified


 Description  « Hide
GroovyStarter, repsonsible for the basic setup when executing groovy from the commandline, has a ---conf option, which is optional and a system property groovy.starter.conf which can be used if no commandline option is given. In some cases it is needed to not to run the command using the default configuration or the possibly broken one at the commandline. For these cases it would be nice to be able to use a system property to override the original conf settings. Therefor I suggest the usage of the property groovy.conf.override to implement this.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jochen Theodorou - 02/May/08 08:28 AM
done