Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.4.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
There is a undocumented grails configuration parameter, which alllows to activate GSP reloading for a custom environment
(just put the parameter in your custom env. config section in Config.groovy):
grails.gsp.enable.reload=true
But reloading for controllers, domain-object, services doesn't work currently. The documented system properties
"disable.auto.recompile", " recompile.frequency" doesn't seem to have any meaning for a custom environment ?