next up previous contents index
Next: ejbc Up: EJB Tasks Previous: EJB Tasks   Contents   Index

EJB Tasks

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
ejbjar
Nested Elements
borland Borland Application Server 4.5
iPlanet iPlanet Application Server 6.0
jboss JBoss
jonas JOnAS 2.4.x and 2.5
weblogic Weblogic 5.1 to 7.0
websphere IBM WebSphere 4.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>


next up previous contents index
Next: ejbc Up: EJB Tasks Previous: EJB Tasks   Contents   Index
Andrew Marlow 2003-07-08