Re: Science Project using Velocity : small question

2006-01-29 Thread Will Glass-Husain
Atam, (Please post about these types of issues to one list or the other - I recommend velocity-dev-- thanks). Have you looked at our issue tracking system? We use JIRA http://issues.apache.org/jira before this year we used Bugzilla http://issues.apache.org/jira This has a lot of info you

svn commit: r373415 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: runtime/parser/node/ASTIdentifier.java runtime/parser/node/ASTMethod.java util/introspection/UberspectImpl.java

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 18:34:47 2006 New Revision: 373415 URL: http://svn.apache.org/viewcvs?rev=373415view=rev Log: prevent potential NPE when evaluating references Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIdentifier.java

Re: Science Project using Velocity : small question

2006-01-29 Thread Nathan Bubna
On 1/29/06, Will Glass-Husain [EMAIL PROTECTED] wrote: Atam, (Please post about these types of issues to one list or the other - I recommend velocity-dev-- thanks). Have you looked at our issue tracking system? We use JIRA http://issues.apache.org/jira before this year we used Bugzilla

svn commit: r373422 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/FilteredEventHandlingTestCase.java

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 19:46:13 2006 New Revision: 373422 URL: http://svn.apache.org/viewcvs?rev=373422view=rev Log: fix author tag Modified: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/FilteredEventHandlingTestCase.java Modified:

svn commit: r373430 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/ParseDirectiveException.java

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 20:36:14 2006 New Revision: 373430 URL: http://svn.apache.org/viewcvs?rev=373430view=rev Log: removed unused file Removed: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/ParseDirectiveException.java

svn commit: r373432 - in /jakarta/velocity/engine/trunk: src/test/org/apache/velocity/test/ test/includeerror/

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 20:44:01 2006 New Revision: 373432 URL: http://svn.apache.org/viewcvs?rev=373432view=rev Log: test case for VELOCITY-95, VELOCITY-96 Added: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/IncludeErrorTestCase.java (with props)

[jira] Resolved: (VELOCITY-95) Problems when #parse can't find its file

2006-01-29 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-95?page=all ] Will Glass-Husain resolved VELOCITY-95: --- Resolution: Fixed Looks like this was previously resolved for Velocity 1.4. Added a test case to double check. Problems when #parse

[jira] Updated: (VELOCITY-95) Problems when #parse can't find its file

2006-01-29 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-95?page=all ] Will Glass-Husain updated VELOCITY-95: -- Bugzilla Id: (was: 11065) Fix Version: 1.4 (was: 1.5) Problems when #parse can't find its file

[jira] Resolved: (VELOCITY-96) No error reporting when #parse doesn't

2006-01-29 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-96?page=all ] Will Glass-Husain resolved VELOCITY-96: --- Fix Version: 1.4 (was: 1.5) Resolution: Fixed Looks like this was previously resolved for Velocity 1.4. Added a

svn commit: r373441 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/app/event/implement/ java/org/apache/velocity/runtime/ java/org/apache/velocity/runtime/log/ java/org/apache/veloc

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 21:17:35 2006 New Revision: 373441 URL: http://svn.apache.org/viewcvs?rev=373441view=rev Log: trim spaces from all properties. VELOCITY-274 Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeReference.java

[jira] Resolved: (VELOCITY-274) Errant space in velocity.properties file can cause classpath resource loader to fail

2006-01-29 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-274?page=all ] Will Glass-Husain resolved VELOCITY-274: Resolution: Fixed ok, did this. Thanks for the suggestion. Fixed for version 1.5. Errant space in velocity.properties file can cause

svn commit: r373443 - /jakarta/velocity/engine/trunk/src/parser/Parser.jjt

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 21:34:46 2006 New Revision: 373443 URL: http://svn.apache.org/viewcvs?rev=373443view=rev Log: remove comment obsoleted in rev#75636 Modified: jakarta/velocity/engine/trunk/src/parser/Parser.jjt Modified: jakarta/velocity/engine/trunk/src/parser/Parser.jjt

svn commit: r373465 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/parser/ src/parser/ test/templates/ test/templates/compare/

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 23:14:12 2006 New Revision: 373465 URL: http://svn.apache.org/viewcvs?rev=373465view=rev Log: Allow either commas or spaces to separate macro arguments. VELOCITY-430. Added: jakarta/velocity/engine/trunk/test/templates/commas.vm (with props)

[jira] Resolved: (VELOCITY-430) Allow commas or spaces to separate macro arguments

2006-01-29 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-430?page=all ] Will Glass-Husain resolved VELOCITY-430: Resolution: Fixed Implemented this in rev# 373465. Let me know what you think. If it seems like a good approach we can change the

[jira] Resolved: (VELOCITY-187) TexenTask javadoc does not match source code for its inheritance from Ant Task

2006-01-29 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-187?page=all ] Will Glass-Husain resolved VELOCITY-187: Resolution: Fixed Assign To: (was: Velocity-Dev List) This seems fine in the current svn head. Should be ok in version 1.5.