From f0958f1f8aa2ef171320573f53d1690534abed99 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 31 Mar 2006 15:26:30 +0000 Subject: [PATCH] message fix for 134063 --- ajdoc/src/org/aspectj/tools/ajdoc/Main.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ajdoc/src/org/aspectj/tools/ajdoc/Main.java b/ajdoc/src/org/aspectj/tools/ajdoc/Main.java index 76603d059..8d15cbb51 100644 --- a/ajdoc/src/org/aspectj/tools/ajdoc/Main.java +++ b/ajdoc/src/org/aspectj/tools/ajdoc/Main.java @@ -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"); -- 2.39.5