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

Jasper locks jar files when compiling JSPs through Ant





------- Additional Comments From [EMAIL PROTECTED]  2004-09-03 10:12 -------
Yoav, I don't think the usage of JDT will help here, because this is not a Java
compiler issue, as I wrote in my comment on 2004-05-25. The problem occurs in
the JSP -> servlet translation phase, not in the servlet -> class compilation.

Specifically, I believe the problem is in method JspC.initClassLoader(...),
which creates a new URLClassLoader. Using a different classloader that does not
lock jar files (e.g. WebappClassLoader from Catalina) would fix this issue, IMHO.

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

Reply via email to