[jira] Resolved: (VELOCITY-373) Enhance ParseErrorException

2005-10-15 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-373?page=all ] Will Glass-Husain resolved VELOCITY-373: Resolution: Fixed Patch applied. Thanks Malcolm for pushing this along with a patch and a use case. Three changes: - made a test

Re: [jira] Resolved: (VELOCITY-373) Enhance ParseErrorException

2005-10-15 Thread Malcolm Edgar
Hi Will, thanks for getting this in. I want wait to pick it up :) On a side issue I dont think I will mention FreeMaker again on the Velocity dev list, this ends up generating a lot of noise. regards Malcolm Edgar

svn commit: r321296 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/ src/java/org/apache/velocity/app/ src/java/org/apache/velocity/exception/ src/java/org/apache/velocity/runtime/pars

2005-10-15 Thread wglass
Author: wglass Date: Fri Oct 14 23:17:50 2005 New Revision: 321296 URL: http://svn.apache.org/viewcvs?rev=321296view=rev Log: ParseErrorException now reports template name. Thanks Malcolm Edgar! VELOCITY-373. Added:

Re: eol-style

2005-10-15 Thread Will Glass-Husain
Hi Henning, Actually, this still doesn't work for ParserTokenManager (setting eol-style to native). It appears that the line endings are inconsistent (when javacc is run on Windows). Probably similar to the earlier Anakia problem (which we fixed). svn: File 'C:/Documents and

svn commit: r321297 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity: app/Velocity.java app/VelocityEngine.java runtime/RuntimeInstance.java runtime/RuntimeServices.java runtime/RuntimeS

2005-10-15 Thread wglass
Author: wglass Date: Fri Oct 14 23:32:31 2005 New Revision: 321297 URL: http://svn.apache.org/viewcvs?rev=321297view=rev Log: Throw more user-friendly exception when init() has not been called (as opposed to arbitrary NPE's from deep in the code) Modified:

svn commit: r321298 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/event/implement/EscapeReference.java

2005-10-15 Thread wglass
Author: wglass Date: Fri Oct 14 23:37:28 2005 New Revision: 321298 URL: http://svn.apache.org/viewcvs?rev=321298view=rev Log: Protect against NPE. Issue reported and fix provided by Konstantin Pribluda. VELOCITY-411. Modified:

[EMAIL PROTECTED]: Project jakarta-velocity-test (in module jakarta-velocity) failed

2005-10-15 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-velocity-test has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project jakarta-velocity-test (in module jakarta-velocity) failed

2005-10-15 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-velocity-test has an issue affecting its community integration. This

Re: eol-style

2005-10-15 Thread Nathan Bubna
On 10/14/05, Will Glass-Husain [EMAIL PROTECTED] wrote: Hi Henning, Actually, this still doesn't work for ParserTokenManager (setting eol-style to native). It appears that the line endings are inconsistent (when javacc is run on Windows). Probably similar to the earlier Anakia problem