RE: Tomcat 4.1.30 (although its still there in tomcat 5.0.28) temp file issue.

2004-09-15 Thread David Cassidy
rs List'" <[EMAIL PROTECTED]> >cc: Subject: RE: Tomcat 4.1

RE: Tomcat 4.1.30 (although its still there in tomcat 5.0.28) temp file issue.

2004-09-14 Thread Mark Thomas
This is already in bugzilla as http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29570 This was fixed in CVS for TC4 and TC5 2 days ago and should be included in the next release. Mark > -Original Message- > From: David Cassidy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2

RE: Tomcat 4.1.30 (although its still there in tomcat 5.0.28) temp file issue.

2004-09-14 Thread Shapira, Yoav
Hi, Ant 1.6 adds a tempdir attribute to the Javac task. You can use that to se the tempdir via Ant or in the DefaultCompilerAdapter. You will need to run with Ant 1.6 or later obviously, and also have a custom version of DefaultCompilerAdapter. If you'd like your enhancement to be ported into t