What steps will reproduce the problem?
1. (optional; you can use an existing project) Create a new Grails app and add
a single domain with a single field. Generate all other relevant codes (e.g.
controller & views).
2. Install the plugin and the demo.
3. On your other controllers outside of the plugin, place any new code... say,
a simple "println" statement on any action.
4. Save the controller.
What is the expected output? What do you see instead?
Expected: If you change your controller codes and save, the changes should
reflect immediately without restarting the application.
However, I was able to repeat this problem with a new project... Once the
plugin gets installed, no matter how small the change to an action's/function's
code (like a println), the app has to be restarted for the changes to take
effect.
What version of the product are you using? On what operating system?
Grails: 1.3.7
STS: 2.7.2
OS: Win7
Please provide any additional information below.
Original issue reported on code.google.com by
calli...@gmail.comon 6 Oct 2011 at 9:02