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 about fix for Velocity-528 regression

------------------------------------------------------------------------------
   * 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].
+  * 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].  Using formal notation (e.g. "${foo}") will resolve this.
   * There remain various subtle escaping bugs
  
  === Other Notes ===

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to