]> source.dussan.org Git - aspectj.git/commitdiff
message fix for 134063
authoraclement <aclement>
Fri, 31 Mar 2006 15:26:30 +0000 (15:26 +0000)
committeraclement <aclement>
Fri, 31 Mar 2006 15:26:30 +0000 (15:26 +0000)
ajdoc/src/org/aspectj/tools/ajdoc/Main.java

index 76603d059576ef4ca9d7385f1aa62a536eab7524..8d15cbb515ce5e912c6b314d69a946e7eeada275 100644 (file)
@@ -709,11 +709,11 @@ public class Main implements Config {
 
     /* This section of code handles errors that occur during compilation */
     static final String internalErrorMessage =
-                                              "Please copy the following text into an email message and send it,\n" +
-                                              "along with any additional information you can add to:            \n" +
-                                              "                                                                 \n" +
-                                              "       aspectj-dev@eclipse.org                           \n" +
-                                              "                                                                 \n";
+        "                                                                  \n"+
+        "If this has not already been logged as a bug raised please raise  \n"+
+        "a new AspectJ bug at https://bugs.eclipse.org/bugs including the  \n"+
+        "text below. To make the bug a priority, please also include a test\n"+
+        "program that can reproduce this problem.\n ";
 
     static public void handleInternalError(Throwable uncaughtThrowable) {
         System.err.println("An internal error occured in ajdoc");