diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index 8a1b084a7..821689f40 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -32,11 +32,11 @@
Ant provides a number of optional tasks for developing +
Ant provides a number of optional tasks for developing 1.x and 2.x Enterprise Java Beans (EJBs). In general these tasks are specific to the particular vendor's EJB Server.
- At present the tasks support:
+
The tasks support:
Attribute | +Attribute | -Description | +Description | -Required | +Required |
ejbdescriptor | +ejbdescriptor | -Standard EJB 1.1 XML descriptor (typically titled "ejb-jar.xml"). | +Standard EJB 1.1 XML descriptor (typically titled "ejb-jar.xml"). | -Yes | +Yes |
iasdescriptor | +iasdescriptor | -iAS-specific EJB XML descriptor (typically titled "ias-ejb-jar.xml"). | +iAS-specific EJB XML descriptor (typically titled "ias-ejb-jar.xml"). | -Yes | +Yes |
dest | +dest | -The is the base directory where the RMI stubs and skeletons + | The is the base directory where the RMI stubs and skeletons are written. In addition, the class files for each bean (home interface, remote interface, and EJB implementation) must be found in this directory. | -Yes | +Yes |
classpath | +classpath | -The classpath used when generating EJB stubs and skeletons. + | The classpath used when generating EJB stubs and skeletons. If omitted, the classpath specified when Ant was started will be used. Nested "classpath" elements may also be used. | -No | +No |
keepgenerated | +keepgenerated | -Indicates whether or not the Java source files which are + | Indicates whether or not the Java source files which are generated by ejbc will be saved or automatically deleted. If "yes", the source files will be retained. If omitted, it defaults to "no". | -No | +No |
debug | +debug | Indicates whether or not the ejbc utility should log additional debugging statements to the standard output. If "yes", the additional debugging statements will be generated. If omitted, it defaults to "no". | -+ |
|
|
iashome | +iashome | May be used to specify the "home" directory for this iAS installation. This is used to find the ejbc utility if it isn't included in the user's system path. If specified, it should refer to the "[install-location]/iplanet/ias6/ias" directory. If omitted, the ejbc utility must be on the user's system path. | -No | +No |
Attribute | +Attribute | -Description | +Description | -Required | +Required |
destdir | +destdir | -The base directory into which the generated JAR files will + | The base directory into which the generated JAR files will be written. Each JAR file is written in directories which correspond to their location within the "descriptordir" namespace. | -Yes | +Yes |
classpath | +classpath | -The classpath used when generating EJB stubs and skeletons. + | The classpath used when generating EJB stubs and skeletons. If omitted, the classpath specified in the "ejbjar" parent task will be used. If specified, the classpath elements will be prepended to the classpath specified in the parent "ejbjar" task. Note that nested "classpath" elements may also be used. | -No | +No |
keepgenerated | +keepgenerated | -Indicates whether or not the Java source files which are + | Indicates whether or not the Java source files which are generated by ejbc will be saved or automatically deleted. If "yes", the source files will be retained. If omitted, it defaults to "no". | -No | +No |
debug | +debug | Indicates whether or not the ejbc utility should log additional debugging statements to the standard output. If "yes", the additional debugging statements will be generated. If omitted, it defaults to "no". | -No | +No | |
iashome | +iashome | May be used to specify the "home" directory for this iAS installation. This is used to find the ejbc utility if it isn't included in the user's @@ -1473,16 +1478,16 @@ system path. If specified, it should refer to the [install-location]/iplanet/ia directory. If omitted, the ejbc utility must be on the user's system path. | -No | +No | |
suffix | +suffix | String value appended to the JAR filename when creating each JAR. If omitted, it defaults to ".jar". | -No | +No |
false
.
Copyright © 2000-2005 The Apache Software Foundation. All rights +
Copyright © 2000-2006 The Apache Software Foundation. All rights Reserved.