@@ -1614,67 +1614,67 @@ documentation for more details.</p>
<table>
<tbody>
<tr>
<td valign="T op"><b>Attribute</b></td>
<td valign="T op"><b>Description</b></td>
<td align="Center" valign="T op"><b>Required</b></td>
<td valign="t op"><b>Attribute</b></td>
<td valign="t op"><b>Description</b></td>
<td align="center" valign="t op"><b>Required</b></td>
</tr>
<tr>
<td valign="T op">destdir</td>
<td valign="T op">The base directory into which the generated JAR files
<td valign="t op">destdir</td>
<td valign="t op">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 "<code>descriptordir</code>" namespace.</td>
<td align="Center" valign="T op">Yes</td>
<td align="center" valign="t op">Yes</td>
</tr>
<tr>
<td valign="T op">jonasroot</td>
<td valign="T op">The root directory for JOnAS.</td>
<td valign="Top" align="C enter">Yes</td>
<td valign="t op">jonasroot</td>
<td valign="t op">The root directory for JOnAS.</td>
<td valign="top" align="c enter">Yes</td>
</tr>
<tr>
<td valign="T op">classpath</td>
<td valign="T op">The classpath used when generating EJB stubs and
<td valign="t op">classpath</td>
<td valign="t op">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.</td>
<td valign="Top" align="C enter">No</td>
<td valign="top" align="c enter">No</td>
</tr>
<tr>
<td valign="T op">keepgenerated</td>
<td valign="T op"><code>true</code> if the intermediate Java
<td valign="t op">keepgenerated</td>
<td valign="t op"><code>true</code> if the intermediate Java
source files generated by GenIC must be deleted or not. If
omitted, it defaults to <code>false</code>.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">nocompil</td>
<td valign="T op"><code>true</code> if the generated source files
<td valign="t op">nocompil</td>
<td valign="t op"><code>true</code> if the generated source files
must not be compiled via the java and rmi compilers. If omitted,
it defaults to <code>false</code>.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">novalidation</td>
<td valign="T op"><code>true</code> if the XML deployment descriptors must
<td valign="t op">novalidation</td>
<td valign="t op"><code>true</code> if the XML deployment descriptors must
be parsed without validation. If omitted, it defaults to <code>false</code>.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">javac</td>
<td valign="T op">Java compiler to use. If omitted, it defaults
<td valign="t op">javac</td>
<td valign="t op">Java compiler to use. If omitted, it defaults
to the value of <code>build.compiler</code> property.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">javacopts</td>
<td valign="T op">Options to pass to the java compiler.</td>
<td align="Center" valign="T op">No</td>
<td valign="t op">javacopts</td>
<td valign="t op">Options to pass to the java compiler.</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">rmicopts</td>
<td valign="T op">Options to pass to the rmi compiler.</td>
<td align="Center" valign="T op">No</td>
<td valign="t op">rmicopts</td>
<td valign="t op">Options to pass to the rmi compiler.</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="top">secpropag</td>
@@ -1685,42 +1685,42 @@ documentation for more details.</p>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="T op">verbose</td>
<td valign="T op">Indicates whether or not to use -verbose switch. If
<td valign="t op">verbose</td>
<td valign="t op">Indicates whether or not to use -verbose switch. If
omitted, it defaults to <code>false</code>.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">additionalargs</td>
<td valign="T op">Add additional args to GenIC.</td>
<td align="Center" valign="T op">No</td>
<td valign="t op">additionalargs</td>
<td valign="t op">Add additional args to GenIC.</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">keepgeneric</td>
<td valign="T op"><code>true</code> if the generic JAR file used as input
<td valign="t op">keepgeneric</td>
<td valign="t op"><code>true</code> if the generic JAR file used as input
to GenIC must be retained. If omitted, it defaults to <code>false</code>.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">jarsuffix</td>
<td valign="t op">jarsuffix</td>
<td>String value appended to the JAR filename when creating each JAR. If
omitted, it defaults to ".jar".</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">orb</td>
<td valign="t op">orb</td>
<td>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.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
<td valign="T op">nogenic</td>
<td valign="T op">If this attribute is set to <code>true</code>,
<td valign="t op">nogenic</td>
<td valign="t op">If this attribute is set to <code>true</code>,
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 <code>false</code>.</td>
<td align="Center" valign="T op">No</td>
<td align="center" valign="t op">No</td>
</tr>
<tr>
</tbody>