Task | Application Servers | ||||||||||||||||
blgenclient | Borland Application Server 4.5 | ||||||||||||||||
ddcreator | Weblogic 4.5.1 | ||||||||||||||||
ejbc | Weblogic 4.5.1 | ||||||||||||||||
iplanet-ejbc | iPlanet Application Server 6.0 | ||||||||||||||||
|
|||||||||||||||||
wlrun | Weblogic 4.5.1 to 7.0 | ||||||||||||||||
wlstop | Weblogic 4.5.1 to 7.0 |
ddcreator
Description:
ddcreator will compile a set of Weblogic text-based deployment descriptors into a serialized EJB deployment descriptor. The selection of which of the text-based descriptors are to be compiled is based on the standard Ant include and exclude selection mechanisms.
Parameters
Attribute | Description | Required
|
---|---|---|
descriptors | This is the base directory from which descriptors are selected. | Yes |
dest | The directory where the serialized deployment descriptors will be written | Yes |
classpath | This is the classpath to use to run the underlying weblogic ddcreator tool. This must include the weblogic.ejb.utils.DDCreator class | No |
Examples
<ddcreator descriptors="${dd.dir}" dest="${gen.classes}" classpath="${descriptorbuild.classpath}"> <include name="*.txt"/> </ddcreator>