From 7b29e8ff8643b6a0ebb6e53927544cb149c19c01 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Fri, 14 Dec 2018 15:24:56 +0530 Subject: Update the manual of junitlauncher task as well as add a note in WHATSNEW about the changed class names of that task --- manual/Tasks/junitlauncher.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'manual') 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 No + + includeJUnitPlatformLibraries + If set to true, then the jar files that make up the + JUnit platform, will be included in the runtime classpath of the forked + JVM. If set to false, then the configured classpath + 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 + No. Value defaults to true. + + + includeAntRuntimeLibraries + If set to true, then the jar files that make up the + Ant runtime, will be included in the runtime classpath of the forked + JVM. If set to false, then the configured classpath + of this task, which will be made available to the runtime classpath of the forked + JVM, is expected to contain the Ant runtime jars + No. Value defaults to true. + The fork element allows the following nested elements: -- cgit v1.2.1