I'm trying to set up dashboard (1.0.4). I can see
events in the IDEA (4) plugin, but not the eclipse
(2.1.2) plugin.
I've configured the multicast address and port the same
as in IDEA. The DashboardView says "Connected to
publisher", but it doesn't show the build failed
message like in IDEA, and I don't see any event lights
on the toolbar like in IDEA. What's it supposed to
look like in eclipse? Any idea what I'm doing wrong?
Cheers,
11011011
Logged In: YES
user_id=484527
1.0.5 plugin works worse on eclipse 2.1.2. The
DashboardView says, "An error has occurred when creating
this view". The .log says:
!SESSION May 14, 2004 09:48:08.258
---------------------------------------------
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
-install file:C:/Program Files/eclipse/
!ENTRY org.eclipse.ui.workbench 4 2 May 14, 2004 09:48:08.258
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 0
java.lang.NoSuchMethodError:
net.sourceforge.dashboard.eclipse.DashboardPlugin.getBundle()Lorg/osgi/framework/Bundle;
at
net.sourceforge.dashboard.eclipse.DashboardPlugin.getPluginId(Unknown
Source)
at
net.sourceforge.dashboard.eclipse.actions.AbstractActionGroup.getImage(Unknown
Source)
at
net.sourceforge.dashboard.eclipse.actions.DefaultActionGroup.init(Unknown
Source)
at
net.sourceforge.dashboard.eclipse.actions.DefaultActionGroup.<init>(Unknown
Source)
at
net.sourceforge.dashboard.eclipse.DashboardView.createPartControl(Unknown
Source)
at
org.eclipse.ui.internal.PartPane$4.run(PartPane.java:141)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at
org.eclipse.core.runtime.Platform.run(Platform.java:413)
at
org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:137)
at
org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:211)
at
org.eclipse.ui.internal.PartPane.createControl(PartPane.java:186)
at
org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:190)
at
org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:252)
at
org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:224)
at
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:192)
at
org.eclipse.ui.internal.PerspectivePresentation.activate(PerspectivePresentation.java:96)
at
org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:725)
at
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1799)
at
org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindow.java:1496)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1483)
at
org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1363)
at
org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1263)
at
org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1223)
at
org.eclipse.ui.internal.Workbench$12.run(Workbench.java:1141)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at
org.eclipse.core.runtime.Platform.run(Platform.java:413)
at
org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:1093)
at
org.eclipse.ui.internal.Workbench.init(Workbench.java:870)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)