diff --git a/WHATSNEW b/WHATSNEW index 6c090c2a0..65c747513 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -26,6 +26,10 @@ Changes that could break older environments: * The Log4jListener is marked as deprecated as the required log4j library (in version 1.x) is not maintained any more. + * Image task is marked as deprecated as the required JAI library is not + maintained any more and internal APIs that JAI depended on are no longer + available in Java 9. + Fixed bugs: ----------- 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
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 |