Opps, thanks.
Peter
[EMAIL PROTECTED] wrote:
umagesh 2004/06/10 10:32:14
Modified: src/main/org/apache/tools/ant Task.java
Log:
Tests are failing...
Revision Changes Path
1.59 +1 -0 ant/src/main/org/apache/tools/ant/Task.java
Index: Task.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Task.java,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- Task.java 10 Jun 2004 09:11:51 -0000 1.58
+++ Task.java 10 Jun 2004 17:32:14 -0000 1.59
@@ -367,6 +367,7 @@
ex.setLocation(getLocation());
}
reason = ex;
+ throw ex;
} catch (Exception ex) {
reason = ex;
BuildException be = new BuildException(ex);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]