|
@@ -184,7 +184,6 @@ public class Target implements TaskContainer { |
|
|
} |
|
|
} |
|
|
catch(RuntimeException exc) { |
|
|
catch(RuntimeException exc) { |
|
|
project.fireTargetFinished(this, exc); |
|
|
project.fireTargetFinished(this, exc); |
|
|
System.out.println("Caught exception = " + exc.getMessage()); |
|
|
|
|
|
throw exc; |
|
|
throw exc; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|