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

Key: GRAILS-2853
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Graeme Rocher
Reporter: Rintcius Blok
Votes: 0
Watchers: 1
Operations

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

Grails create-app should also generate the eclipse preferences to avoid setting them manually

Created: 21/Apr/08 09:08 AM   Updated: 07/May/08 12:44 AM
Component/s: Configuration
Affects Version/s: 1.0.2
Fix Version/s: 1.0.3

Time Tracking:
Not Specified

File Attachments: 1. Text File patch.txt (1 kb)


Patch Submitted: Yes


 Description  « Hide
grails create-app doesnt generate the eclipse preferences at the moment. Since the grails preferences are different than the defaults they have to be changed after every create-app ("Disable Groovy Compiler Generating Class Files" has to be checked). This is described at http://docs.codehaus.org/display/GRAILS/Eclipse+IDE+Integration but it's of course better to avoid this, even more because this is something many new grails users will encounter and be puzzled by (at least I was )

Patch is included



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Peter Ledbrook - 23/Apr/08 02:43 AM
Added in r6900 - thanks for the patch Rintcius!

Rintcius Blok - 23/Apr/08 03:46 AM
Am I correct that the file org.codehaus.groovy.eclipse.preferences.prefs is missing in the checkin?

Peter Ledbrook - 07/May/08 12:44 AM
I have committed the missing file now in r6915.