simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Grails 2.3.5 and GWT 1.0 #50

Open confile opened 10 years ago

confile commented 10 years ago

I tested GWT 1.0 with Grails 2.3.5. It turns out that the Grals commands like

grails compile 
grails refresh-dependencies
grails dev war

turn out to be very very slow. Is this normal or is it a problem of my config?

donbeave commented 10 years ago

It's normal. Latest version is very slow: https://github.com/simplicityitself/grails-gwt/issues/24

You can try another implementation of maven support with normal speed: https://github.com/simplicityitself/grails-gwt/issues/45

confile commented 10 years ago

Will this issue be fixed soon?