The deprecated, original #set syntax is now gone.  It was

  #set $a = $b

and was replaced, some time ago, with the form that follows the
structure of the other directives :

  #set($a = $b)

The version of the jar was updated to velocity-0.72.jar to help keep
them distinct.

This was introduced a while ago, and since then, the deprecated #set
would work, but generate log messages. Now, it will be a parser error,
so I guess you still can look in the log :)

If this is really a problem, keep your older 0.71 jar and use that to
find the problematic uses, and fix them.

geir

-- 
Geir Magnusson Jr.                               [EMAIL PROTECTED]
Velocity : it's not just a good idea. It should be the law.
http://jakarta.apache.org/velocity

Reply via email to