FYI,
To see modifications to a velocity Macro library
without restarting, the #parse() statement
must be executed on that library.
ie,
Given you make some changes to a macro
in library myFunctions.vm, before you
want to use the modified macro,
execute this statement:
#parse("myFunctions.vm")
Velocity will reload all Macros and your changes
will become visible ASSUMING you have the
velocity properties set correctly to disable caching.
Patrick.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]