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

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 01:41:57 2006 New Revision: 446833 URL: http://svn.apache.org/viewvc?view=revrev=446833 Log: auto-create checksums Modified: jakarta/velocity/engine/trunk/build/build.xml Modified: jakarta/velocity/engine/trunk/build/build.xml URL:

[jira] Created: (VELOCITY-458) InternalContextBase defines non-serializable non-transient fields

2006-09-16 Thread Henning Schmiedehausen (JIRA)
InternalContextBase defines non-serializable non-transient fields - Key: VELOCITY-458 URL: http://issues.apache.org/jira/browse/VELOCITY-458 Project: Velocity Issue Type: Bug

svn commit: r446841 - /jakarta/velocity/engine/trunk/

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:20:25 2006 New Revision: 446841 URL: http://svn.apache.org/viewvc?view=revrev=446841 Log: Add FindBugs files Modified: jakarta/velocity/engine/trunk/ (props changed) Propchange: jakarta/velocity/engine/trunk/

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

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:25:11 2006 New Revision: 446842 URL: http://svn.apache.org/viewvc?view=revrev=446842 Log: Make the build work under JDK 1.3 again. Modified: jakarta/velocity/engine/trunk/build/build.xml Modified: jakarta/velocity/engine/trunk/build/build.xml URL:

svn commit: r446843 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/VelocimacroFactory.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:26:13 2006 New Revision: 446843 URL: http://svn.apache.org/viewvc?view=revrev=446843 Log: Clean up the trace logging, removing an inconsistent synchronized() access on the way. Suggested by FindBugs. Modified:

svn commit: r446844 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/VelocimacroManager.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:28:08 2006 New Revision: 446844 URL: http://svn.apache.org/viewvc?view=revrev=446844 Log: Clean up property names and visibility of the inner class. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/VelocimacroManager.java

svn commit: r446845 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/VMProxyArg.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:29:10 2006 New Revision: 446845 URL: http://svn.apache.org/viewvc?view=revrev=446845 Log: Fix a theoretical NPE. Suggested by FindBugs. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/VMProxyArg.java Modified:

svn commit: r446846 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node: ASTEQNode.java ASTNENode.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:31:11 2006 New Revision: 446846 URL: http://svn.apache.org/viewvc?view=revrev=446846 Log: A hard to see bug. At the location of the (left == null ? 0 : 1), left never could be null, because this has been tested earlier. Actually meant was left.toString() ==

svn commit: r446849 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/ant/TexenTask.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:34:17 2006 New Revision: 446849 URL: http://svn.apache.org/viewvc?view=revrev=446849 Log: valueOf() is slightly more efficient. Suggested by FindBugs. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/ant/TexenTask.java Modified:

svn commit: r446850 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime: directive/ log/ parser/node/

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:34:39 2006 New Revision: 446850 URL: http://svn.apache.org/viewvc?view=revrev=446850 Log: A number of TODO markers once we drop 1.3 compatibility. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Foreach.java

svn commit: r446852 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/texen/util/PropertiesUtil.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 03:46:37 2006 New Revision: 446852 URL: http://svn.apache.org/viewvc?view=revrev=446852 Log: Make sure that the streams are closed in any case. Do some attempts at error reporting. Modified:

Re: [ANNOUNCE] Velocity 1.5 beta1

2006-09-16 Thread Henning P. Schmiedehausen
Ahmed Mohombe [EMAIL PROTECTED] writes: Hi, thanks for the suggestions. I will make sure that we do that for the final release. As this is a beta, the target was to get it out. Best regards Henning The Velocity developers are proud to announce the first beta version of

[Jakarta-velocity Wiki] Update of FrontPage by HenningSchmiedehausen

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by HenningSchmiedehausen: http://wiki.apache.org/jakarta-velocity/FrontPage The comment on the change is: add a release notes page

[Jakarta-velocity Wiki] Update of Velocity15ReleaseNotes by HenningSchmiedehausen

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by HenningSchmiedehausen: http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes The comment on the change is: Collection of

Re: [ANNOUNCE] Velocity 1.5 beta1

2006-09-16 Thread Henning P. Schmiedehausen
Nathan Bubna [EMAIL PROTECTED] writes: This is by no means a well-thought-through list, but here's the things i can think of offhand: - decimals are supported in VTL now - map creation supported in VTL - line breaks now allowed in directive calls, macro calls, method calls, and string literals -

Re: [Proposal] Move Velocity to TLP

2006-09-16 Thread Henning P. Schmiedehausen
Will Glass-Husain [EMAIL PROTECTED] writes: I'd forgotten that. For the record, I think my prediction was that Henning would become an ASF officer sometime in the next year or two, which as VP of Velocity he will be. Anyway, the plan sounds great. We probably need a formal vote at some point.

Re: [VOTE] Move Velocity to TLP

2006-09-16 Thread Henning P. Schmiedehausen
Nathan Bubna [EMAIL PROTECTED] writes: Ah, so you've beaten me to it. :-) Good. The proposal is available for your perusal at: http://wiki.apache.org/jakarta/TLPVelocity For the interested, most of the discussion took place on the following thread:

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

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 05:21:27 2006 New Revision: 446862 URL: http://svn.apache.org/viewvc?view=revrev=446862 Log: Remove superflous null check. Suggested by FindBugs. Rethrows RuntimeExceptions. Suggested by FindBugs. Modified:

svn commit: r446863 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/io/VelocityWriter.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 05:24:07 2006 New Revision: 446863 URL: http://svn.apache.org/viewvc?view=revrev=446863 Log: protected fields in a final class don't make sense. Suggested by FindBugs. Modified:

svn commit: r446865 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java

2006-09-16 Thread henning
Author: henning Date: Sat Sep 16 05:25:11 2006 New Revision: 446865 URL: http://svn.apache.org/viewvc?view=revrev=446865 Log: System.exit(1) might be a bit harsh... Modified: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java Modified:

[Jakarta-velocity Wiki] Update of Velocity15ReleaseNotes by WillGlassHusain

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes The comment on the change is: added lots of detail,

[Jakarta-velocity Wiki] Update of Velocity15ReleaseNotes by WillGlassHusain

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes The comment on the change is: filled out more details

Re: svn commit: r446865 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java

2006-09-16 Thread Will Glass-Husain
Ouch! What was I thinking? I think I must have been debugging the unit test and put the System.exit line in to force a stop. (then forgotten to take it out). WILL On 9/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: henning Date: Sat Sep 16 05:25:11 2006 New Revision: 446865 URL:

Re: [VOTE] Move Velocity to TLP

2006-09-16 Thread Will Glass-Husain
[X] +1 I support the proposal [ ] +0 I don't care [ ] -1 I'm opposed to the proposal because... !! Best, WILL On 9/15/06, Nathan Bubna [EMAIL PROTECTED] wrote: The Velocity project has for some time now been making plans for a proposal to the board that the Velocity projects leave the

Re: svn commit: r446850 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime: directive/ log/ parser/node/

2006-09-16 Thread Will Glass-Husain
nice idea. On 9/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: henning Date: Sat Sep 16 03:34:39 2006 New Revision: 446850 URL: http://svn.apache.org/viewvc?view=revrev=446850 Log: A number of TODO markers once we drop 1.3 compatibility. Modified:

[jira] Commented: (VELOCITY-458) InternalContextBase defines non-serializable non-transient fields

2006-09-16 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-458?page=comments#action_12435242 ] Will Glass-Husain commented on VELOCITY-458: so what's the current behavior? If someone serializes a VelocityContext object does it throw an

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

2006-09-16 Thread Nathan Bubna
On 9/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: henning Date: Sat Sep 16 03:31:11 2006 New Revision: 446846 URL: http://svn.apache.org/viewvc?view=revrev=446846 Log: A hard to see bug. At the location of the (left == null ? 0 : 1), left never could be null, because this has been

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

2006-09-16 Thread Henning P. Schmiedehausen
Nathan Bubna [EMAIL PROTECTED] writes: Just for the record, i agree with fixing this problem. I feel we should always consider the possibility of toString() returning null when we are working in the Velocity world. While the contract of toString() does normally forbid it, Velocity's high

[Jakarta-velocity Wiki] Update of Velocity15ReleaseNotes by NathanBubna

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by NathanBubna: http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes The comment on the change is: i believe the map syntax is

[Jakarta-velocity Wiki] Update of Velocity15ReleaseNotes by NathanBubna

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by NathanBubna: http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes

[Jakarta-velocity Wiki] Update of RoadMap by WillGlassHusain

2006-09-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/RoadMap