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=29570>.
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=29570

JSP don't compile because of: Error creating temporary file





------- Additional Comments From [EMAIL PROTECTED]  2004-09-15 08:21 -------
We have run into this problem with Red Hat App Server (which includes Tomcat 5).

It is a bug (IMO) in the Ant javac task  -- it uses the user home directory
instead of the system temp directory for a temporary file created when the
command line gets larger than 4K, which happens with long classpaths.

I have filed a bug for Ant and a patch has been checked into Ant's CVS
repository.  It was not supposed to be included in 1.6.2 yet so more people had
a chance to comment on it.  I have backpatched the change in the Ant 1.6.1 that
we've released.

I believe the fix in the Ant task is the better solution, although the change is
Jasper makes it immune to this problem.

In any case, I am attaching the Ant patch we are using (last thing I've heard
this was in Ant's current sources).

Reards to all,
Fernando

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

Reply via email to