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=36237>. 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=36237 Summary: [jci] FileResourceStore does not store class files correctly Product: Commons Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Sandbox AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The FileResourceStore stores class files in BASE_DIR/my.package.MyClass while the rest of the Java world would expect it in BASE_DIR/my/package/MyClass.class. To communicate with the rest of the Java world - in my case with XSP inside Cocoon - it would be necessary to change the FileResourceStore accordingly. When writing this I wonder what happens with non-to-be-compiled-resources. Their name will be also converted to class file names, and - as long as the rest of the Java world is not involved - they can be stored and read again - even if their name will be garbled. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
