-----Original Message-----
From: Apache Wiki [mailto:[EMAIL PROTECTED] 
Sent: 20 aprilie 2007 11:21
To: [EMAIL PROTECTED]
Subject: [Velocity Wiki] Trivial Update of "Velocity15ReleaseNotes" by
ChristophReck

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 ChristophReck:
http://wiki.apache.org/velocity/Velocity15ReleaseNotes

------------------------------------------------------------------------
------
   * 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].  Using
formal notation (e.g. "${foo}") will resolve this.
+  * If your references used shorthand notation (e.g. "$foo") and were
followed immediately by a "(" character, they may have slipped through a
hole 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]


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

Reply via email to