BorlandDeploymentTool is dedicated to the Borland Application Server 4.5 and 4.5.1
This task generates and compiles the stubs and skeletons for all ejb described into the
Deployment Descriptor, builds the jar file including the support files and verify
whether the produced jar is valid or not.
The supported options are:
debug (boolean) : turn on the debug mode for generation of
stubs and skeletons (default:false)
verify (boolean) : turn on the verification at the end of the jar
production (default:true)
verifyargs (String) : add optional argument to verify command
(see vbj com.inprise.ejb.util.Verify)
basdtd (String) : location of the BAS DTD
generateclient (boolean) : turn on the client jar file generation
version (int) : tell what is the Borland appserver version 4 or 5
Add any vendor specific files which should be included in the
EJB Jar.
Parameters: ejbFiles - the map to add the files to. Parameters: ddPrefix - the prefix to use.
Setter used to store the location of the borland DTD. This can be a file on the system
or a resource on the classpath.
Parameters: inString - the string to use as the DTD location.
setter used to store whether the task will include the generate client task.
(see : BorlandGenerateClient task)
Parameters: b - if true generate the client task.
setJava2iiopParams
public void setJava2iiopParams(String params)(Code)
If filled, the params are added to the java2iiop command.
(ex: -no_warn_missing_define)
Parameters: params - additional params for java2iiop
Method used to encapsulate the writing of the JAR file. Iterates over the
filenames/java.io.Files in the Hashtable stored on the instance variable
ejbFiles.
Parameters: baseName - the base name. Parameters: jarFile - the jar file to write to. Parameters: files - the files to write to the jar. Parameters: publicId - the id to use. throws: BuildException - if there is an error.
Fields inherited from org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool