peterreilly 2004/02/03 01:07:16
Modified: docs/manual/CoreTasks javac.html
Log:
Update manual entry for javac to document when tempdir is used
PR: 26559
Obtained from: Steven Scheffler
Revision Changes Path
1.44 +2 -0 ant/docs/manual/CoreTasks/javac.html
Index: javac.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- javac.html 7 Jan 2004 16:49:30 -0000 1.43
+++ javac.html 3 Feb 2004 09:07:16 -0000 1.44
@@ -341,6 +341,8 @@
<tr>
<td valign="top">tempdir</td>
<td valign="top">Where Ant should place temporary files.
+ This is only used if the task is forked and the
+ command line args length exceeds 4k.
<em>Since Ant 1.6</em>.</td>
<td align="center" valign="top">No; default is the current working
directory.</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]