auto reloading in grails 2.0

Hi,

When running or debugging a grails 2.0.0 M2 or RC1 application, code changes are not reloaded; the console logs a compilation message but it is still the old code that gets executed.
When starting the app from the commandline, everything works as expected, so I expect that this is an issue with Intellij specific agents?
I'm using Idea 10.5.2

Regards,
Ivo

0
Avatar
Permanently deleted user

I found out that this is already fixed: http://youtrack.jetbrains.net/issue/IDEA-72968

0
Avatar
Permanently deleted user

It was be fixed after release of 10.5.2.
Use latest version of IDEA: http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP It's recommended to use IDEA 11 to work with Grails 2.0.0 because IDEA  10 doesn't support some features from Grails 2.0.0 (e.g. definition  actions via methods in controllers)

0

请先登录再写评论。