From f5d5fede9c2787025b5d90efc821b7ac5b13e997 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 3 Feb 2004 09:07:16 +0000 Subject: [PATCH] Update manual entry for javac to document when tempdir is used PR: 26559 Obtained from: Steven Scheffler git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276006 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javac.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 7e70e7e9f..6a2e9701f 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -341,6 +341,8 @@ invoking the compiler.

tempdir Where Ant should place temporary files. + This is only used if the task is forked and the + command line args length exceeds 4k. Since Ant 1.6. No; default is the current working directory.