net.dpml.tools.tasks
Class RMICTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.tools.tasks.GenericTask
net.dpml.tools.tasks.RMICTask
public class RMICTask
- extends GenericTask
Compile sources located in ${project.target}/main to java class file under
the ${project.target}/classes directory. Properties influencing the compilation
include:
- project.javac.debug : boolean true (default) or false
- project.javac.fork: boolean true or false (default)
- project.javac.deprecation: boolean true (default) or false
- Version:
- 1.2.0
- Author:
- Digital Product Meta Library
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMICTask
public RMICTask(Context context)
- Creation of a new RMICTask.
- Parameters:
context
- the project context
setClasspathRef
public void setClasspathRef(String id)
- Set the id of the compilation classpath.
- Parameters:
id
- the classpath reference
setBase
public void setBase(File base)
- Set the base directory.
- Parameters:
base
- the base directory
setIncludes
public void setIncludes(String[] includes)
- Set the includes.
- Parameters:
includes
- the include paths
setExcludes
public void setExcludes(String[] excludes)
- Set the excludes.
- Parameters:
excludes
- the excluded paths
execute
public void execute()
- Task execution.
- Overrides:
execute
in class Task