DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29391

Default for javac 'tempdir' should be the system temp directory, not the 
current directory

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|javac task uses user.dir for|Default for javac 'tempdir'
                   |temporary file instead of   |should be the system temp
                   |java.io.tmpdir              |directory, not the current
                   |                            |directory



------- Additional Comments From [EMAIL PROTECTED]  2004-06-04 17:52 -------
Old Subject: javac task uses user.dir for temporary file instead of 
java.io.tmpdir

Adjusted subject.

I know understand that this was the intended default for javac 'tempdir'. 
However, servers may be running this to, for instance, compile some code (like
in JSP pages etc.).  The current directory can be some system directory for
instance.  It is quite unpredictable when you will get a command line > 4k, so
this causes a problem in some places, not in others.

java.io.tmpdir will always work (or lots of other things will not work as well),
so that should be the default.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to