> Could someone guide me to the velocity configuration regarding context
> tools (overriding config, not the default velocity config (in
> classpath?))

VelocityEngineFactory.java handles the construction of each 
VelocityEngine used for each skin.
And the tools that are added are done so in the static newContextInstance 
method. 

Unfortunately the tools are not configured on a per-skin basis but 
globally.

If i understand you correctly you have a number of choices:

a) use a macro in the skins own VM_global_library.vm or VM_site_library.vm
b) use a directive implemented and configured in your own skin
c) propose a patch to sesat that includes a tool that is globally useful
d) propose a patch to sesat that makes the inclusion of tools configured 
on a per-skin basis.

~mck


-- 
"The turtle only makes progress when it's neck is stuck out" Rollo May
| Homepage - www.wever.org | Sesam Search Engine - www.sesam.no |

_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to