RE: Cannot write temporary file

2010-06-14 Thread Rohan.GPatil
Hi, Can we configure the location of the Temp file ? Windows is making the default temp folder as read only. Thanks Regards, Rohan G Patil Cognizant  Programmer Analyst Trainee,Bangalore || Mob # +91 9535577001 rohan.gpa...@cognizant.com -Original Message- From:

Re: Branch for ticket CONNECTORS-40?

2010-06-14 Thread Simon Willnauer
On Mon, Jun 14, 2010 at 11:19 AM, karl.wri...@nokia.com wrote: I think the best way to work on ticket CONNECTORS-40 is to create an svn branch for work on it.  I'm planning on naming the branch: https://svn.apache.org/repos/asf/incubator/lcf/branches/CONNECTORS-40 Any objections? +1 - we

RE: Cannot write temporary file

2010-06-14 Thread karl.wright
This is basic java 101. The command-line argument java.io.tmpdir is a command-line switch that you can use to put java's temporary file directory anywhere you like. The java defaults on Windows for this parameter are usually just fine. So if you have a special setup, you will need to modify