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 101406 - IRB shell does not work
Summary: IRB shell does not work
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords: REGRESSION
: 101996 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-17 16:32 UTC by Tomas Danek
Modified: 2007-07-03 14:45 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 2007-04-17 16:32:09 UTC
rubyide #997
---------------
- just download, unpack, and invoke Windows|IRB shell


java.lang.NoClassDefFoundError: jline/Completor
	at org.jruby.ext.Readline$Service.load(Readline.java:57)
	at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:277)
	at org.jruby.runtime.load.LoadService.require(LoadService.java:299)
	at org.jruby.demo.TextAreaReadline.hookIntoRuntime(TextAreaReadline.java:110)
	at
org.netbeans.modules.ruby.rubyproject.IrbTopComponent.createTerminal(IrbTopComponent.java:262)
	at
org.netbeans.modules.ruby.rubyproject.IrbTopComponent.componentOpened(IrbTopComponent.java:127)
	at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:280)
	at
org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:955)
	at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:719)
	at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:273)
	at
org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1060)
	at
org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:1028)
	at org.openide.windows.TopComponent.open(TopComponent.java:354)
	at org.openide.windows.TopComponent.open(TopComponent.java:345)
	at
org.netbeans.modules.ruby.rubyproject.IrbAction.actionPerformed(IrbAction.java:22)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
...
Comment 1 Torbjorn Norbye 2007-04-17 23:36:05 UTC
Fixed; there was a packaging problem after the filename in JRuby with the upgrade to the latest version.
Comment 2 Torbjorn Norbye 2007-04-22 14:50:29 UTC
*** Issue 101996 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Danek 2007-05-24 11:12:49 UTC
verified in 070523
Comment 4 Jiri Kovalsky 2007-07-03 14:15:08 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 5 Jiri Kovalsky 2007-07-03 14:45:44 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.