Hi Janne, there is allot of cleanup to do because of interface changes from M8 to M9.
I will need the weekend to do that and will inform you as soon it's done. Andreas > -----Original Message----- > From: Janne Kario [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 25. Mai 2004 00:03 > To: [EMAIL PROTECTED] > Subject: Merlin developer on Eclipse M9 > > Has there been any success in running Merlin Developer 0.0.4 in Eclipse > M9? I've been trying it with both Merlin 3.3 and Merlin 3.2.5 without > luck. > > The wizards work fine and I can get to the point where I'm about to > start my component inside Merlin using Run As -> Merlin Container. I > have $MERLIN_HOME pointing to my merlin installation and $AVALON_HOME > pointing to $HOME/.avalon. > > All I'm getting is (two separate stack traces follow). Is there anything > that I can do to increase the verbosity of the developer plugin? > > <clip> > > java.lang.ArrayIndexOutOfBoundsException: 0 > at > org.apache.avalon.ide.eclipse.merlin.launch.MerlinLaunchShortcut.laun > ch(MerlinLaunchShortcut.java:101) > at > org.apache.avalon.ide.eclipse.merlin.launch.MerlinLaunchShortcut.sear > chAndLaunch(MerlinLaunchShortcut.java:58) > at > org.apache.avalon.ide.eclipse.merlin.launch.MerlinLaunchShortcut.laun > ch(MerlinLaunchShortcut.java:225) > at > org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExte > nsion.launch(LaunchShortcutExtension.java:337) > at > org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(Launch > ShortcutAction.java:62) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection > (ActionContributionItem.java:899) > at > org.eclipse.jface.action.ActionContributionItem.access$2(ActionContri > butionItem.java:850) > at > org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionC > ontributionItem.java:769) > at > org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) > at > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2542) > at > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2253) > at > org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav > a:253) > at > org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) > at > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97 > ) > at > org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct > ivator.java:307) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja > va:256) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja > va:127) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.eclipse.core.launcher.Main.basicRun(Main.java:185) > at org.eclipse.core.launcher.Main.run(Main.java:638) > at org.eclipse.core.launcher.Main.main(Main.java:622) > > </clip> > > and > > <clip> > > java.lang.ArrayIndexOutOfBoundsException: 2 > at > org.eclipse.jface.viewers.TableViewerImpl.activateCellEditor(TableVie > werImpl.java:59) > at > org.eclipse.jface.viewers.TableViewerImpl.activateCellEditor(TableVie > werImpl.java:134) > at > org.eclipse.jface.viewers.TableViewerImpl.handleMouseDown(TableViewer > Impl.java:234) > at > org.eclipse.jface.viewers.TableViewer$1.mouseDown(TableViewer.java:33 > 8) > at > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: > 132) > at > org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) > at > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2542) > at > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2253) > at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) > at org.eclipse.jface.window.Window.open(Window.java:648) > at > org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:111 > ) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection > (ActionContributionItem.java:899) > at > org.eclipse.jface.action.ActionContributionItem.access$2(ActionContri > butionItem.java:850) > at > org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionC > ontributionItem.java:769) > at > org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944) > at > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2542) > at > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2253) > at > org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav > a:253) > at > org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) > at > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97 > ) > at > org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct > ivator.java:307) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja > va:256) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja > va:127) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.eclipse.core.launcher.Main.basicRun(Main.java:185) > at org.eclipse.core.launcher.Main.run(Main.java:638) > at org.eclipse.core.launcher.Main.main(Main.java:622) > > </clip> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
