Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Mylar 0.4 on a recent 3.2 integration build

This is bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=114930 (support
Eclipse 3.2M3) which I'll hopefully fix later today, in time for tomorrow's
3.2M3 release.  Note that it probably means that the Mylar 3.2 stream will
stop working for 3.2M2 unless I do a reflective trick to call the
Eclipse-version specific method, which is pretty ugly.  The current promise
is to support the latest 3.2 milestone and 3.1 so that we don't end up with
a third branch.

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Eugene Kuleshov
> Sent: November 3, 2005 2:25 PM
> To: Mylar developer discussions
> Subject: [mylar-dev] Mylar 0.4 on a recent 3.2 integration build
> 
> Hi,
> 
>   I've tried last integration Eclipse 3.2 build and Mylar can't create
> its Task List view.
> 
>   Here is the exception from Error Log view:
> 
> java.lang.NoSuchMethodError:
> org.eclipse.ui.internal.dialogs.FilteredTree.getFilterControl()Lorg/eclips
> e/swt/widgets/Control;
>     at
> org.eclipse.mylar.tasklist.ui.views.TaskListContentProvider.applyFilter(Ta
> skListContentProvider.java:90)
>     at
> org.eclipse.mylar.tasklist.ui.views.TaskListContentProvider.getElements(Ta
> skListContentProvider.java:51)
>     at
> org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer
> .java:848)
>     at
> org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeVi
> ewer.java:896)
>     at
> org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredV
> iewer.java:790)
>     at
> org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredVie
> wer.java:905)
>     at
> org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java
> :512)
>     at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
>     at
> org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeVi
> ewer.java:494)
>     at
> org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java
> :983)
>     at
> org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredV
> iewer.java:1201)
>     at
> org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeView
> er.java:973)
>     at
> org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:248)
>     at
> org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:
> 1417)
>     at
> org.eclipse.mylar.tasklist.ui.views.TaskListView.createPartControl(TaskLis
> tView.java:717)
>     at
> org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:
> 305)
>     at
> org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
>     at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartRefere
> nce.java:552)
>     at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1655)
>     at
> org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:949)
>     at
> org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:932)
>     at
> org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3262)
>     at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
>     at
> org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3259)
>     at
> org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3237)
>     at org.eclipse.ui.internal.ShowViewAction.run(ShowViewAction.java:76)
>     at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
>     at
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Acti
> onContributionItem.java:544)
>     at
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributio
> nItem.java:494)
>     at
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContri
> butionItem.java:406)
>     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896)
>     at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236)
>     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856)
>     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774)
>     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738)
>     at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376
> )
>     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(PlatformActivato
> r.java:226)
>     at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:37
> 6)
>     at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:16
> 5)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> pl.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)
> 
> 
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top