You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/08/18 09:31:31 UTC

DO NOT REPLY [Bug 36237] New: - [jci] FileResourceStore does not store class files correctly

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: commons-dev@jakarta.apache.org
        ReportedBy: joerg.heinicke@gmx.de


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org