- This topic has 2 replies, 2 voices, and was last updated 19 years, 7 months ago by Thomas SMETS.
-
AuthorPosts
-
Thomas SMETSMemberDear,
I would like to use both myEclipseIDE and AspectJ…
The major issue being that the latest build of MyEclipse is stable against the 3.1M4(only) while AspectJ is stable against the 3.1M3(only) and 3.1M6(only)…Raising inconsistencies in the behavior of the IDE.
Any idea(s) to stabilize this wold be appreciated…
Incidently, it is rather urgent … Doing Demo!!!
Tia\T,
p.s. : No smilies allowed for the moment … ? 😥
content of .log is the following
java.lang.NoSuchMethodError: org.eclipse.jdt.internal.ui.wizards.buildpaths.SourceContainerWorkbookPage.<init>(Lorg/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField;Lorg/eclipse/jdt/internal/ui/wizards/dialogfields/StringDialogField;)V
at org.eclipse.ajdt.buildconfigurator.propertypage.BCContainerWorkbookPage.<init>(BCContainerWorkbookPage.java:97)
at org.eclipse.ajdt.buildconfigurator.propertypage.BuildPathsBlock.createControl(BuildPathsBlock.java:229)
at org.eclipse.ajdt.buildconfigurator.propertypage.JavaCapabilityConfigurationPage.createControl(JavaCapabilityConfigurationPage.java:106)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:179)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:605)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:959)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1010)
at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1007)
at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:997)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:995)
at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPage(NewWizardSelectionPage.java:57)
at org.eclipse.ui.internal.dialogs.NewWizardNewPage.doubleClick(NewWizardNewPage.java:501)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:427)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:425)
at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:647)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:757)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
at org.eclipse.jface.window.Window.open(Window.java:684)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:988)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:419)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Scott AndersonParticipantThomas,
We hear you! We’ve got an M6-compatible build in final QA right now. You can check on its status here:
https://www.genuitec.com/forums/topic/eclipse-3-1m6/#post-227955
Thomas SMETSMemberTx Scott but so is my Demo 😥
Is there early birds access ?\T,
-
AuthorPosts