svn commit: r447032 - in /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test: BaseTestCase.java TestBaseTestCase.java

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 03:21:33 2006 New Revision: 447032 URL: http://svn.apache.org/viewvc?view=revrev=447032 Log: Make getFileName() more predictable on Windows and *ix, add some test cases to verify its behaviour. Added:

svn commit: r447033 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/BaseTestCase.java

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 03:29:04 2006 New Revision: 447033 URL: http://svn.apache.org/viewvc?view=revrev=447033 Log: Add an explicit does that file exist test to getFileName() and enforce it for isMatch. isMatch only makes sense if both files to test exists. Let's see if we can provoke

svn commit: r447041 - in /jakarta/velocity/engine/trunk/test/includeevent: compare/test6.cmp compare/test6.vm test6.vm

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 03:40:24 2006 New Revision: 447041 URL: http://svn.apache.org/viewvc?view=revrev=447041 Log: That test has never worked. The failure was masked through the strange getFileName() behaviour. Added:

svn commit: r447047 - in /jakarta/velocity/engine/trunk/build: build.properties build.xml download.xml

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 04:30:50 2006 New Revision: 447047 URL: http://svn.apache.org/viewvc?view=revrev=447047 Log: separate out test and build dependencies. Pack test dependencies into lib/test for the distribution. Add hsqldb as a test dependency for the DataSourceLoaderTestCase

svn commit: r447048 - in /jakarta/velocity/engine/trunk: src/test/org/apache/velocity/test/sql/ test/ds/ test/ds/templates/

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 04:31:25 2006 New Revision: 447048 URL: http://svn.apache.org/viewvc?view=revrev=447048 Log: Add test cases for the DataSourceResourceLoader. Added: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/sql/

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

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 04:33:41 2006 New Revision: 447049 URL: http://svn.apache.org/viewvc?view=revrev=447049 Log: Fix a NPE when the timestamp column is null. Modified:

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

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 05:16:53 2006 New Revision: 447054 URL: http://svn.apache.org/viewvc?view=revrev=447054 Log: Clean up the Connection and ResultSet handling, make error messages all look the same. Modified:

svn commit: r447055 - /jakarta/velocity/engine/trunk/build/testcases.xml

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 05:26:38 2006 New Revision: 447055 URL: http://svn.apache.org/viewvc?view=revrev=447055 Log: also needs the test.lib jars... Modified: jakarta/velocity/engine/trunk/build/testcases.xml Modified: jakarta/velocity/engine/trunk/build/testcases.xml URL:

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

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 05:28:22 2006 New Revision: 447056 URL: http://svn.apache.org/viewvc?view=revrev=447056 Log: Using a prepared statement for the retrieval, thus reducing the risk of a SQL injection attack on Velocity driven applications that use a DataSourceResourceLoader. As the

svn commit: r447057 - /jakarta/velocity/engine/trunk/xdocs/changes.xml

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 05:28:34 2006 New Revision: 447057 URL: http://svn.apache.org/viewvc?view=revrev=447057 Log: Add some docs on recent changes Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml URL:

svn commit: r447070 - in /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test: ClasspathResourceTestCase.java MultiLoaderTestCase.java

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 07:35:58 2006 New Revision: 447070 URL: http://svn.apache.org/viewvc?view=revrev=447070 Log: Don't try to do name - path conversions on templates that don't represent files. Modified:

svn commit: r447105 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: runtime/ util/ util/introspection/

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 11:02:28 2006 New Revision: 447105 URL: http://svn.apache.org/viewvc?view=revrev=447105 Log: More Javadoc fixes. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/RuntimeServices.java

svn commit: r447106 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: ./ anakia/ app/ app/event/ app/event/implement/ app/tools/ runtime/

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 11:27:13 2006 New Revision: 447106 URL: http://svn.apache.org/viewvc?view=revrev=447106 Log: More javadoc fixes. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/VelocityContext.java

svn commit: r447111 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: context/ convert/ exception/ io/ runtime/directive/ runtime/exception/

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 11:48:06 2006 New Revision: 447111 URL: http://svn.apache.org/viewvc?view=revrev=447111 Log: More Javadoc Fixes Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/context/Context.java

svn commit: r447113 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: servlet/VelocityServlet.java texen/Generator.java texen/ant/TexenTask.java texen/util/FileUtil.java texen/util/Pro

2006-09-17 Thread henning
Author: henning Date: Sun Sep 17 11:57:19 2006 New Revision: 447113 URL: http://svn.apache.org/viewvc?view=revrev=447113 Log: More Javadoc fixes Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/servlet/VelocityServlet.java

[jira] Created: (VELTOOLS-62) New empty interfaces that allow one to enforce the scope of a tool

2006-09-17 Thread Claude Brisson (JIRA)
New empty interfaces that allow one to enforce the scope of a tool -- Key: VELTOOLS-62 URL: http://issues.apache.org/jira/browse/VELTOOLS-62 Project: VelocityTools Issue Type:

[jira] Updated: (VELTOOLS-62) New empty interfaces that allow one to enforce the scope of a tool

2006-09-17 Thread Claude Brisson (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-62?page=all ] Claude Brisson updated VELTOOLS-62: --- Attachment: RequestTool.java New empty interfaces that allow one to enforce the scope of a tool

[jira] Updated: (VELTOOLS-62) New empty interfaces that allow one to enforce the scope of a tool

2006-09-17 Thread Claude Brisson (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-62?page=all ] Claude Brisson updated VELTOOLS-62: --- Attachment: SessionTool.java ApplicationTool.java New empty interfaces that allow one to enforce the scope of a tool

[jira] Updated: (VELTOOLS-62) New empty interfaces that allow one to enforce the scope of a tool

2006-09-17 Thread Claude Brisson (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-62?page=all ] Claude Brisson updated VELTOOLS-62: --- Attachment: ServletToolboxManager.patch New empty interfaces that allow one to enforce the scope of a tool

Re: [VOTE] Move Velocity to TLP

2006-09-17 Thread Daniel Rall
On Fri, 15 Sep 2006, Nathan Bubna wrote: The Velocity project has for some time now been making plans for a proposal to the board that the Velocity projects leave the Jakarta umbrella and become their own top level project. Martin has asked us to hold a vote on the proposal here before he

Re: [VOTE] Move Velocity to TLP

2006-09-17 Thread Malcolm Edgar
[X] +1 I support the proposal On 9/18/06, Daniel Rall [EMAIL PROTECTED] wrote: On Fri, 15 Sep 2006, Nathan Bubna wrote: The Velocity project has for some time now been making plans for a proposal to the board that the Velocity projects leave the Jakarta umbrella and become their own top

Re: svn commit: r447142 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime: ./ parser/node/

2006-09-17 Thread Nathan Bubna
On 9/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: henning Date: Sun Sep 17 13:45:39 2006 New Revision: 447142 URL: http://svn.apache.org/viewvc?view=revrev=447142 Log: Last of the javadoc fixes. ... +/** + * + */ public class ASTIfStatement extends SimpleNode { i appreciate

[jira] Commented: (VELTOOLS-62) New empty interfaces that allow one to enforce the scope of a tool

2006-09-17 Thread Nathan Bubna (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-62?page=comments#action_12435358 ] Nathan Bubna commented on VELTOOLS-62: -- Interesting. And yeah, this would be useful. But i've never been a fan of marker interfaces, and in 1.3, i'm

release occurred?

2006-09-17 Thread Will Glass-Husain
Hi, Has the Velocity release occurred or is it still in process? I looked in the obvious places for info... our home page, the downloads page, the Wiki news page. Am I right in assuming we're still in the middle of this? Just wondering. Best, Will -- Forio Business Simulations Will

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

2006-09-17 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

2006-09-17 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: release occurred?

2006-09-17 Thread Nathan Bubna
Since it is only a beta release, i don't believe we should mirror it. That is, unless we really think it will be a big hit on ASF infrastructure to not mirror it. So i don't think this should be on the download page. It should, however, probably be put up on the home page and the wiki news

Re: release occurred?

2006-09-17 Thread Will Glass-Husain
Did we make a binary or just a source downloadable? Where can the files be downloaded from? I'm looking forward to no longer telling users that bug has been fixed in 1.5 unreleased, please download source control head. WILL On 9/17/06, Nathan Bubna [EMAIL PROTECTED] wrote: Since it is only a