]> source.dussan.org Git - aspectj.git/commitdiff
better message
authoraclement <aclement>
Mon, 5 Apr 2010 19:36:29 +0000 (19:36 +0000)
committeraclement <aclement>
Mon, 5 Apr 2010 19:36:29 +0000 (19:36 +0000)
weaver/src/org/aspectj/weaver/bcel/Utility.java

index 70f01234ec8b66934d8c2e0d60173382340d9478..e09f5ae913eb6487c329afc58dd57770d0387c29 100644 (file)
@@ -83,7 +83,7 @@ public class Utility {
                                                                throw new BCException(
                                                                                "Unable to continue, this version of AspectJ supports classes built with weaver version "
                                                                                                + WeaverVersionInfo.toCurrentVersionString() + " but the class " + classname
-                                                                                               + " is version " + version.toString());
+                                                                                               + " is version " + version.toString() + ".  Please update your AspectJ.");
                                                        }
                                                }
                                                forSecondPass.add(u);