]> source.dussan.org Git - aspectj.git/commitdiff
See the stack trace in real stderr so you can click on it !
authoraclement <aclement>
Fri, 6 Aug 2004 12:32:13 +0000 (12:32 +0000)
committeraclement <aclement>
Fri, 6 Aug 2004 12:32:13 +0000 (12:32 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index 4f1d55c01f9e9f673e5a0a6907c8cbb6c17e55d0..83a141fcb2d7647630afd788575c0e0c4065023f 100644 (file)
@@ -406,6 +406,7 @@ public class AjcTestCase extends TestCase {
                                failureReport.append(args[i]);
                        }
                        String report = failureReport.toString();
+                       System.err.println(failureReport);
                        fail(message + "\n" + report);
                }
        }