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

2005-10-14 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-14 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

[jira] Resolved: (VELTOOLS-2) Link to DateTool is not that of the xdocs.

2005-10-14 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-2?page=all ] Nathan Bubna resolved VELTOOLS-2: - Resolution: Won't Fix This was a conscious choice made due to the fact that the xdoc had not kept pace with the development of the tools. As such, the

svn commit: r321225 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/Configurable.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 14:53:09 2005 New Revision: 321225 URL: http://svn.apache.org/viewcvs?rev=321225view=rev Log: add note that the parameter Map won't be null Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/Configurable.java Modified:

svn commit: r321226 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/ViewToolInfo.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 14:54:13 2005 New Revision: 321226 URL: http://svn.apache.org/viewcvs?rev=321226view=rev Log: make sure a null parameter map is never passed to configurable tools Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/ViewToolInfo.java

svn commit: r321227 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/RenderTool.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 14:55:18 2005 New Revision: 321227 URL: http://svn.apache.org/viewcvs?rev=321227view=rev Log: add a parse-depth to prevent infinite recursion Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/RenderTool.java Modified:

svn commit: r321228 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/servlet/VelocityViewServlet.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 14:56:38 2005 New Revision: 321228 URL: http://svn.apache.org/viewcvs?rev=321228view=rev Log: insert performMerge() method into mergeTemplate() as requested in JIRA Issue VELTOOLS-7 Modified:

svn commit: r321229 - in /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools: generic/ValueParser.java view/tools/ParameterParser.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 15:00:43 2005 New Revision: 321229 URL: http://svn.apache.org/viewcvs?rev=321229view=rev Log: pull generic ParameterParser code into new ValueParser tool (and enhance it a bit) to allow use of the parsing code in non-servlet environments Added:

svn commit: r321233 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/Configurable.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 15:25:34 2005 New Revision: 321233 URL: http://svn.apache.org/viewcvs?rev=321233view=rev Log: further clarify javadoc Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/Configurable.java Modified:

[jira] Resolved: (VELTOOLS-7) Add the VelocityWriter to the context of the VelocityViewServlet

2005-10-14 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-7?page=all ] Nathan Bubna resolved VELTOOLS-7: - Resolution: Fixed done, as of http://svn.apache.org/viewcvs?rev=321228view=rev Add the VelocityWriter to the context of the VelocityViewServlet

svn commit: r321234 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 15:26:18 2005 New Revision: 321234 URL: http://svn.apache.org/viewcvs?rev=321234view=rev Log: use a Serializable object as the session mutex Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java

svn commit: r321235 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/ViewRenderTool.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 15:29:43 2005 New Revision: 321235 URL: http://svn.apache.org/viewcvs?rev=321235view=rev Log: implement Configurable to allow users to configure the max parse depth Modified:

svn commit: r321237 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/servlet/VelocityViewServlet.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 15:52:17 2005 New Revision: 321237 URL: http://svn.apache.org/viewcvs?rev=321237view=rev Log: add note about output.encoding property usage (Issue VELTOOLS-5) Modified:

[jira] Resolved: (VELTOOLS-5) Need docs about usage of output.encoding in VVS

2005-10-14 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-5?page=all ] Nathan Bubna resolved VELTOOLS-5: - Resolution: Fixed ok, i added a note in http://svn.apache.org/viewcvs?rev=321237view=rev Need docs about usage of output.encoding in VVS

VelocityStruts action messages

2005-10-14 Thread Nathan Bubna
Hi Chris, I'm not sure if you're subscribed to the velocity-dev list, but i wanted to follow up on this issue: http://mail-archives.apache.org/mod_mbox/jakarta-velocity-user/200411.mbox/[EMAIL PROTECTED] there is a patch from Erik Engstrom (http://issues.apache.org/jira/browse/VELTOOLS-1) and

svn commit: r321241 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/StrutsUtils.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 16:14:23 2005 New Revision: 321241 URL: http://svn.apache.org/viewcvs?rev=321241view=rev Log: check session (if any) for ActionMessages as well as the request (patch from Erik Engstrom for Issue VELTOOLS-1) Modified:

[jira] Resolved: (VELTOOLS-1) ActionMessageTool does not return ActionMessages that are stored in the session.

2005-10-14 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-1?page=all ] Nathan Bubna resolved VELTOOLS-1: - Resolution: Fixed The patch looks pretty good to me (though i tweaked it to only check for session messages if there is a session). So I went ahead

[jira] Resolved: (VELTOOLS-3) Client-side javascript validation incorrect for new commons-validator

2005-10-14 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-3?page=all ] Nathan Bubna resolved VELTOOLS-3: - Resolution: Fixed Heh. Apparently, Marino already fixed this as part of http://svn.apache.org/viewcvs.cgi?rev=154929view=rev Client-side javascript

svn commit: r321255 - /jakarta/velocity/tools/trunk/xdocs/index.xml

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:02:08 2005 New Revision: 321255 URL: http://svn.apache.org/viewcvs?rev=321255view=rev Log: update link to svn repos Modified: jakarta/velocity/tools/trunk/xdocs/index.xml Modified: jakarta/velocity/tools/trunk/xdocs/index.xml URL:

svn commit: r321256 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:02:37 2005 New Revision: 321256 URL: http://svn.apache.org/viewcvs?rev=321256view=rev Log: make sure scope-less tools are still added to the toolbox Modified:

svn commit: r321257 - /jakarta/velocity/tools/trunk/examples/struts/WEB-INF/toolbox.xml

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:03:06 2005 New Revision: 321257 URL: http://svn.apache.org/viewcvs?rev=321257view=rev Log: explicitly specify tool scopes Modified: jakarta/velocity/tools/trunk/examples/struts/WEB-INF/toolbox.xml Modified:

svn commit: r321258 - in /jakarta/velocity/tools/trunk: ./ lib/

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:08:16 2005 New Revision: 321258 URL: http://svn.apache.org/viewcvs?rev=321258view=rev Log: upgrade to Struts 1.2.7, SSL Ext for Struts 1.2, Commons-Lang 2.1, Commons-Collections 3.1, Commons-Digester 1.7, Commons-BeanUtils 1.7, Commons-Logging 1.0.4, and

svn commit: r321261 - /jakarta/velocity/tools/trunk/examples/struts/WEB-INF/web.xml

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:21:05 2005 New Revision: 321261 URL: http://svn.apache.org/viewcvs?rev=321261view=rev Log: remove bizarre char at start of file Modified: jakarta/velocity/tools/trunk/examples/struts/WEB-INF/web.xml Modified:

svn commit: r321262 - /jakarta/velocity/tools/trunk/examples/struts/WEB-INF/classes/.cvsignore

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:22:18 2005 New Revision: 321262 URL: http://svn.apache.org/viewcvs?rev=321262view=rev Log: remove empty classes dir Removed: jakarta/velocity/tools/trunk/examples/struts/WEB-INF/classes/.cvsignore

Re: VelocityStruts action messages

2005-10-14 Thread Niall Pemberton
The Struts JSP tags which process messages (html:errors and html:messages) don't merge session request messages - it looks first in the request and if there are none there then checks the session (actually uses the PageContext.findAttribute(name) method which does that automatically). I guess

Re: VelocityStruts action messages

2005-10-14 Thread Nathan Bubna
On 10/14/05, Niall Pemberton [EMAIL PROTECTED] wrote: The Struts JSP tags which process messages (html:errors and html:messages) don't merge session request messages - it looks first in the request and if there are none there then checks the session (actually uses the

svn commit: r321270 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/StrutsUtils.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 17:59:32 2005 New Revision: 321270 URL: http://svn.apache.org/viewcvs?rev=321270view=rev Log: only check for messages in session if there are none in the request to mimic what the struts tags do, and also do the same with errors (thx to Niall Pemberton)

[jira] Created: (VELTOOLS-51) Support for non-resource ActionMessage's introduced in Struts 1.2.7

2005-10-14 Thread Niall Pemberton (JIRA)
Support for non-resource ActionMessage's introduced in Struts 1.2.7 - Key: VELTOOLS-51 URL: http://issues.apache.org/jira/browse/VELTOOLS-51 Project: VelocityTools Type: New Feature Components:

[jira] Commented: (VELTOOLS-51) Support for non-resource ActionMessage's introduced in Struts 1.2.7

2005-10-14 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-51?page=comments#action_12332126 ] Niall Pemberton commented on VELTOOLS-51: - P.S. Sorry I don't use Velocity - the patch I just attached is un-tested. Support for non-resource ActionMessage's

svn commit: r321277 - in /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts: ActionMessagesTool.java StrutsUtils.java

2005-10-14 Thread nbubna
Author: nbubna Date: Fri Oct 14 19:10:50 2005 New Revision: 321277 URL: http://svn.apache.org/viewcvs?rev=321277view=rev Log: add support for non-resource ActionMessages (patch by Niall Pemberton, Issue VELTOOLS-51) Modified:

[jira] Resolved: (VELTOOLS-51) Support for non-resource ActionMessage's introduced in Struts 1.2.7

2005-10-14 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-51?page=all ] Nathan Bubna resolved VELTOOLS-51: -- Resolution: Fixed Thanks! http://svn.apache.org/viewcvs?rev=321277view=rev Support for non-resource ActionMessage's introduced in Struts 1.2.7

svn commit: r321293 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java

2005-10-14 Thread wglass
Author: wglass Date: Fri Oct 14 22:14:12 2005 New Revision: 321293 URL: http://svn.apache.org/viewcvs?rev=321293view=rev Log: No need to check the context if the datasource is passed in. Thanks to Vladimir Terzic for the further patch. VELOCITY-267 Modified: