setSourceBase(File sourceBase) optional directory to save generated source files to.
public void
setStubVersion(String stubVersion) Specify the JDK version for the generated stub code.
public void
setVerify(boolean verify) Flag to enable verification so that the classes
found by the directory match are
checked to see if they implement java.rmi.Remote.
Field Detail
ERROR_BASE_NOT_SET
final public static String ERROR_BASE_NOT_SET(Code)
base attribute not set message
ERROR_LOADING_CAUSED_EXCEPTION
final public static String ERROR_LOADING_CAUSED_EXCEPTION(Code)
execute by creating an instance of an implementation
class and getting to do the work
throws: org.apache.tools.ant.BuildException - if there's a problem with baseDir or RMIC
Returns the topmost interface that extends Remote for a given
class - if one exists.
Parameters: testClass - the class to be tested the topmost interface that extends Remote, or null if thereis none.
Scans the directory looking for class files to be compiled.
The result is returned in the class variable compileList.
Parameters: baseDir - the base direction Parameters: files - the list of files to scan Parameters: mapper - the mapper of files to target files
Sets the compiler implementation to use; optional,
defaults to the value of the build.rmic property,
or failing that, default compiler for the current VM
Parameters: compiler - the compiler implemention to use since: Ant 1.5
Set additional arguments for iiop
Parameters: iiopOpts - additional arguments for iiop
setIncludeantruntime
public void setIncludeantruntime(boolean include)(Code)
Sets whether or not to include ant's own classpath in this task's
classpath.
Optional; default is true.
Parameters: include - if true include ant's classpath
setIncludejavaruntime
public void setIncludejavaruntime(boolean include)(Code)
task's classpath.
Enables or disables including the default run-time
libraries from the executing VM; optional,
defaults to false
Parameters: include - if true include default run-time libraries
Flag to enable verification so that the classes
found by the directory match are
checked to see if they implement java.rmi.Remote.
optional; This defaults to false if not set.
Parameters: verify - turn on verification for classes
Fields inherited from org.apache.tools.ant.taskdefs.MatchingTask