|
@@ -132,6 +132,8 @@ public class TaskAdapter extends Task implements TypeAdapter { |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
DispatchUtils.execute(proxy); |
|
|
DispatchUtils.execute(proxy); |
|
|
|
|
|
} catch (BuildException be) { |
|
|
|
|
|
throw be; |
|
|
} catch (Exception ex) { |
|
|
} catch (Exception ex) { |
|
|
log("Error in " + proxy.getClass(), Project.MSG_VERBOSE); |
|
|
log("Error in " + proxy.getClass(), Project.MSG_VERBOSE); |
|
|
throw new BuildException(ex); |
|
|
throw new BuildException(ex); |
|
|