Constant Field Values
Contents
org.codehaus.*
-
org.codehaus.plexus.compiler.CompilerMessage Modifier and Type Constant Field Value private static final java.lang.StringJDK_6_NOTE_PREFIX"note: "private static final java.lang.StringJDK_6_WARNING_PREFIX"warning: "
-
org.codehaus.plexus.compiler.csharp.CSharpCompiler Modifier and Type Constant Field Value private static final java.lang.StringARGUMENTS_FILE_NAME"csharp-arguments"private static final java.lang.StringDLL_SUFFIX".dll"private static final java.lang.StringJAR_SUFFIX".jar"private static final java.lang.StringNET_SUFFIX".net"
-
org.codehaus.plexus.compiler.javac.JavacCompiler Modifier and Type Constant Field Value private static final java.lang.StringJAVAC_CLASSNAME"com.sun.tools.javac.Main"
-
org.codehaus.plexus.compiler.manager.DefaultCompilerManager Modifier and Type Constant Field Value private static final java.lang.StringERROR_MESSAGE"Compiler \'{}\' could not be instantiated or injected properly. If you spelled the compiler ID correctly and all necessary dependencies are on the classpath, then next you can try running the build with -Dsisu.debug, looking for exceptions."private static final java.lang.StringERROR_MESSAGE_DETAIL"TypeNotPresentException caused by UnsupportedClassVersionError might indicate, that the compiler needs a more recent Java runtime. IllegalArgumentException in ClassReader.<init> might mean, that you need to upgrade Maven."
-
org.codehaus.plexus.compiler.util.StreamPumper Modifier and Type Constant Field Value private static final intBUFFER_SIZE512