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

2005-10-18 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-18 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] Commented: (VELTOOLS-52) ValidatorTool javascript generator can generate invalid Javascript

2005-10-18 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-52?page=comments#action_12332416 ] Nathan Bubna commented on VELTOOLS-52: -- Ok, since you're ok with it, i'll go with the simpler implementation. Either way, the method is faster and will work right.

svn commit: r326291 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/ValidatorTool.java

2005-10-18 Thread nbubna
Author: nbubna Date: Tue Oct 18 16:03:47 2005 New Revision: 326291 URL: http://svn.apache.org/viewcvs?rev=326291view=rev Log: escape javascript in var values properly (thx to Christopher Schultz for the fix. see JIRA issue VELTOOLS-52) Modified:

svn commit: r326294 - in /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic: EscapeTool.java ListTool.java

2005-10-18 Thread nbubna
Author: nbubna Date: Tue Oct 18 16:05:16 2005 New Revision: 326294 URL: http://svn.apache.org/viewcvs?rev=326294view=rev Log: add @since VelocityTools 1.2 Modified: jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/EscapeTool.java

svn commit: r326296 - /jakarta/velocity/tools/trunk/build.xml

2005-10-18 Thread nbubna
Author: nbubna Date: Tue Oct 18 16:06:10 2005 New Revision: 326296 URL: http://svn.apache.org/viewcvs?rev=326296view=rev Log: add catch-all compile and jar targets Modified: jakarta/velocity/tools/trunk/build.xml Modified: jakarta/velocity/tools/trunk/build.xml URL:

[jira] Resolved: (VELTOOLS-52) ValidatorTool javascript generator can generate invalid Javascript

2005-10-18 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-52?page=all ] Nathan Bubna resolved VELTOOLS-52: -- Resolution: Fixed Done in http://svn.apache.org/viewcvs?rev=326291view=rev ValidatorTool javascript generator can generate invalid Javascript

[jira] Commented: (VELTOOLS-52) ValidatorTool javascript generator can generate invalid Javascript

2005-10-18 Thread Christopher Schultz (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-52?page=comments#action_12332422 ] Christopher Schultz commented on VELTOOLS-52: - Nathan, I totally agree about maintainability versus performance -- particularly when the performance difference

[jira] Created: (VELOCITY-412) Enable access to application attributes

2005-10-18 Thread Malcolm Edgar (JIRA)
Enable access to application attributes --- Key: VELOCITY-412 URL: http://issues.apache.org/jira/browse/VELOCITY-412 Project: Velocity Type: Improvement Components: Source Versions: 1.5 Reporter: Malcolm Edgar

[jira] Updated: (VELOCITY-412) Enable access to application attributes

2005-10-18 Thread Malcolm Edgar (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-412?page=all ] Malcolm Edgar updated VELOCITY-412: --- Attachment: VelocityEngine_patch.txt Enable access to application attributes --- Key: VELOCITY-412

[jira] Updated: (VELOCITY-412) Enable access to application attributes

2005-10-18 Thread Malcolm Edgar (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-412?page=all ] Malcolm Edgar updated VELOCITY-412: --- Attachment: RuntimeServices_patch.txt Enable access to application attributes --- Key: VELOCITY-412

svn commit: r326310 - /jakarta/velocity/tools/trunk/src/java/org/apache/velocity/tools/struts/ValidatorTool.java

2005-10-18 Thread nbubna
Author: nbubna Date: Tue Oct 18 17:47:39 2005 New Revision: 326310 URL: http://svn.apache.org/viewcvs?rev=326310view=rev Log: remove unused private method (thx to Christopher Schultz for spotting this) Modified:

[jira] Commented: (VELOCITY-412) Enable access to application attributes

2005-10-18 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-412?page=comments#action_12332436 ] Will Glass-Husain commented on VELOCITY-412: Looks good. I''ll commit this for 1.5. By the way, if you use svn diff to get the patch file you can generate one

svn commit: r326373 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity: app/VelocityEngine.java runtime/RuntimeServices.java

2005-10-18 Thread wglass
Author: wglass Date: Tue Oct 18 21:15:55 2005 New Revision: 326373 URL: http://svn.apache.org/viewcvs?rev=326373view=rev Log: Added get method to parallel setAttribute method. VELOCITY-412. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/VelocityEngine.java

[jira] Resolved: (VELOCITY-412) Enable access to application attributes

2005-10-18 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-412?page=all ] Will Glass-Husain resolved VELOCITY-412: Fix Version: 1.5 Resolution: Fixed Patch applied. Thanks! Enable access to application attributes

Re: [jira] Resolved: (VELOCITY-412) Enable access to application attributes

2005-10-18 Thread Malcolm Edgar
Thanks Will. Hard to bet OS turn around time. regards Malcolm Edgar