|
@@ -114,9 +114,8 @@ public class TaskAdapter extends Task implements TypeAdapter { |
|
|
Project.MSG_ERR); |
|
|
Project.MSG_ERR); |
|
|
throw new BuildException(ex); |
|
|
throw new BuildException(ex); |
|
|
} |
|
|
} |
|
|
Method executeM = null; |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
Class c = proxy.getClass(); |
|
|
|
|
|
DispatchUtils.execute(proxy); |
|
|
DispatchUtils.execute(proxy); |
|
|
} catch (Exception ex) { |
|
|
} catch (Exception ex) { |
|
|
log("Error in " + proxy.getClass(), Project.MSG_VERBOSE); |
|
|
log("Error in " + proxy.getClass(), Project.MSG_VERBOSE); |
|
|