From 3e1c620983d98c10e9a5e5146f69515831780f17 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
Whether to filter the text provided by this sub element,
default is "yes".
- No
+ No
file
A file to place at the head or tail of the
concatenated text.
- No
+ No
trim
Whether to trim the value, default is "no"
- No
+ No
diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html
index 5eb6c3f2a..c08d940dc 100644
--- a/manual/Tasks/ejb.html
+++ b/manual/Tasks/ejb.html
@@ -1614,67 +1614,67 @@ documentation for more details.trimleading
Whether to trim leading white space on each line, default is "no"
- No
+ No
Attribute | -Description | -Required | +Attribute | +Description | +Required |
destdir | -The base directory into which the generated JAR files + | destdir | +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 |
jonasroot | -The root directory for JOnAS. | -Yes | +jonasroot | +The root directory for JOnAS. | +Yes |
classpath | -The classpath used when generating EJB stubs and + | classpath | +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 (see also the ORB attribute documentation below). Note that nested "classpath" elements may also be used. | -No | +No |
keepgenerated | -true if the intermediate Java
+ | keepgenerated | +true if the intermediate Java
source files generated by GenIC must be deleted or not. If
omitted, it defaults to false . |
- No | +No |
nocompil | -true if the generated source files
+ | nocompil | +true if the generated source files
must not be compiled via the java and rmi compilers. If omitted,
it defaults to false . |
- No | +No |
novalidation | -true if the XML deployment descriptors must
+ | novalidation | +true if the XML deployment descriptors must
be parsed without validation. If omitted, it defaults to false . |
- No | +No |
javac | -Java compiler to use. If omitted, it defaults + | javac | +Java compiler to use. If omitted, it defaults
to the value of build.compiler property. |
- No | +No |
javacopts | -Options to pass to the java compiler. | -No | +javacopts | +Options to pass to the java compiler. | +No |
rmicopts | -Options to pass to the rmi compiler. | -No | +rmicopts | +Options to pass to the rmi compiler. | +No |
secpropag | @@ -1685,42 +1685,42 @@ documentation for more details.No | ||||
verbose | -Indicates whether or not to use -verbose switch. If + | verbose | +Indicates whether or not to use -verbose switch. If
omitted, it defaults to false . |
- No | +No |
additionalargs | -Add additional args to GenIC. | -No | +additionalargs | +Add additional args to GenIC. | +No |
keepgeneric | -true if the generic JAR file used as input
+ | keepgeneric | +true if the generic JAR file used as input
to GenIC must be retained. If omitted, it defaults to false . |
- No | +No |
jarsuffix | +jarsuffix | String value appended to the JAR filename when creating each JAR. If omitted, it defaults to ".jar". | -No | +No | |
orb | +orb | Choose your ORB : RMI, JEREMIE, DAVID. If omitted, it defaults to the one present in classpath. If specified, the corresponding JOnAS JAR is automatically added to the classpath. | -No | +No | |
nogenic | -If this attribute is set to true ,
+ | nogenic | +If this attribute is set to true ,
JOnAS's GenIC will not be run on the EJB JAR. Use this if you
prefer to run GenIC at deployment time. If omitted, it defaults
to false . |
- No | +No |