From: Jeremy Cowgar [mailto:[EMAIL PROTECTED]]
>
> Fri Apr 20 15:11:41 EDT 2001 [info] Velocimacro : allowInlineToOverride
= false : VMs defined inline may NOT replace previous VM definitions
>
This is the thing we want to see 'true'
Looking at the code,
"velocimacro.permissions.allow.inline.to.replace.global" certainly should be
right with a 1.0 and newer vel jar. (I forget if it was changed...)
So it seems that either there is a bug in Velocity, or that the property is
not getting set right in Turbine.
One trick to test :
1) take a copy of the vel jar and jar xf to expand out
2) change the property in
org/apache/velocity/runtime/defaults/velocity.properties
3) rejar
then you aren't relying on Turbine to set it. Note, this is just for
testing - you shouldn't do this :)
I will try to write a little test proggie here to see what's going on.
geir