Re: Eclipse M6 status [Was: Re: Classpath woes]

From: Sébastien Sahuc (lis..ahuc.net)
Date: Wed Apr 19 2006 - 18:40:32 EDT

  • Next message: Pierre Frisch: "Re: Eclipse M6 status [Was: Re: Classpath woes]"

    I just did that wolips install (on clean eclipse 3.2RC1) along with
    Callipso install, then manually installed the jmechanic plugin from
    the WOLips wiki page.

    All is fine until I open a WO component in the Component editor
    (though open resource). I'm getting the following exception, and the
    HTML editor is gone:

    java.lang.NullPointerException
    at
    org.objectstyle.wolips.htmleditor.editor.StructuredTextEditorHTMLWithWeb
    ObjectTags.getAdapter(StructuredTextEditorHTMLWithWebObjectTags.java:80)
    at
    org.objectstyle.wolips.componenteditor.part.ComponentEditorPart.updateOu
    tline(ComponentEditorPart.java:386)
    at org.objectstyle.wolips.componenteditor.part.ComponentEditorPart
    $1.handleEvent(ComponentEditorPart.java:185)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1486)
    at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1281)
    at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2284)
    at org.eclipse.swt.widgets.Control.forceFocus(Control.java:810)
    at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations.java:
    388)
    at org.eclipse.swt.widgets.Shell.kEventWindowActivated(Shell.java:902)
    at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2021)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:3993)
    at org.eclipse.swt.internal.carbon.OS.DisposeWindow(Native Method)
    at org.eclipse.swt.widgets.Shell.destroyWidget(Shell.java:545)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:1372)
    at org.eclipse.swt.widgets.Widget.dispose(Widget.java:639)
    at org.eclipse.jface.window.Window.close(Window.java:330)
    at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:1006)
    at org.eclipse.jface.dialogs.MessageDialog.buttonPressed
    (MessageDialog.java:167)
    at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:652)
    at org.eclipse.swt.widgets.TypedListener.handleEvent
    (TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1267)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3273)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2909)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at org.eclipse.jface.dialogs.MessageDialog.openError
    (MessageDialog.java:322)
    at org.eclipse.jface.util.SafeRunnable.handleException
    (SafeRunnable.java:60)
    at org.eclipse.core.runtime.SafeRunner.handleException
    (SafeRunner.java:68)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:39)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at org.eclipse.ui.internal.WorkbenchPage.activatePart
    (WorkbenchPage.java:595)
    at org.eclipse.ui.internal.WorkbenchPage.setActivePart
    (WorkbenchPage.java:3135)
    at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:
    588)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched
    (WorkbenchPage.java:2546)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor
    (WorkbenchPage.java:2470)
    at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:
    2462)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2447)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor
    (WorkbenchPage.java:2442)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor
    (WorkbenchPage.java:2419)
    at
    org.objectstyle.wolips.componenteditor.launcher.ComponentEditorLauncher.
    open(ComponentEditorLauncher.java:143)
    at
    org.objectstyle.wolips.componenteditor.launcher.ComponentEditorLauncher.
    open(ComponentEditorLauncher.java:158)
    at org.eclipse.ui.internal.EditorManager$3.run(EditorManager.java:742)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.EditorManager.openExternalEditor
    (EditorManager.java:735)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor
    (EditorManager.java:709)
    at org.eclipse.ui.internal.EditorManager.openEditor
    (EditorManager.java:679)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched
    (WorkbenchPage.java:2535)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor
    (WorkbenchPage.java:2470)
    at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:
    2462)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2447)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor
    (WorkbenchPage.java:2442)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor
    (WorkbenchPage.java:2427)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350)
    at org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.execute
    (OpenResourceHandler.java:112)
    at org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.run
    (OpenResourceHandler.java:167)
    at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.execute
    (ActionDelegateHandlerProxy.java:267)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:460)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks
    (ParameterizedCommand.java:424)
    at org.eclipse.ui.internal.handlers.HandlerService.executeCommand
    (HandlerService.java:160)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand
    (WorkbenchKeyboard.java:466)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press
    (WorkbenchKeyboard.java:799)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent
    (WorkbenchKeyboard.java:846)
    at
    org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings
    (WorkbenchKeyboard.java:564)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3
    (WorkbenchKeyboard.java:506)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard
    $KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1101)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1542)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1537)
    at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed
    (Control.java:1803)
    at org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed
    (Composite.java:557)
    at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent
    (Control.java:1795)
    at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1985)
    at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3799)
    at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native
    Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2878)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
    (Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:
    95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run
    (PlatformActivator.java:78)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
    ion(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
    (EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run
    (EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run
    (EclipseStarter.java:169)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    On Apr 19, 2006, at 2:59 PM, Pierre Frisch wrote:

    > Don't install the wolips-all-latest.tar.gz use the Callipso install
    >
    > If you want to save time and grief install eclipse M6 then go in
    > the update/install define the wolips (and subclipse if you use it)
    > then do a general update selecting all the sites, install and
    > enjoy. installing wolips and subclipse at the same time as the
    > other plug-ins will save you grief.
    >
    > Pierre
    >
    > On 19-Apr-06, at 2:29 PM, JR Ruggentaler wrote:
    >
    >> I downloaded eclipse 3.2 M6 Windows (XP) and installed it.
    >>
    >> Next I downloaded wolips-all-latest.tar.gz and extracted it into
    >> my 3.2 M6 folder.
    >>
    >> I am unable to do anything with WOLisp. Looking at the eclipse
    >> configuration status I see the following:
    >>
    >> Included feature "J2EE Standard Tools (JST)" version
    >> "1.0.1.v200602130105" contains problems.
    >>
    >> Included feature "JST Server Feature SDK" version
    >> "1.0.1.v200602130400" contains problems.
    >>
    >> Included feature "JST Enterprise Feature SDK" version
    >> "1.0.1.v200602131710" contains problems.
    >>
    >> Included feature "SDK for RDB Component" version
    >> "1.0.1.v200602130145" contains problems.
    >>
    >> Any ideas how to get Wolips running properly with eclipse 3.2 M6.
    >>
    >> J.R.
    >> -----Original Message-----
    >> From: Anders Peterson [mailto:anders_peterso..ptimatika.se]
    >> Sent: Wednesday, April 19, 2006 10:31 AM
    >> To: woproject-de..bjectstyle.org
    >> Subject: Re: Eclipse M6 status [Was: Re: Classpath woes]
    >>
    >>
    >> I did almost the same thing with RC1.
    >>
    >> I was very selective at the Callisto Discovery Site. I only
    >> selected one
    >> feature. (Forget the exact name.) Under Web and J2EE Development I
    >> selected the feature that is NOT named J2EE Standard Tools. ;-)
    >> Then I
    >> pressed the "Select Required" button...
    >>
    >> Installing WOLIps from the mdimension update site did not work.
    >> For some
    >> reason the "Finsh" button never activated. Downloading the
    >> features/plugins, and manually installing/enabling them worked fine.
    >> I've not installed anything related to TPTP/Profiling/JMechanic.
    >>
    >> Is it possible for the WOLips update site to know its dependencies
    >> (like
    >> Callisto does) and refer to features at the Callisto site?
    >>
    >> /Anders
    >>
    >> Pierre Frisch wrote:
    >>> Hi Anjo,
    >>>
    >>> I think we are trying too hard. I installed the latest version of
    >>> eclipse (M6). Run the install from the "Callisto Discorery Site"
    >>> Installed everything the only thing I was missing is the
    >>> jMechanics and
    >>> then unpacked wolips (latest from yesterday) and as far as I can
    >>> tell
    >>> all is working.
    >>>
    >>> Pierre
    >>>
    >>> On 18-Apr-06, at 9:46 PM, Anjo Krank wrote:
    >>>
    >>>> As WTP fails to load even without WOLips, I don't think this is
    >>>> a code
    >>>> problem. I'll try again later today.
    >>>>
    >>>> Cheers, Anjo
    >>>>
    >>>> PS: why is there a question mark after "profit"? Shouldn't that
    >>>> be an
    >>>> exclamation mark?
    >>>>
    >>>> Am 19.04.2006 um 00:09 schrieb Mike Schrag:
    >>>>
    >>>>> I'm running a stock M6 w/ the not-quite-latest plugins. Literally
    >>>>> the "process" i use whenever a new eclipse comes out:
    >>>>>
    >>>>> 1) download eclipse
    >>>>> 2) download latest-all wolips
    >>>>> 3) untar eclipse
    >>>>> 4) untar wolips on top
    >>>>> 5) run eclipse
    >>>>> 6) profit?
    >>>>>
    >>>>> But again, I'm not quite HEAD at the moment, so it's possible
    >>>>> something in there is causing an issue ... WTP seems to be working
    >>>>> just fine for me, though, so that's really strange. But later
    >>>>> tonight I'll grab the latest and give it a shot as well and we can
    >>>>> see if it's something else that has changed that caused the break.
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >> --
    >> http://ojalgo.org/
    >>
    >> Mathematics, Linear Algebra and Optimisation with Java
    >>
    >> --
    >> ----------------------------------------
    >> I am using the free version of SPAMfighter for private users.
    >> It has removed 9909 spam emails to date.
    >> Paying users do not have this message in their emails.
    >> Try www.SPAMfighter.com for free now!
    >>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Wed Apr 19 2006 - 18:40:35 EDT