diff options
| author | Gintas Grigelionis <gintas@apache.org> | 2018-03-10 20:17:33 +0100 |
|---|---|---|
| committer | Gintas Grigelionis <gintas@apache.org> | 2018-03-10 20:17:33 +0100 |
| commit | 14dfef587dbe4e7e3b22d018191dabfe710fec33 (patch) | |
| tree | 09e5a6442115d467cc10d378b7a3d56030240a7a /manual/Tasks/java.html | |
| parent | 5c9cb3d63ec100bffc59b3ae2d9f8d68e7eea7c8 (diff) | |
| download | ant-14dfef587dbe4e7e3b22d018191dabfe710fec33.tar.gz | |
<kbd>, highlighting of input, output and inlined code
Diffstat (limited to 'manual/Tasks/java.html')
| -rw-r--r-- | manual/Tasks/java.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/Tasks/java.html b/manual/Tasks/java.html index ac1829f24..9e59a1747 100644 --- a/manual/Tasks/java.html +++ b/manual/Tasks/java.html @@ -35,7 +35,7 @@ the <var>input</var> and <var>inputstring</var> attributes.</p> <h4 id="background">Running Ant as a background process on Unix(-like) systems</h4> -<p>If you run Ant as a background process (like <code>ant &</code>) and use +<p>If you run Ant as a background process (like <kbd>ant &</kbd>) and use the <code><java></code> task with <var>spawn</var> set to <q>false</q> and <var>fork</var> to <q>true</q>, you must provide explicit input to the forked process or Ant will be suspended because it tries to read from the standard input.</p> @@ -112,7 +112,7 @@ because it tries to read from the standard input.</p> <td>the command used to invoke JVM. The command is resolved by <code>java.lang.Runtime.exec()</code>. Ignored if <var>fork</var> is <q>false</q>. </td> - <td>No, default is <q>java</q></td> + <td>No, default is <kbd>java</kbd></td> </tr> <tr> <td>jvmargs</td> |
