From 3e1c620983d98c10e9a5e5146f69515831780f17 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Mon, 29 Jan 2018 12:59:43 +0100 Subject: [PATCH] Uniform attribute syntax --- manual/Tasks/concat.html | 8 ++-- manual/Tasks/ejb.html | 92 ++++++++++++++++++++-------------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/manual/Tasks/concat.html b/manual/Tasks/concat.html index e436d2acd..1bdbd5a07 100644 --- a/manual/Tasks/concat.html +++ b/manual/Tasks/concat.html @@ -232,25 +232,25 @@ Resource Collections are used to 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 trimleading Whether to trim leading white space on each line, 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.

- - - + + + - - + - + - - - + + + - - + - + - - + - + - - + - + - - + - + - - + - + - - - + + + - - - + + + @@ -1685,42 +1685,42 @@ documentation for more details.

- - + - + - - - + + + - - + - + - + - + - + - + - - + - +
AttributeDescriptionRequiredAttributeDescriptionRequired
destdirThe base directory into which the generated JAR files + destdirThe 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.YesYes
jonasrootThe root directory for JOnAS.YesjonasrootThe root directory for JOnAS.Yes
classpathThe classpath used when generating EJB stubs and + classpathThe 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.NoNo
keepgeneratedtrue if the intermediate Java + keepgeneratedtrue if the intermediate Java source files generated by GenIC must be deleted or not. If omitted, it defaults to false.NoNo
nocompiltrue if the generated source files + nocompiltrue if the generated source files must not be compiled via the java and rmi compilers. If omitted, it defaults to false.NoNo
novalidationtrue if the XML deployment descriptors must + novalidationtrue if the XML deployment descriptors must be parsed without validation. If omitted, it defaults to false.NoNo
javacJava compiler to use. If omitted, it defaults + javacJava compiler to use. If omitted, it defaults to the value of build.compiler property.NoNo
javacoptsOptions to pass to the java compiler.NojavacoptsOptions to pass to the java compiler.No
rmicoptsOptions to pass to the rmi compiler.NormicoptsOptions to pass to the rmi compiler.No
secpropag No
verboseIndicates whether or not to use -verbose switch. If + verboseIndicates whether or not to use -verbose switch. If omitted, it defaults to false.NoNo
additionalargsAdd additional args to GenIC.NoadditionalargsAdd additional args to GenIC.No
keepgenerictrue if the generic JAR file used as input + keepgenerictrue if the generic JAR file used as input to GenIC must be retained. If omitted, it defaults to false.NoNo
jarsuffixjarsuffix String value appended to the JAR filename when creating each JAR. If omitted, it defaults to ".jar".NoNo
orborb 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.NoNo
nogenicIf this attribute is set to true, + nogenicIf 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.NoNo