mbenson 2004/06/04 11:29:57 Modified: docs/manual/CoreTasks javac.html Log: Changed default tempdir to java.io.tmpdir instead of user.dir. PR: 29391, 4590 Revision Changes Path 1.46 +3 -2 ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- javac.html 9 Feb 2004 21:50:05 -0000 1.45 +++ javac.html 4 Jun 2004 18:29:57 -0000 1.46 @@ -344,8 +344,9 @@ 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> + <td align="center" valign="top"> + No; default is <i>java.io.tmpdir</i>. + </td> </tr> </table>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]