|
@@ -278,10 +278,11 @@ public class ExecuteJava implements Runnable, TimeoutObserver { |
|
|
try { |
|
|
try { |
|
|
int rc = exe.execute(); |
|
|
int rc = exe.execute(); |
|
|
redirector.complete(); |
|
|
redirector.complete(); |
|
|
timedOut = exe.killedProcess(); |
|
|
|
|
|
return rc; |
|
|
return rc; |
|
|
} catch (IOException e) { |
|
|
} catch (IOException e) { |
|
|
throw new BuildException(e); |
|
|
throw new BuildException(e); |
|
|
|
|
|
} finally { |
|
|
|
|
|
timedOut = exe.killedProcess(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|