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 - Cannot use Class-Path to reference other modules
Summary: Cannot use Class-Path to reference other modules
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 17:40 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch, please apply soon (799 bytes, patch)
2002-05-15 17:41 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.