Ticket #12 (new enhancement)

Opened 3 years ago

Applet path should be included in $LOAD_PATH

Reported by: deveiant Owned by: deveiant
Priority: normal Milestone:
Component: AppletRegistry Version: 1.0.5
Severity: normal Keywords: arrow applet load path require inherit
Cc:

Description

Inheriting from other applets is difficult without being able to require them because the namespace into which they are loaded is not known at runtime. If the applet directories were included in $LOAD_PATH, you could just do a require 'appletpath' to load it as a normal class and inherit from it.

Note: See TracTickets for help on using tickets.