Menu

#1035 Console: Broken w/ 4.3.8 and jEdit 4.3pre14

closed-fixed
None
9
2008-09-04
2008-07-10
No

I'm using jEdit 4.3pre14 and I get the error attached when updating the console plugin to 4.3.8. Whenever I click on the console's button at the bottom of my text area, I get this error:

Sourced file: inline evaluation of: `` new console.Console(view); ;'' : Class or variable not found: console.Console : at Line: 2 : in file: inline evaluation of: `` new console.Console(view); ;'' : console .Console

at org.gjt.sp.jedit.bsh.UtilEvalError.toEvalError(UtilEvalError.java:85)
at org.gjt.sp.jedit.bsh.UtilEvalError.toEvalError(UtilEvalError.java:90)
at org.gjt.sp.jedit.bsh.BSHAmbiguousName.toObject(BSHAmbiguousName.java:64)
at org.gjt.sp.jedit.bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:86)
at org.gjt.sp.jedit.bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:644)
at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:738)
at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:727)
at org.gjt.sp.jedit.BeanShellFacade._eval(BeanShellFacade.java:149)
at org.gjt.sp.jedit.BeanShellFacade.eval(BeanShellFacade.java:114)
at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:389)
at org.gjt.sp.jedit.gui.DockableWindowFactory$Window.createDockableWindow(DockableWindowFactory.java:445)
at org.gjt.sp.jedit.gui.DockableWindowManager.showDockableWindow(DockableWindowManager.java:336)
at org.gjt.sp.jedit.gui.PanelWindowContainer$ActionHandler.actionPerformed(PanelWindowContainer.java:428)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Discussion

  • Anthony Keeley

    Anthony Keeley - 2008-07-10

    error on update

     
  • Alan Ezust

    Alan Ezust - 2008-07-10

    Logged In: YES
    user_id=935841
    Originator: NO

    confirmed. looks like an error in packaging. Until it is repackaged, I have set the head of the branch to 4.3.7.

     
  • Alan Ezust

    Alan Ezust - 2008-07-10
    • assigned_to: nobody --> jchoyt
     
  • Alan Ezust

    Alan Ezust - 2008-09-04

    Logged In: YES
    user_id=935841
    Originator: NO

    dale re-packaged it and now 4.3.8 is out.

     
  • Alan Ezust

    Alan Ezust - 2008-09-04
    • status: open --> closed-fixed
     

Log in to post a comment.