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" );
On the solaris install I have this becomes /var/tmp/DocletContext.edc What is happening is that when more than one person tries to run xdoclet the second person gets an io exception because they do not have the permissions to overwrite the DocletContext.edc file the first person created. I would suggest either using a tmp file name or appending the username to the file or maybe I need to set an environment variable. Thanks for any of your solutions, John Fleenor _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________________________ 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
