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 101292

Summary: Missing org.netbeans.api.ruby.platform.Bundle
Product: ruby Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace.

Description Jiri Skrivanek 2007-04-17 10:28:21 UTC
MissingResourceException is thrown when is called
org.netbeans.api.ruby.platform.RubyInstallation.isValidRake() or isValidRDoc()
and maybe others. To reproduce:

- open Tools|Ruby Gems
- select rake gem and click Uninstall button
- close Ruby Gems dialog
- create Ruby Application project
- call 'Build Project' on project node and MissingResourceException is thrown.

Ruby 0.78.0, NB 20070417, JDK1.5.0_11, WindowsXP.
Comment 1 Jiri Skrivanek 2007-04-17 10:28:54 UTC
Created attachment 41050 [details]
Stack trace.
Comment 2 Torbjorn Norbye 2007-04-17 18:25:22 UTC
This is the same problem as the one related to the rdoc exception for native ruby - and was just fixed.
Comment 3 Jiri Skrivanek 2007-04-23 13:22:24 UTC
Verified.
Comment 4 Jiri Kovalsky 2007-07-03 14:16:33 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 5 Jiri Kovalsky 2007-07-03 14:47:11 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.