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 91467 - MRE - Can't find resource for bundle org.openide.util.NbBundle$PBundle
Summary: MRE - Can't find resource for bundle org.openide.util.NbBundle$PBundle
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-22 11:54 UTC by Tomas Danek
Modified: 2007-07-03 14:46 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 Tomas Danek 2006-12-22 11:54:14 UTC
#196:
- created new ruby application
- renamed main.rb (by invoking rename on it's node)
- run app (F6)

java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key LBL_MainClassWarning_ChooseMainClass_OK
	at java.util.ResourceBundle.getObject(ResourceBundle.java:386)
	at java.util.ResourceBundle.getString(ResourceBundle.java:346)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:607)
	at
org.netbeans.modules.ruby.rubyproject.RubyActionProvider.showMainClassWarning(RubyActionProvider.java:618)
	at
org.netbeans.modules.ruby.rubyproject.RubyActionProvider.invokeAction(RubyActionProvider.java:202)
	at
org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:115)
	at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:896)
	at javax.swing.JComponent.processKeyBindings(JComponent.java:2890)
Comment 1 Torbjorn Norbye 2006-12-22 17:43:14 UTC
Fixed (hopefully in #199; the builds seem to be lodged right now).
Comment 2 Tomas Danek 2007-01-03 15:31:13 UTC
yes, works, thanks. verified in #208
Comment 3 Jiri Kovalsky 2007-07-03 14:06:57 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 4 Jiri Kovalsky 2007-07-03 14:46:45 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.