simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

No such property: gwtPluginDir when running 'test-app' #39

Open rgaushell opened 10 years ago

rgaushell commented 10 years ago

I get the following error every time I run test-app, but not when running the app or building a war file. I tried setting gwtPluginDir in my Config, but it doesn't go away. Is this a configuration error or a real bug?

| Error Error loading event script from file [/Users/rdg/.grails/2.3.4/projects/photostories/plugins/gwt-1.0/scripts/_Events.groovy] No such property: gwtPluginDir for class: _Events (Use --stacktrace to see the full trace)

rgaushell commented 10 years ago

Of note, the GWT plugin autodownloads 2.4.0 rather than the latest, and doesn't seem to let me use my own GWT_HOME.