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

           Summary: [PATCH] Add support for getResource and
                    getResourceAsStream to ClassPath
           Product: BCEL
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: bcel-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


We have used BCEL to implement a ClassLoader that takes a user-defined
classpath.  Internally it uses a BCEL ClassPath object which is used to
construct a Repository.   Regular class loading works just fine.

However, when users call getResource or getResourceAsStream, this should be
performed with respect to the ClassPath of the ClassLoader.  At first I tried
using the getInputStream method of ClassPath, but it assumes the input streams
are going to correspond to class data.

I have added support for getResource and getResourceAsStream to ClassPath. Patch
to be attached.

-- 
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]

Reply via email to