DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33969>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33969





------- Additional Comments From [EMAIL PROTECTED]  2005-03-11 21:38 -------
This behavior is documented and by design, because we want to be able
(potentially) to determine a temporary filename that we can then pass to another
process that expects the file not to exist.  If we created it, we would defeat
our own purpose.  If you need the behavior of File.createTempFile() you could
use a script or a custom task.  Realize also that the fact that you can specify
the prefix and suffix of your temp filename makes the possibility of another
process attempting to create the same tempfile at the same time infinitesimally
remote.  My inclination is to mark this WONTFIX.

Thanks,
Matt

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to