Ticket #89 (new enhancement)

Opened 6 months ago

Last modified 1 month ago

Rework class loader

Reported by: mikey Assigned to: mikey
Priority: major Milestone: aquamarine
Component: core Version: SVN-trunk
Keywords: Cc:

Description

There shall be several class loader instances, one for every source directory and one for every star file. The sequence of class loaders is determined by their position in the include_path ini setting. For every entry in the include path one class loader will be created. This way it is possible to put a class into the src directory of an application for debugging purposes while it is still in a star file but gets ignored there as long there is a version in the src directory and this directory is listed before the star file in the include path.

Change History

04/12/08 19:27:13 changed by mikey

Class loaders should also be able to load resources. This will allow us to get rid of the net::stubbles::lang::stubFactory class.