Re: Does WOLIPS run on eclipse 3.2M5?

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Wed Mar 08 2006 - 03:02:07 EST

  • Next message: Ulrich Köster: "Re: Errors in the WOD editor and EOGenerator, and EOModels"

    Moin Brendan,

    which version of WOLips?

    Uli
    Am 06.03.2006 um 00:13 schrieb Brendan Duddridge:

    > Hi Ulrich,
    >
    > I just had the opportunity now to update to the latest nightly
    > build. I was waiting a couple of days for your changes in CVS to
    > propagate to the nightly build server.
    >
    > However, I still get an error when I open the related view:
    >
    > !ENTRY org.eclipse.ui.workbench 4 2 2006-03-05 16:09:35.450
    > !MESSAGE Problems occurred when invoking code from plug-in:
    > "org.eclipse.ui.workbench".
    > !STACK 0
    > java.lang.NoSuchMethodError:
    > org.eclipse.jdt.internal.ui.JavaPlugin.getWorkingCopyManager()Lorg/
    > eclipse/jdt/ui/IWorkingCopyManager;
    > at org.objectstyle.wolips.ui.view.RelatedView.partActivated
    > (RelatedView.java:444)
    > at org.eclipse.ui.internal.PartListenerList$1.run
    > (PartListenerList.java:71)
    > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    > at org.eclipse.core.runtime.Platform.run(Platform.java:816)
    > at org.eclipse.ui.internal.PartListenerList.fireEvent
    > (PartListenerList.java:57)
    > at org.eclipse.ui.internal.PartListenerList.firePartActivated
    > (PartListenerList.java:69)
    > at org.eclipse.ui.internal.PartService.firePartActivated
    > (PartService.java:73)
    > at org.eclipse.ui.internal.PartService.setActivePart
    > (PartService.java:171)
    > at
    > org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged
    > (WorkbenchPagePartList.java:56)
    > at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:117)
    > at org.eclipse.ui.internal.WorkbenchPage.setActivePart
    > (WorkbenchPage.java:2975)
    > at org.eclipse.ui.internal.WorkbenchPage.requestActivation
    > (WorkbenchPage.java:2543)
    > at org.eclipse.ui.internal.PartPane.requestActivation
    > (PartPane.java:251)
    > at org.eclipse.ui.internal.EditorPane.requestActivation
    > (EditorPane.java:88)
    > at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:216)
    > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450)
    > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474)
    > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1455)
    > at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1253)
    > at org.eclipse.swt.widgets.Control.kEventMouseDown(Control.java:1683)
    > at org.eclipse.swt.widgets.Composite.kEventMouseDown
    > (Composite.java:520)
    > at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1209)
    > at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2727)
    > at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget
    > (Native Method)
    > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2866)
    > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
    > 1899)
    > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
    > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
    > (Workbench.java:417)
    > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
    > 143)
    > at org.eclipse.ui.internal.ide.IDEApplication.run
    > (IDEApplication.java:106)
    > at org.eclipse.core.internal.runtime.PlatformActivator$1.run
    > (PlatformActivator.java:99)
    > at
    > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplic
    > ation(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:374)
    > 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:585)
    > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
    > at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
    > at org.eclipse.core.launcher.Main.run(Main.java:977)
    > at org.eclipse.core.launcher.Main.main(Main.java:952)
    >
    >
    > ____________________________________________________________________
    > Brendan Duddridge | CTO | 403-277-5591 x24 | brenda..lickspace.com
    >
    > ClickSpace Interactive Inc.
    > Suite L100, 239 - 10th Ave. SE
    > Calgary, AB T2G 0V9
    >
    > http://www.clickspace.com
    >
    > On Mar 3, 2006, at 12:33 AM, Ulrich Köster wrote:
    >
    >> Moin Brendan,
    >>
    >> the problem with the related view is fixed.
    >>
    >> Uli
    >> Am 03.03.2006 um 00:08 schrieb Brendan Duddridge:
    >>
    >>> I'm using Eclipse 3.2M5a right now on my MacBook Pro with a
    >>> fairly recent build of WOLips. There are a couple of things that
    >>> don't work though. I haven't been able to get the Install...
    >>> function working yet and the related view gives an error, so you
    >>> can't use that until it gets fixed. Other than that, it's working
    >>> very fast. Eclipse 3.2M5 is the first Universal build of Eclipse.
    >>>
    >>> ____________________________________________________________________
    >>> Brendan Duddridge | CTO | 403-277-5591 x24 | brenda..lickspace.com
    >>>
    >>> ClickSpace Interactive Inc.
    >>> Suite L100, 239 - 10th Ave. SE
    >>> Calgary, AB T2G 0V9
    >>>
    >>> http://www.clickspace.com
    >>>
    >>> On Mar 2, 2006, at 3:47 PM, Watkins, Garry wrote:
    >>>
    >>>> I've got a MacBook Pro, and I can't get the eclipse 3.1.2 to run
    >>>> on it yet? Does WOLips run on 3.2M5 yet? Or if that is not
    >>>> available, does anyone know where I can get a patch to eclipse
    >>>> 3.1.2 to work on my machine?
    >>>>
    >>>>
    >>>> Thanks
    >>>> Garry
    >>>>
    >>>> Confidential & Privileged
    >>>>
    >>>> Unless otherwise indicated or obvious from its nature, the
    >>>> information contained in this communication is attorney-client
    >>>> privileged and confidential information/work product. This
    >>>> communication is intended for the use of the individual or
    >>>> entity named above. If the reader of this communication is not
    >>>> the intended recipient, you are hereby notified that any
    >>>> dissemination, distribution or copying of this communication is
    >>>> strictly prohibited. If you have received this communication in
    >>>> error or are not sure whether it is privileged, please
    >>>> immediately notify us by return e-mail and destroy any copies--
    >>>> electronic, paper or otherwise--which you may have of this
    >>>> communication.
    >>>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Wed Mar 08 2006 - 03:02:11 EST