org.apache.tools.ant.taskdefs.optional.ejb
public class BorlandGenerateClient extends Task
UNKNOWN: name="blgenclient" category="ejb"
Method Summary | |
---|---|
Path | createClasspath()
Adds path to the classpath. |
void | execute()
Do the work.
|
protected void | executeFork()
launch the generate client using system api. |
protected void | executeForkV4()
launch the generate client using system api. |
protected void | executeForkV5()
launch the generate client using system api. |
protected void | executeJava()
launch the generate client using java api. |
void | setClasspath(Path classpath)
Path to use for classpath. |
void | setClasspathRef(Reference r)
Reference to existing path, to use as a classpath. |
void | setClientjar(File clientjar)
Client JAR file name. |
void | setDebug(boolean debug)
If true, turn on the debug mode for each of the Borland tools launched. |
void | setEjbjar(File ejbfile)
EJB JAR file. |
void | setMode(String s)
Command launching mode: java or fork. |
void | setVersion(int version)
Set the version attribute. |
Returns: a path to be configured as a nested element.
Throws: BuildException if something goes wrong with the build
Throws: BuildException if there is an error.
Throws: BuildException if there is an error.
Throws: BuildException if there is an error.
Throws: BuildException if there is an error.
Parameters: classpath the path to use.
Parameters: r the reference to use.
Parameters: clientjar the file to use.
Parameters: debug a boolean
value.
Parameters: ejbfile the file to use.
Parameters: s the mode to use.
Parameters: version the value to use.