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 44311 - Illegal localizing bundle locations for mdr/jmi and mdr/mof
Summary: Illegal localizing bundle locations for mdr/jmi and mdr/mof
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 21:37 UTC by Jesse Glick
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-03 21:37:10 UTC
Both of mdr/{jmi,mof}/manifest.mf have

OpenIDE-Module-Localizing-Bundle: Bundle.properties

This is illegal; you cannot use the default
package. You must create an appropriate package
structure for the module, e.g. based on the module
code name base, and put resources there.

Bug results in error messages on console when
expanding the Modules node in Options, such as
(repeated many times):

You are trying to access file: Bundle.properties
from the default package.
Please see
http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
Comment 1 Martin Matula 2004-06-03 22:51:43 UTC
Fixed.

Checking in jmi/manifest.mf;
/cvs/mdr/jmi/manifest.mf,v  <--  manifest.mf
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
More commits to come...
Removing jmi/src/Bundle.properties;
/cvs/mdr/jmi/src/Bundle.properties,v  <--  Bundle.properties
new revision: delete; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
RCS file: /cvs/mdr/jmi/src/javax/jmi/reflect/resources/Bundle.properties,v
done
Checking in jmi/src/javax/jmi/reflect/resources/Bundle.properties;
/cvs/mdr/jmi/src/javax/jmi/reflect/resources/Bundle.properties,v  <--
 Bundle.properties
initial revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in mof/manifest.mf;
/cvs/mdr/mof/manifest.mf,v  <--  manifest.mf
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
More commits to come...
Removing mof/src/Bundle.properties;
/cvs/mdr/mof/src/Bundle.properties,v  <--  Bundle.properties
new revision: delete; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
RCS file: /cvs/mdr/mof/src/javax/jmi/model/resources/Bundle.properties,v
done
Checking in mof/src/javax/jmi/model/resources/Bundle.properties;
/cvs/mdr/mof/src/javax/jmi/model/resources/Bundle.properties,v  <-- 
Bundle.properties
initial revision: 1.1
done