org.objectweb.jeremie.tools.ant
Class JRMICTask
java.lang.Object
Task
org.objectweb.jeremie.tools.ant.JRMICTask
public class JRMICTask
- extends Task
Utility task to compile IDL sources into Java sources. Takes the
following arguments as nested elements:
- a fileset of IDL
sources to compile, as nested <fileset>
Also takes as arguments a String named args.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRMICTask
public JRMICTask()
setArgs
public void setArgs(String args)
setDir
public void setDir(String dir)
execute
public void execute()
throws BuildException
- Throws:
BuildException