Author: kevj Date: Sun Nov 11 18:48:19 2007 New Revision: 594013 URL: http://svn.apache.org/viewvc?rev=594013&view=rev Log: -merge createTempFile/createTempFileName changes
Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/tempfile.html Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/WHATSNEW?rev=594013&r1=594012&r2=594013&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/WHATSNEW (original) +++ ant/core/branches/ANT_17_BRANCH/WHATSNEW Sun Nov 11 18:48:19 2007 @@ -19,6 +19,11 @@ * ant-type attribute has been marked as deprecated and a warning has been issued if it is encountered in the build file. + +* FileUtils.createTempFile now actually creates the file. + The TempFile task still does not create the file by default, can be instructed + to do so however using a new parameter. + Bugzilla report 33969. Fixed bugs: ----------- Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/tempfile.html URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/tempfile.html?rev=594013&r1=594012&r2=594013&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/tempfile.html (original) +++ ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/tempfile.html Sun Nov 11 18:48:19 2007 @@ -144,7 +144,7 @@ <td bgcolor="#eeeeee" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">File</font> </td> - <td bgcolor="#eeeeee" valign="top" align="left" rowspan="4"> + <td bgcolor="#eeeeee" valign="top" align="left" rowspan="5"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">Optional</font> </td> </tr> @@ -181,7 +181,19 @@ <font color="#000000" size="-1" face="arial,helvetica,sanserif">Whether the temp file will be marked for deletion on normal exit of the Java Virtual Machine (even though the file may never be created); default <em>false</em>. <strong>Since Ant 1.7</strong></font> </td> <td bgcolor="#eeeeee" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif">String</font> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> + </td> + </tr> + <!-- Attribute --> + <tr> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">createfile</font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">Whether the temp file should be created by this task; default <em>false</em>.<strong>Since Ant 1.7.1</strong></font> + </td> + <td bgcolor="#eeeeee" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif">boolean</font> </td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]