Re: new Velocity committer - Henning Schmiedehausen

2005-09-22 Thread Henning P. Schmiedehausen
Will Glass-Husain [EMAIL PROTECTED] writes: Hi Will, thanks for the warm welcome and to all the other committer for the trust being put in me. I want to welcome a new committer to the Velocity project - Henning Schmiedehausen. [...] Henning is one of the most active committers on Velocity's

svn commit: r290921 - /jakarta/velocity/core/trunk/project.properties

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 02:42:18 2005 New Revision: 290921 URL: http://svn.apache.org/viewcvs?rev=290921view=rev Log: add eol-style == native Modified: jakarta/velocity/core/trunk/project.properties (contents, props changed) Modified:

svn commit: r290924 - in /jakarta/velocity/core/trunk/src: java/org/apache/velocity/test/ test/org/apache/velocity/test/

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 03:00:53 2005 New Revision: 290924 URL: http://svn.apache.org/viewcvs?rev=290924view=rev Log: Move the org.apache.velocity.test package out of the main velocity jar and into the src/test tree. These unit tests are only useful at compile time because they depend

svn commit: r290927 - in /jakarta/velocity/core/trunk: ./ src/test/org/apache/velocity/test/ test/texen-classpath/ test/texen-classpath/jar-contents/ test/texen/

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 03:38:53 2005 New Revision: 290927 URL: http://svn.apache.org/viewcvs?rev=290927view=rev Log: Update test directory references for maven driven unit tests. Modified: jakarta/velocity/core/trunk/project.properties

svn commit: r290929 - in /jakarta/velocity/core/trunk: ./ src/test/org/apache/velocity/test/ src/test/org/apache/velocity/util/

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 03:58:08 2005 New Revision: 290929 URL: http://svn.apache.org/viewcvs?rev=290929view=rev Log: Rename test cases to xxxTestCase so that all test cases can be identified by **/*TestCase.java Added:

svn commit: r290932 - in /jakarta/velocity/core/trunk: ./ src/test/org/apache/velocity/test/

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 05:08:44 2005 New Revision: 290932 URL: http://svn.apache.org/viewcvs?rev=290932view=rev Log: All unit tests pass again when running under maven. Modified: jakarta/velocity/core/trunk/maven.xml jakarta/velocity/core/trunk/project.properties

Re: Subversion eol style

2005-09-22 Thread Henning Schmiedehausen
Now that I have commit rights, I could run this for you. Just let me know. Best regards Henning On Wed, 2005-09-21 at 09:00 -0700, Nathan Bubna wrote: hmm. VelocityTools could probably use this too. but i'm on XP as well. perhaps i can pull it off with cygwin? On

svn commit: r290939 - in /jakarta/velocity/core/trunk: ./ build/ build/lib/ test/texen-classpath/ test/texen-classpath/jar-contents/ test/texen/

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 06:19:56 2005 New Revision: 290939 URL: http://svn.apache.org/viewcvs?rev=290939view=rev Log: Fix up unit tests to work again using ant. Added: jakarta/velocity/core/trunk/build/lib/junit-3.8.1.jar (with props)

svn commit: r290984 - /jakarta/velocity/core/trunk/project.xml

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 10:06:25 2005 New Revision: 290984 URL: http://svn.apache.org/viewcvs?rev=290984view=rev Log: we actually _can_ run TemplateTestCase now... Modified: jakarta/velocity/core/trunk/project.xml Modified: jakarta/velocity/core/trunk/project.xml URL:

svn commit: r290985 - in /jakarta/velocity/core/trunk/build: build.xml testcases.xml

2005-09-22 Thread henning
Author: henning Date: Thu Sep 22 10:07:07 2005 New Revision: 290985 URL: http://svn.apache.org/viewcvs?rev=290985view=rev Log: Make sure all unit tests still execute under ant. Remove duplicated tests from testcase.xml, running only the test cases that need special consideration like special

Re: Patch

2005-09-22 Thread Llewellyn Falco
I don't know if there are any jira issue's involved. It solves the issues of i was experiencing of.. null not being able to pass to uberspect to resolve, as is indecated by the uberspect implementation and api. info not being correctly created for a failure in a method call. if an object is

Re: Subversion eol style

2005-09-22 Thread Will Glass-Husain
please go ahead - thanks! WILL - Original Message - From: Henning Schmiedehausen [EMAIL PROTECTED] To: Nathan Bubna [EMAIL PROTECTED] Cc: Velocity Developers List velocity-dev@jakarta.apache.org Sent: Thursday, September 22, 2005 4:54 AM Subject: Re: Subversion eol style Now that I

Re: Patch

2005-09-22 Thread Will Glass-Husain
Can you please create a JIRA issue then? Please list exactly the problem you were experiencing, including how to reproduce it. Then attach the patch and state how it solves the problem. Really appreciate your contribution - I don't mean to throw up unnecessary obstacles. But it makes a big

svn commit: r291032 - in /jakarta/velocity/core/trunk/test/templates: compare/logical.cmp compare/map.cmp logical.vm map.vm

2005-09-22 Thread wglass
Author: wglass Date: Thu Sep 22 16:16:23 2005 New Revision: 291032 URL: http://svn.apache.org/viewcvs?rev=291032view=rev Log: added test cases for issues VELOCITY-336 and VELOCITY-359 Modified: jakarta/velocity/core/trunk/test/templates/compare/logical.cmp

adding javacc task to ant build?

2005-09-22 Thread Will Glass-Husain
Hi, Anyone mind if I apply the patch from Velocity-222? http://issues.apache.org/jira/browse/VELOCITY-222 It adds a Javacc task to ant. The catch is that it requires ant 1.6 to work (and we state in the web site that ant 1.3 is the min requirement). But it doesn't take away any functionality

[jira] Commented: (VELOCITY-98) #parse / #include causing ClassCastException

2005-09-22 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-98?page=comments#action_12330240 ] Will Glass-Husain commented on VELOCITY-98: --- Hi, Tested this against the unreleased Velocity 1.5. I couldn't duplicate the problem. I know it has been a long

[jira] Resolved: (VELOCITY-215) SimpleLog4JLogSystem property lookup should come from RuntimeConstants

2005-09-22 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-215?page=all ] Will Glass-Husain resolved VELOCITY-215: Resolution: Fixed Closing this issue - Log4JLogSystem was creating back in October 2003. The specified property is a public constant