Browse Source

Changed default tempdir to java.io.tmpdir instead of user.dir.

PR: 29391, 4590


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276532 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
2c4b09e15f
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      docs/manual/CoreTasks/javac.html

+ 3
- 2
docs/manual/CoreTasks/javac.html View File

@@ -344,8 +344,9 @@ invoking the compiler.</p>
This is only used if the task is forked and the This is only used if the task is forked and the
command line args length exceeds 4k. command line args length exceeds 4k.
<em>Since Ant 1.6</em>.</td> <em>Since Ant 1.6</em>.</td>
<td align="center" valign="top">No; default is the current working
directory.</td>
<td align="center" valign="top">
No; default is <i>java.io.tmpdir</i>.
</td>
</tr> </tr>
</table> </table>




Loading…
Cancel
Save