-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 2.6.0
-
Component/s: None
Following through the instructions given in the following link doesn't really enable the macro library (macros.vm) to reload automatically.
Instructions:
Perform the following modifications before starting the server, or restart it afterwards:
- Edit ./confluence/src/etc/java/velocity.properties (or /WEB-INF/classes/velocity.properties if you are using the webapp).
- Set all the "...resource.loader.cache" values to false.
- Set the "class.resource.loader.cache" to false.
- Set "velocimacro.library.autoreload" to true (uncomment the line if necessary).
This has been tested in 2.3 as well and it didn't auto reload when I made changes to macros. vm