|
|
@@ -138,7 +138,8 @@ public class DefaultLogger implements BuildLogger { |
|
|
|
else { |
|
|
|
err.println(lSep + "BUILD FAILED" + lSep); |
|
|
|
|
|
|
|
if (Project.MSG_VERBOSE <= msgOutputLevel) { |
|
|
|
if (Project.MSG_VERBOSE <= msgOutputLevel || |
|
|
|
!(err instanceof BuildException)) { |
|
|
|
error.printStackTrace(err); |
|
|
|
} |
|
|
|
else { |
|
|
|