You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2007/04/19 18:52:04 UTC

[Velocity Wiki] Update of "Velocity15ReleaseNotes" by NathanBubna

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Velocity Wiki" for change notification.

The following page has been changed by NathanBubna:
http://wiki.apache.org/velocity/Velocity15ReleaseNotes

The comment on the change is:
Add note for Velocity-528

------------------------------------------------------------------------------
   * In order to run "ant test" with ant 1.6.x, you will need to copy the junit.jar into <ANT_HOME>/lib.  Otherwise, please upgrade to ant 1.7 (which accesses the junit jar from within the Velocity classpath).
   * Macros cannot be defined in one file and included with #parse in another.  See MacroIssues for more information.
   * If you call VelocityEngine.evaluate() (or use the RenderTool) from within a macro and a #foreach loop, you will not be able to access the loop variable. See [https://issues.apache.org/jira/browse/VELOCITY-504 Velocity-285].
+  * If your references used shorthand notation (e.g. "$foo") and were followed immediately by a "(" character, they may have slipped through a whole in the parser which was closed in Velocity 1.5, causing them to throw parse exceptions. See [http://issues.apache.org/jira/browse/VELOCITY-528 Velocity-528].
   * There remain various subtle escaping bugs
  
  === Other Notes ===

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org