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 39
39
@ Named
40
40
public class DefaultCompilerManager implements CompilerManager {
41
41
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." ;
43
44
private static final String ERROR_MESSAGE_DETAIL = "TypeNotPresentException caused by UnsupportedClassVersionError "
44
45
+ "might indicate, that the compiler needs a more recent Java runtime. "
45
46
+ "IllegalArgumentException in ClassReader.<init> might mean, that you need to upgrade Maven." ;
You can’t perform that action at this time.
0 commit comments