org.apache.tools.ant.taskdefs.rmic
Class WLRmic
- RmicAdapter
The implementation of the rmic for WebLogic
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_WLRMIC_ON_CLASSPATH
public static final String ERROR_NO_WLRMIC_ON_CLASSPATH
The error string to use if not able to find the weblogic rmic
ERROR_WLRMIC_FAILED
public static final String ERROR_WLRMIC_FAILED
The error string to use if not able to start the weblogic rmic
UNSUPPORTED_STUB_OPTION
public static final String UNSUPPORTED_STUB_OPTION
unsupported error message
WLRMIC_CLASSNAME
public static final String WLRMIC_CLASSNAME
The classname of the weblogic rmic
WL_RMI_SKEL_SUFFIX
public static final String WL_RMI_SKEL_SUFFIX
The skeleton suffix
WL_RMI_STUB_SUFFIX
public static final String WL_RMI_STUB_SUFFIX
The stub suffix
addStubVersionOptions
protected String addStubVersionOptions()
This is an override point; no stub version is returned. If any
stub option is set, a warning is printed.
- addStubVersionOptions in interface DefaultRmicAdapter
- null, for no stub version
preprocessCompilerArgs
protected String[] preprocessCompilerArgs(String[] compilerArgs)
Strip out all -J args from the command list.
- preprocessCompilerArgs in interface DefaultRmicAdapter
compilerArgs - the original compiler arguments