File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
plexus-compiler-manager/src/main/java/org/codehaus/plexus/compiler/manager Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3939@ Named
4040public class DefaultCompilerManager implements CompilerManager {
4141 private static final String ERROR_MESSAGE = "Compiler '{}' could not be instantiated or injected properly. "
42- + "Running the build with -Dsisu.debug, looking for exceptions might help." ;
42+ + "If you spelled the compiler ID correctly and all necessary dependencies are on the classpath, "
43+ + "then next you can try running the build with -Dsisu.debug, looking for exceptions." ;
4344 private static final String ERROR_MESSAGE_DETAIL = "TypeNotPresentException caused by UnsupportedClassVersionError "
4445 + "might indicate, that the compiler needs a more recent Java runtime. "
4546 + "IllegalArgumentException in ClassReader.<init> might mean, that you need to upgrade Maven." ;
You can’t perform that action at this time.
0 commit comments