Constant Field Values

Contents

org.codehaus.*

  • org.codehaus.plexus.compiler.csharp.CSharpCompiler 
    Modifier and Type Constant Field Value
    private static final java.lang.String ARGUMENTS_FILE_NAME "csharp-arguments"
    private static final java.lang.String DLL_SUFFIX ".dll"
    private static final java.lang.String JAR_SUFFIX ".jar"
    private static final java.lang.String NET_SUFFIX ".net"
  • org.codehaus.plexus.compiler.javac.JavacCompiler 
    Modifier and Type Constant Field Value
    private static final java.lang.String JAVAC_CLASSNAME "com.sun.tools.javac.Main"
  • org.codehaus.plexus.compiler.manager.DefaultCompilerManager 
    Modifier and Type Constant Field Value
    private static final java.lang.String ERROR_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.String ERROR_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 int BUFFER_SIZE 512