The change noted in this commit isn't actually needed i.e. the junitlauncher task doesn't require the junit.jar to be available as noted in the junitlauncher task's manual.

I however forgot to include the JUnit 5 platform API dependencies in this Library Dependencies table, which I'll add now.

-Jaikiran


On 17/03/18 7:22 PM, gin...@apache.org wrote:
Repository: ant
Updated Branches:
   refs/heads/master 50b9be737 -> a312b6728


Add dependency description

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

Branch: refs/heads/master
Commit: a312b6728acb7a8d1f8765899615205b3042cb7e
Parents: 50b9be7
Author: Gintas Grigelionis <gin...@apache.org>
Authored: Sat Mar 17 14:52:06 2018 +0100
Committer: Gintas Grigelionis <gin...@apache.org>
Committed: Sat Mar 17 14:52:06 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/ant/blob/a312b672/manual/install.html
----------------------------------------------------------------------
diff --git a/manual/install.html b/manual/install.html
index 191f3da..cfe9266 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -787,7 +787,9 @@ these tasks available. Please refer to the <a 
href="#optionalTasks">Installing A
    </tr>
    <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)</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>
    <tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to