DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16580>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16580 Java compiler requires JARs in the FS; can not use classloader [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|XSP ClassLoader not |Java compiler requires JARs |integrated with Cocoon's |in the FS; can not use |classloader. |classloader ------- Additional Comments From [EMAIL PROTECTED] 2003-02-13 01:24 ------- > cocoon requires that all jars be deployed in the WAR file No, this is not necessary, additional JAR files can be added via extra-classpath. > compiler should use the classloader of the application server As of today, compiler does not uses *any* classloader, and can *not* use any classloader. The only thing compiler understands is list of JAR files / classes directories physically present on the filesystem. That's how all current Java compilers work. You are free to join any Java compiler project and write a compiler which can work without files. Search mail lists - there were couple of messages about such efforts. [I'm changing summary line to reflect this] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]