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/exec.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/exec.html')
-rw-r--r-- | manual/Tasks/exec.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manual/Tasks/exec.html b/manual/Tasks/exec.html index 1d2eba242..b298a65ec 100644 --- a/manual/Tasks/exec.html +++ b/manual/Tasks/exec.html @@ -90,9 +90,6 @@ executed exactly as specified inside a temporary DCL script. This has some impl an <q>@</q>-sign (e.g. <var>executable</var>=<q>@[FOO]BAR.COM</q>), just as you would in a DCL script</li> </ul> -<p>For <code><exec></code> to work in an environment with a JVM older than version 1.4.1-2 it -is also <em>required</em> that the logical <code>JAVA$FORK_SUPPORT_CHDIR</code> is set -to <code>TRUE</code> in the job table (see the <em>JDK Release Notes</em>).</p> <p>Please note that JVM provided by HP doesn't follow OpenVMS' conventions of exit codes. If you run a JVM with this task, the task may falsely claim that an error occurred (or silently ignore an |