diff options
author | jkf <jm@famkruithof.net> | 2020-10-02 16:41:08 +0200 |
---|---|---|
committer | jkf <jm@famkruithof.net> | 2020-10-02 16:41:08 +0200 |
commit | 15cdbf134bd6fe4acb30056709041dee54e95b1d (patch) | |
tree | 75c67493d6c06815b4e6c63ac063ab4eba4a36c2 /manual/Tasks/script.html | |
parent | 1eca36cffe13853841bfa1850c724db0b1561bf5 (diff) | |
download | ant-jkf-1.10-requires-jdk8.tar.gz |
Updated the manual to reflect ant requires JDK 8 +jkf-1.10-requires-jdk8
Diffstat (limited to 'manual/Tasks/script.html')
-rw-r--r-- | manual/Tasks/script.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/manual/Tasks/script.html b/manual/Tasks/script.html index 32c2a91c7..94c818747 100644 --- a/manual/Tasks/script.html +++ b/manual/Tasks/script.html @@ -33,8 +33,8 @@ target="_top">JSR 223</a> supported language. <p><strong>Note</strong>: This task depends on external libraries not included in the Apache Ant distribution. See <a href="../install.html#librarydependencies">Library Dependencies</a> for more information.</p> -<p>The task may use the BSF scripting manager or the JSR 223 manager that is included in JDK 6 and -higher. This is controlled by the <var>manager</var> attribute. The JSR 223 scripting manager is +<p>The task may use the BSF scripting manager or the JSR 223 manager that is included in the JDK. +This is controlled by the <var>manager</var> attribute. The JSR 223 scripting manager is indicated by <q>javax</q>.</p> <p>All items (tasks, targets, etc) of the running project are accessible from the script, using either their <var>name</var> or <var>id</var> attributes (as long as their names are considered @@ -81,8 +81,7 @@ In particular all targets should have different location values.</p> values: <q>auto</q>, <q>bsf</q> or <q>javax</q>. <ul> <li><q>bsf</q> use the BSF scripting manager to run the language.</li> - <li><q>javax</q> use the <code>javax.scripting</code> manager to run the language. (This - will only work for JDK 6 and higher).</li> + <li><q>javax</q> use the <code>javax.scripting</code> manager to run the language.</li> <li><q>auto</q> use the BSF engine if it exists, otherwise use the <code>javax.scripting</code> manager.</li> </ul> |