Eclipse 3.0M7:
dkrizic Mar 19, 2004 4:11 AMHi!
I have a clean 3.0M7-Installation and added first JBoss-IDE 1.2.230 and then JBoss-IDE 1.2.330 (the version that is compatible to M7).
The Dialogs "Packaging Configuration" and "XDoclet Configuration" work: The xml files are being created.
But when I try to "Run XDoclet" and "Run Packaging", nothing visible happens. The .log file states this:
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Mrz 19, 2004 10:44:55.113
!MESSAGE ProjectHelper.parse() must be implemented in a helper plugin org.apache
.tools.ant.ProjectHelper
!STACK 0
ProjectHelper.parse() must be implemented in a helper plugin org.apache.tools.an
t.ProjectHelper
at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:181)
at org.jboss.ide.eclipse.packaging.ui.actions.PackagingRunAction.process
(PackagingRunAction.java:111)
at org.jboss.ide.eclipse.packaging.ui.actions.PackagingRunAction.run(Pac
kagingRunAction.java:74)
at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.jav
a:71)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:2
63)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:536)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContri
butionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionC
ontributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav
a:265)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47
)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct
ivator.java:257)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:104)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Environment is: Eclipse M7 3.0, Windows XP, JDK 1.4.2_04
Any idea?