svn commit: r350188 - in /jakarta/velocity/core/trunk/src: java/org/apache/velocity/exception/ java/org/apache/velocity/runtime/log/ java/org/apache/velocity/runtime/resource/loader/ java/org/apache/v

2005-11-30 Thread wglass
Author: wglass Date: Wed Nov 30 22:36:49 2005 New Revision: 350188 URL: http://svn.apache.org/viewcvs?rev=350188view=rev Log: Set the cause for thrown exceptions when run under JDK 1.4+. VELOCITY-425. Added: jakarta/velocity/core/trunk/src/java/org/apache/velocity/util/ExceptionUtils.java

[jira] Resolved: (VELOCITY-425) wrapped exceptions should have causes

2005-11-30 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-425?page=all ] Will Glass-Husain resolved VELOCITY-425: Resolution: Fixed committed, after adding a test case that threw an exception from a method call. wrapped exceptions should have