You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Using GWT 1.0 plugin together with Grails 2.3.7 and the new "maven" dependency resolution, I noticed that running Grails commands like "run-app" or "compile-gwt-modules" take very long to start.
It starts to get really slow after the "COMPILE START" println output and before the single dependencies are added.
Using "ivy" as the dependency resolution manager doesn't cause this long waiting times. I could not trace down what the problem might be, maybe something related to the "extended-dependencies" plugin?
Can anyone confirm this issue and experiences the same?
Using GWT 1.0 plugin together with Grails 2.3.7 and the new "maven" dependency resolution, I noticed that running Grails commands like "run-app" or "compile-gwt-modules" take very long to start.
It starts to get really slow after the "COMPILE START" println output and before the single dependencies are added.
Using "ivy" as the dependency resolution manager doesn't cause this long waiting times. I could not trace down what the problem might be, maybe something related to the "extended-dependencies" plugin?
Can anyone confirm this issue and experiences the same?