Hi guys,
On 01/14/2011 10:06 AM, Vincent Massol wrote:
Hi Sergiu,
I'd like to discuss this point that you've made in some other mail:
"Velocity 1.7, which brings many new features and improvements, but breaks a lot of
velocity macros (still working on fixing the broken code)"
Does this mean users who have existing scripts will have things not working anymore? (I
guess so if we have broken stuff on our side)
If so, what can we do to make them suffer less when
upgrading? Can we start by listing broken stuff here and add them to the release notes?
There are problems with quotes badly escaped, as in:
#set($attributes = "href=\"$url\" class=\"external\"")
See
https://issues.apache.org/jira/browse/VELOCITY-555 . The correct
syntax in 1.7 is:
#set($attributes = "href=""$url""
class=""external""")
Hope this helps,
Marius
Thanks
-Vincent
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs