Why not use File.createTempFile()?

On 6/4/02 5:00 PM, "Andrew Stevens" <[EMAIL PROTECTED]> wrote:

> A wise old hermit known only as John Fleenor <[EMAIL PROTECTED]>
> once said:
> 
>> Hello, I have been running into an IOException caused by the
>> DocletContext.edc file.  Inside the DocletTask.java file I noticed that
>> The location for the file is in being created by the following :
>> System.getProperty( "java.io.tmpdir" ) + File.separator +
>> "DocletContext.edc" );
> 
> In what version of xdoclet?  Sounds like patch #522357 to me, which is in
> the current CVS version.  That changes it to use
> System.getProperty( "java.io.tmpdir" ) + File.separator + "DocletContext_"
> + userName + ".edc"
> instead.
> 
> http://sourceforge.net/tracker/download.php?group_id=31602&atid=402706&fil
> e_id=18380&aid=522357
> 
> 
> Andrew.
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to