You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/03/17 14:15:08 UTC

ant git commit: Add junitlauncher task's dependencies in the Library Dependencies manual

Repository: ant
Updated Branches:
  refs/heads/master a312b6728 -> 12f166878


Add junitlauncher task's dependencies in the Library Dependencies manual


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/12f16687
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/12f16687
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/12f16687

Branch: refs/heads/master
Commit: 12f16687868cfbf1b89422fa6f886b0ea2b5c27b
Parents: a312b67
Author: Jaikiran Pai <ja...@apache.org>
Authored: Sat Mar 17 19:44:41 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Sat Mar 17 19:44:41 2018 +0530

----------------------------------------------------------------------
 manual/install.html | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/12f16687/manual/install.html
----------------------------------------------------------------------
diff --git a/manual/install.html b/manual/install.html
index cfe9266..dc15493 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -788,7 +788,6 @@ these tasks available. Please refer to the <a href="#optionalTasks">Installing A
   <tr>
     <td>junit.jar</td>
     <td><a href="Tasks/junit.html">junit</a> task (may be in classpath passed to task rather than
-      Ant's classpath) and <td><a href="Tasks/junitlauncher.html">junitlauncher</a> task (must be on
       Ant's classpath)</td>
     <td><a href="https://junit.org/" target="_top">https://junit.org/</a></td>
   </tr>
@@ -931,6 +930,18 @@ these tasks available. Please refer to the <a href="#optionalTasks">Installing A
       in <a href="Tasks/tar.html">tar</a>/<a href="Tasks/unzip.html">untar</a> tasks</td>
     <td><a href="https://www.tukaani.org/xz/java.html" target="_top">https://www.tukaani.org/xz/java.html</a></td>
   </tr>
+  <tr>
+    <td>JUnit 5 Platform jars: 
+      <ul>
+          <li>junit-platform-commons.jar</li>
+          <li>junit-platform-engine.jar</li>
+          <li>junit-platform-launcher.jar</li>      
+      </ul>
+    </td>
+    <td><a href="Tasks/junitlauncher.html">junitlauncher</a> task. Additional libraries maybe needed depending
+      on the selected test engines, details of which are available in that task's documentation</td>
+    <td><a href="https://junit.org/junit5/" target="_top">https://junit.org/junit5/</a></td>
+  </tr>
 </table>
 
 <h2 id="Troubleshooting">Troubleshooting</h2>