summaryrefslogtreecommitdiff
path: root/manual/install.html
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2018-03-17 19:44:41 +0530
committerJaikiran Pai <jaikiran@apache.org>2018-03-17 19:44:41 +0530
commit12f16687868cfbf1b89422fa6f886b0ea2b5c27b (patch)
treee2c098da24c41248300e2023b6ce1b38aae93598 /manual/install.html
parenta312b6728acb7a8d1f8765899615205b3042cb7e (diff)
downloadant-12f16687868cfbf1b89422fa6f886b0ea2b5c27b.tar.gz
Add junitlauncher task's dependencies in the Library Dependencies manual
Diffstat (limited to 'manual/install.html')
-rw-r--r--manual/install.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/manual/install.html b/manual/install.html
index cfe9266dc..dc15493f9 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>