Re: graphs using velocity

2005-02-15 Thread Will Glass-Husain
Hi Prasad, This probably won't help you, as these are are custom VelocityMacros we include in our system. (an online simulation engine called Forio Broadcast). The source is not available, but the macros are fairly simple. (they just translate names of variables into a img tag with a long

RE: Velocity logo ideas / poll

2005-02-15 Thread Tim Colson \(tcolson\)
The current tally for the logo votes: 13 votes 15% 2: leave it alone 54% 7: use the new logo 31% 4: ask for more logo ideas If you want to vote, please hit the link below before Will makes the decision. Cheers, Timo -Original Message- From: Tim Colson (tcolson) Sent: Tuesday,

Resource loader path problems!!! Never easy...

2005-02-15 Thread Manish
I am using struts+velocity and we keep all VMs files in our webapps directory, and it works. Now I need to have a separate directory XYZ to store some velocity templates away from rest of the templates, but when I create this XYZ directory and move my selected templates there, I get exception -

Re: Resource loader path problems!!! Never easy...

2005-02-15 Thread Nathan Bubna
you probably just need to add the path to the new directory to your foo.resource.loader.path property in your velocity properties. most resource loaders should accept a comma delimited list for the path property. if that doesn't work, answer the following questions to help us help you... what