org.apache.tools.ant.taskdefs.rmic
Class SunRmic
- RmicAdapter
The implementation of the rmic for SUN's JDK.
boolean | execute()- Run the rmic compiler.
|
protected String[] | preprocessCompilerArgs(String[] compilerArgs)- Strip out all -J args from the command list.
|
addStubVersionOptions, filterJvmCompilerArgs, getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, preprocessCompilerArgs, setRmic, setupRmicCommand, setupRmicCommand |
COMPILER_NAME
public static final String COMPILER_NAME
the name of this adapter for users to select
ERROR_NO_RMIC_ON_CLASSPATH
public static final String ERROR_NO_RMIC_ON_CLASSPATH
Error message to use with the sun rmic is not the classpath.
ERROR_RMIC_FAILED
public static final String ERROR_RMIC_FAILED
Error message to use when there is an error starting the sun rmic compiler
RMIC_CLASSNAME
public static final String RMIC_CLASSNAME
name of the class
RMIC_EXECUTABLE
public static final String RMIC_EXECUTABLE
name of the executable
preprocessCompilerArgs
protected String[] preprocessCompilerArgs(String[] compilerArgs)
Strip out all -J args from the command list.
- preprocessCompilerArgs in interface DefaultRmicAdapter
compilerArgs - the original compiler arguments