jruaux 2002/10/31 07:46:30
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant
StartServerHelper.java
Log:
Changed exception handling
Revision Changes Path
1.2 +1 -2
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/StartServerHelper.java
Index: StartServerHelper.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/StartServerHelper.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StartServerHelper.java 30 Oct 2002 14:15:01 -0000 1.1
+++ StartServerHelper.java 31 Oct 2002 15:46:30 -0000 1.2
@@ -261,8 +261,7 @@
}
catch (CoreException e)
{
- e.printStackTrace();
- throw new BuildException("Error while running the Ant task");
+ throw new BuildException(e);
}
// Should never reach this point as the target is blocking, unless the
--
To unsubscribe, e-mail: <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>