org.apache.tools.ant.taskdefs.rmic

Class SunRmic

Implemented Interfaces:
RmicAdapter

public class SunRmic
extends DefaultRmicAdapter

The implementation of the rmic for SUN's JDK.
Since:
Ant 1.4

Field Summary

static String
COMPILER_NAME
the name of this adapter for users to select
static String
ERROR_NO_RMIC_ON_CLASSPATH
Error message to use with the sun rmic is not the classpath.
static String
ERROR_RMIC_FAILED
Error message to use when there is an error starting the sun rmic compiler
static String
RMIC_CLASSNAME
name of the class
static String
RMIC_EXECUTABLE
name of the executable

Fields inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter

RMI_SKEL_SUFFIX, RMI_STUB_SUFFIX, RMI_TIE_SUFFIX, STUB_1_1, STUB_1_2, STUB_COMPAT

Method Summary

boolean
execute()
Run the rmic compiler.

Methods inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter

getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, setRmic, setupRmicCommand, setupRmicCommand

Field Details

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

Method Details

execute

public boolean execute()
            throws BuildException
Run the rmic compiler.
Specified by:
execute in interface RmicAdapter
Returns:
true if the compilation succeeded
Throws:
BuildException - on error