This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 9d98adbb5b0bf567055bb012db893d2cb629a0bc
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Tue Mar 19 12:15:57 2019 +0530

    java.activation module has been removed from Java 11
---
 build.xml           |  4 ----
 manual/install.html | 11 +++++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/build.xml b/build.xml
index 6e24935..6f7fc08 100644
--- a/build.xml
+++ b/build.xml
@@ -1503,9 +1503,6 @@
         <patternset refid="useful.tests"/>
       </srcfiles>
     </uptodate>
-    <condition property="javadoc.jaf.module" value="--add-modules 
java.activation" else="">
-      <isset property="jdk9+"/>
-    </condition>
   </target>
 
   <target name="javadocs" depends="check-javadoc"
@@ -1538,7 +1535,6 @@
       <group title="Optional Types" 
packages="org.apache.tools.ant.types.optional*"/>
       <group title="Ant Utilities" packages="org.apache.tools.ant.util*"/>
       <classpath refid="tests-classpath"/>
-      <arg line="${javadoc.jaf.module}"/>
     </javadoc>
   </target>
 
diff --git a/manual/install.html b/manual/install.html
index 202d4b3..8b9910a 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -899,12 +899,15 @@ these tasks available. Please refer to the <a 
href="#optionalTasks">Installing A
   </tr>
   <tr>
     <td>activation.jar<br/>
-      (included in Java 6 to Java 10 but the <code>java.activation</code> 
module is deprecated and marked for removal in
-      Java 9 and needs to be enabled explicitly on Java 10)</td>
+      <ul>
+        <li>Included in Java 6 to Java 10 but the <code>java.activation</code> 
module is deprecated and marked for removal in
+      Java 9 and needs to be enabled explicitly on Java 10.</li>
+       <li>Starting Java 11, the <code>java.activation</code> module has been 
<a href="http://openjdk.java.net/jeps/320";>removed</a> and the jar has to be 
explicitly made available in the classpath.</li>
+      </ul>
+    </td>
     <td><a href="Tasks/mail.html">mail</a> task with MIME encoding,
       and <em><u>deprecated</u></em> <a 
href="Tasks/mimemail.html">mimemail</a> task</td>
-    <td><a href="https://github.com/javaee/activation";
-           
target="_top">https://www.oracle.com/technetwork/java/javase/jaf-135115.html</a></td>
+    <td><a 
href="https://github.com/eclipse-ee4j/jaf";>https://github.com/eclipse-ee4j/jaf</a></td>
   </tr>
   <tr>
     <td>jdepend.jar</td>

Reply via email to