This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 23555

Summary: Cannot use Class-Path to reference other modules
Product: java Reporter: Jesse Glick <jglick>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Patch, please apply soon

Description Jesse Glick 2002-05-15 17:40:39 UTC
The new java module manifest is in error.
Class-Path can *only* ever be used to refer to
libraries used privately by that module.
OpenIDE-Module-Module-Dependencies makes other
modules available to this module. You may not use
Class-Path to refer to other modules.
Comment 1 Jesse Glick 2002-05-15 17:41:36 UTC
Created attachment 5766 [details]
Patch, please apply soon
Comment 2 Svata Dedic 2002-05-15 17:44:23 UTC
Oops. I must have been sleeping :-( Fixed.