summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2018-12-14 15:24:56 +0530
committerJaikiran Pai <jaikiran@apache.org>2018-12-14 15:24:56 +0530
commit7b29e8ff8643b6a0ebb6e53927544cb149c19c01 (patch)
treea3f3510ee97d5515d1a37534330ef44c7c39fc7a /manual
parent41eb0d922b88428111b554c044fdc5942afa22bb (diff)
downloadant-7b29e8ff8643b6a0ebb6e53927544cb149c19c01.tar.gz
Update the manual of junitlauncher task as well as add a note in WHATSNEW about the changed class names of that task
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/junitlauncher.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html
index 1eb8b6b0e..18d563e96 100644
--- a/manual/Tasks/junitlauncher.html
+++ b/manual/Tasks/junitlauncher.html
@@ -576,6 +576,24 @@ the new JVM instance that will be created to launch the tests.
than this configured value, then the JVM is killed</td>
<td>No</td>
</tr>
+ <tr>
+ <td>includeJUnitPlatformLibraries</td>
+ <td>If set to <code>true</code>, then the jar files that make up the
+ JUnit platform, will be included in the runtime classpath of the forked
+ JVM. If set to <code>false</code>, then the <a href="#nested-classpath">configured classpath</a>
+ of this task, which will be made available to the runtime classpath of the forked
+ JVM, is expected to contain the JUnit platform library jars</td>
+ <td>No. Value defaults to <code>true</code>.</td>
+ </tr>
+ <tr>
+ <td>includeAntRuntimeLibraries</td>
+ <td>If set to <code>true</code>, then the jar files that make up the
+ Ant runtime, will be included in the runtime classpath of the forked
+ JVM. If set to <code>false</code>, then the <a href="#nested-classpath">configured classpath</a>
+ of this task, which will be made available to the runtime classpath of the forked
+ JVM, is expected to contain the Ant runtime jars</td>
+ <td>No. Value defaults to <code>true</code>.</td>
+ </tr>
</table>
The <code>fork</code> element allows the following nested elements: