RE: WebDAV Jigsaw: /tmp Required???

On Tue, 3 Jun 2003, Craig L. Ching wrote:

>
> I'm working with Brett on this problem.  The code appears to hard-code
> this value in org.w3c.cvs.CvsRunner:
>
>     private static final File tmpdir = new File("/tmp");
>     public static boolean debug = true;
[..]
> I'm wondering what's the best way for us to change this?  I'm assuming
> we would write our own version of CvsRunner, but I'd like to change our
> CvsRunner to pick the tmp dir up from a props file somewhere.  Is there
> another example of doing something like this we could use?  Would this
> class have access to any properties set in, say, server.props?

I will change this to use the default temp dir (using File.createTempFile)
Does it solve the problem, or do you want a way to sepcify the temp dir?
Thanks,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Wednesday, 4 June 2003 05:01:18 UTC