Dependency resolution
Status: Inactive
Brought to you by:
rgardler
Any dependencies belonging to a component are not
resolved. This means that a component that needs a
particular Library will only work if it is currently
available in the VM of the engine (see
org.saafe.component.net.GetXHTML which depend on JTidy,
for an example).
The engine should automatically resolve these
dependencies when loading the component. Need to
examine Apache Ruper for this.