svn commit: r345296 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTReference.java

2005-11-17 Thread wglass
Author: wglass Date: Thu Nov 17 10:16:37 2005 New Revision: 345296 URL: http://svn.apache.org/viewcvs?rev=345296view=rev Log: Fixed NPE when subelement of reference is null. Thanks to Alexey Panchenko for the patch. Modified:

Re: Re[2]: svn commit: r291204 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/runtime/parser/node/ src/test/org/apache/velocity/test/ src/test/org/apache/velocity/test/provider/ test/

2005-11-17 Thread Will Glass-Husain
Ok, fixed this. Thanks for catching it! As a suggestion - file a JIRA report next time and the issue can be tracked. Best, WILL - Original Message - From: Will Glass-Husain [EMAIL PROTECTED] To: Velocity Developers List velocity-dev@jakarta.apache.org; Alexey Panchenko [EMAIL

[PATCH] TexenTask - Support for property and propertyset

2005-11-17 Thread Hilco Wijbenga
I needed TexenTask to have support for property and propertyset nested elements so that texen ... property name='...' value='...'/ propertyset .../ /texen would put the referenced properties in the context. This makes using TexenTask much easier. I've also added some changes to texen.xml

[PATCH] TexenTask - Support for property and propertyset - Attachments

2005-11-17 Thread Hilco Wijbenga
Sigh ... and now the attachments. :-) Index: src/java/org/apache/velocity/texen/ant/TexenTask.java === --- src/java/org/apache/velocity/texen/ant/TexenTask.java (revision 345291) +++

[jira] Resolved: (VELOCITY-126) String containing '##' is treated as unterminated String.

2005-11-17 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-126?page=all ] Will Glass-Husain resolved VELOCITY-126: Resolution: Fixed Assign To: (was: Velocity-Dev List) After thinking about this, I believe we should keep the intent of current

svn commit: r345315 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java

2005-11-17 Thread wglass
Author: wglass Date: Thu Nov 17 12:02:19 2005 New Revision: 345315 URL: http://svn.apache.org/viewcvs?rev=345315view=rev Log: Fixed problem with line comments in string literals. A extra character was being chopped off and/or StringIndexOutOfBoundsException. VELOCITY-126 Modified:

Re: [PATCH] TexenTask - Support for property and propertyset

2005-11-17 Thread Will Glass-Husain
Thanks for the contribution! Would you mind please submitting this as a JIRA issue. Makes it easier to track. http://issues.apache.org/jira We're just about to freeze features for Velocity 1.5. If you'd like to get this in there for that version we'll need test cases and doc updates.

[jira] Created: (VELOCITY-422) Add support for property and propertyset nested elements to TexenTask.

2005-11-17 Thread Hilco Wijbenga (JIRA)
Add support for property and propertyset nested elements to TexenTask. -- Key: VELOCITY-422 URL: http://issues.apache.org/jira/browse/VELOCITY-422 Project: Velocity Type: Improvement

Re: [PATCH] TexenTask - Support for property and propertyset

2005-11-17 Thread Hilco Wijbenga
On Thu, 2005-11-17 at 12:10 -0800, Will Glass-Husain wrote: Would you mind please submitting this as a JIRA issue. I've added Jira issue VELOCITY-422. We're just about to freeze features for Velocity 1.5. If you'd like to get this in there for that version we'll need test cases and doc

Re: [PATCH] TexenTask - Support for property and propertyset

2005-11-17 Thread Will Glass-Husain
It's in testcases.xml. - Original Message - From: Hilco Wijbenga [EMAIL PROTECTED] To: Velocity Developers List velocity-dev@jakarta.apache.org Sent: Thursday, November 17, 2005 1:26 PM Subject: Re: [PATCH] TexenTask - Support for property and propertyset On Thu, 2005-11-17 at 12:10

Release schedule?

2005-11-17 Thread Malcolm Edgar
Hi All, how is progress going for the Velocity 1.5 release? Do you think it will come out this year, or are we looking at next year. regards Malcolm Edgar http://click.sourceforge.net

Re: Release schedule?

2005-11-17 Thread Nathan Bubna
assuming we're going to resolve all the scheduled bugs for 1.5, then progress is pretty easy to track on JIRA. it's also the best place to find ideas for how you can help speed things along. :)

[jira] Updated: (VELOCITY-422) Add support for property and propertyset nested elements to TexenTask.

2005-11-17 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-422?page=all ] Will Glass-Husain updated VELOCITY-422: --- Fix Version: (was: 1.5) Given how close we are to feature freeze, I'm going to mark this as unscheduled until I have a chance to review

Re: Release schedule?

2005-11-17 Thread Will Glass-Husain
Hi Malcolm, Thanks for the note. Nathan is correct. We will release Velocity 1.5 when all of the bugs marked 1.5 are resolved. (I've been pretty careful about marking these). There's 22. Down from 50-60 this summer. Before that, we'll freeze the features and release a beta when when

[jira] Commented: (VELOCITY-422) Add support for property and propertyset nested elements to TexenTask.

2005-11-17 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-422?page=comments#action_12357940 ] Will Glass-Husain commented on VELOCITY-422: Hilco - were you going to attach some files? Add support for property and propertyset nested elements to

svn commit: r345362 - /jakarta/velocity/core/trunk/xdocs/docs/changes.xml

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 15:33:34 2005 New Revision: 345362 URL: http://svn.apache.org/viewcvs?rev=345362view=rev Log: add note about logging changes Modified: jakarta/velocity/core/trunk/xdocs/docs/changes.xml Modified: jakarta/velocity/core/trunk/xdocs/docs/changes.xml URL:

svn commit: r345363 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity: app/Velocity.java app/VelocityEngine.java runtime/RuntimeSingleton.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 15:34:32 2005 New Revision: 345363 URL: http://svn.apache.org/viewcvs?rev=345363view=rev Log: update logging interfaces of RuntimeSingleton, Velocity, and VelocityEngine Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/Velocity.java

[jira] Updated: (VELOCITY-422) Add support for property and propertyset nested elements to TexenTask.

2005-11-17 Thread Hilco Wijbenga (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-422?page=all ] Hilco Wijbenga updated VELOCITY-422: Attachment: TexenTask.java.diff texen.xml.diff This is the actual patch; test cases are on their way too. Add support for property

svn commit: r345373 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/StrutsLinkTool.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:12:49 2005 New Revision: 345373 URL: http://svn.apache.org/viewcvs?rev=345373view=rev Log: add a get() method to simplify syntax when using tool in a template Modified:

svn commit: r345374 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/MessageTool.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:13:28 2005 New Revision: 345374 URL: http://svn.apache.org/viewcvs?rev=345374view=rev Log: enhance TextKey trick to greatly clarify and simply syntax for using tool in a template Modified:

svn commit: r345375 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/SecureLinkTool.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:14:11 2005 New Revision: 345375 URL: http://svn.apache.org/viewcvs?rev=345375view=rev Log: sync javadoc to StrutsLinkTool changes Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/SecureLinkTool.java Modified:

svn commit: r345376 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/LinkTool.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:15:04 2005 New Revision: 345376 URL: http://svn.apache.org/viewcvs?rev=345376view=rev Log: add relative(), anchor(), uri(), and param() methods as convenience for use in templates Modified:

svn commit: r345377 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/NumberTool.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:16:23 2005 New Revision: 345377 URL: http://svn.apache.org/viewcvs?rev=345377view=rev Log: add integer(), number(), currency(), percent() methods to simplify common usage Modified:

svn commit: r345378 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/AlternatorTool.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:17:03 2005 New Revision: 345378 URL: http://svn.apache.org/viewcvs?rev=345378view=rev Log: make default auto-alternation behavoir both configurable and matched to Alternator's default behavior Modified:

svn commit: r345379 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/ValueParser.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:17:57 2005 New Revision: 345379 URL: http://svn.apache.org/viewcvs?rev=345379view=rev Log: re-implement get() to enable more convenient syntax when using in templates Modified:

svn commit: r345381 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/ParameterParser.java

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:18:34 2005 New Revision: 345381 URL: http://svn.apache.org/viewcvs?rev=345381view=rev Log: sync javadoc to changes in ValueParser Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/ParameterParser.java Modified:

svn commit: r345384 - in /jakarta/velocity/tools/trunk/examples/struts: ./ WEB-INF/ app1/ app2/ app3/ app5/ app6/ app7/

2005-11-17 Thread nbubna
Author: nbubna Date: Thu Nov 17 16:20:20 2005 New Revision: 345384 URL: http://svn.apache.org/viewcvs?rev=345384view=rev Log: sync velstruts example to use new syntax features in Struts and View tools Modified: jakarta/velocity/tools/trunk/examples/struts/WEB-INF/struts-app2-config.xml

Re: [PATCH] TexenTask - Support for property and propertyset

2005-11-17 Thread Hilco Wijbenga
I put an echo in test-texen target in testcases.xml but I don't see it during the build. I can see that my code is running (log statements) but the extra stuff in testcases.xml is not running as far as I can see. Another pointer please? On Thu, 2005-11-17 at 13:36 -0800, Will Glass-Husain wrote: