A wise old hermit known only as Hani Suleiman <[EMAIL PROTECTED]> once said:
> Why not use File.createTempFile()? Don't ask me, I didn't write it :-) I assume it's so the various spawned subtasks know where to look for it. If it used a unique generated filename in DocletTask, how would the subtasks know what it was? Andrew. > 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&f > il > > 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
