Hi Eugene,

I did post a detailed stack trace to the defect
http://jira.codehaus.org/browse/MNGECLIPSE-653

Can you see what is going wrong there?
There is most probably only a small adjustment left to get it running in
RAD 7. ;-)

Thanks !!!!!!!

Michael




> Michael,
>
>   I've tested latest dev build on raw Eclipse 3.2 and classpath
> containers worked ok in my tests.
>
>   It would really help if your stack traces had the actual line numbers.
> We don't have time to debug those issues on RAD7, and your stack traces
> don't provide enough information to deduce issues by looking at the code.
>   I believe you need to add some parameter to ibm's jre (or remove it),
> probably in eclipse.ini
>
>   You are more then welcome to debug those issues yourself and provide
> us with a patch to make it work on RAD7. Please see the wiki pages about
> configuring development environment.
> http://docs.codehaus.org/display/M2ECLIPSE/Configuring+Development+Environment
>
>   regards,
>   Eugene
>
>
> Michael Hüttermann wrote:
>> I did include the new dev-version from October 17th (thanks for
>> providing
>> it). Now the Maven classpath container is visible, but it is empty.
>> Exceptions are thrown when starting the IDE and activating Maven
>> Dependency Management, see below. I did update the RAD 7 ticket
>> http://jira.codehaus.org/browse/MNGECLIPSE-653
>>
>> Did anyone use the new dev-build with RAD 7 successfully? Has anyone any
>> idea why those exceptions are thrown? It is so bad that I cannot use
>> m2eclipse because the m2 classpath container is not resolved correctly.
>> A
>> running classpath container is the minimum to use m2eclipse.
>>
>> Any help is really appreciated!
>>
>> Thanks for your time!
>>
>> Michael
>>
>>
>> Issue 1: Although the Maven Classpath Container is now visible (it was
>> not
>> before using this build), it is empty. Starting RAD 7 does throw the
>> following error:
>>
>> !SESSION 2008-10-20 15:58:42.576
>> -----------------------------------------------
>> eclipse.buildId=unknown
>> java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
>> j9vmwi3223ifx-20070323 (JIT enabled)
>> J9VM - 20070322_12058_lHdSMR
>> JIT - 20070109_1805ifx3_r8
>> GC - WASIFIX_2007
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
>> Command-line arguments: -os win32 -ws win32 -arch x86 -clean
>>
>> !ENTRY org.eclipse.wst.common.project.facet.core 4 0 2008-10-20
>> 15:59:51.190
>> !MESSAGE Project facet group portlet.api has not been defined. It is
>> used
>> in plugin com.ibm.etools.struts.
>>
>> !ENTRY org.eclipse.core.jobs 4 2 2008-10-20 15:59:57.390
>> !MESSAGE An internal error occurred during: "Updating Maven
>> Dependencies".
>> !STACK 0
>> java.lang.IllegalArgumentException:
>> at org.eclipse.core.runtime.Assert.isLegal(Unknown Source)
>> at org.eclipse.core.runtime.Assert.isLegal(Unknown Source)
>> at org.eclipse.core.runtime.Status.setMessage(Unknown Source)
>> at org.eclipse.core.runtime.Status.<init>(Unknown Source)
>> at org.maven.ide.eclipse.core.MavenLogger.log(Unknown Source)
>> at
>> org.maven.ide.eclipse.internal.project.MavenProjectManagerRefreshJob.run(Unknown
>> Source)
>> at org.eclipse.core.internal.jobs.Worker.run(Unknown Source
>>
>> ------------------------------------------------------------------------------------------------------------------------------------
>> Issue 2: Disabling and activating Maven Dependency Management provokes
>> the
>> following error message:
>>
>> !ENTRY org.eclipse.ui 4 0 2008-10-20 16:03:27.720
>> !MESSAGE java.lang.NullPointerException
>> !STACK 0
>> java.lang.NullPointerException
>> at
>> org.maven.ide.eclipse.internal.project.MavenProjectManagerImpl.execute(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.internal.project.MavenProjectManagerImpl.readProjectWithDependencies(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.internal.project.MavenProjectFacade.getMavenProject(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.internal.project.WorkspaceStateWriter.mavenProjectChanged(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.internal.project.MavenProjectManagerImpl.notifyProjectChangeListeners(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.configureNewMavenProject(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.enableMavenNature(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.actions.EnableNatureAction.enableNature(Unknown
>> Source)
>> at org.maven.ide.eclipse.actions.EnableNatureAction.run(Unknown
>> Source)
>> at
>> org.maven.ide.eclipse.actions.AbstractMavenMenuCreator$ActionProxy.run(Unknown
>> Source)
>> at org.eclipse.jface.action.Action.runWithEvent(Unknown Source)
>> at
>> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown
>> Source)
>> at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown
>> Source)
>> at
>> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Unknown
>> Source)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
>> at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
>> at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
>> at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
>> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown
>> Source)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
>> at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
>> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown
>> Source)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown
>> Source)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown
>> Source)
>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown
>> Source)
>> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown
>> Source)
>> 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.invokeFramework(Unknown Source)
>> at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
>> at org.eclipse.core.launcher.Main.run(Unknown Source)
>> at org.eclipse.core.launcher.Main.main(Unknown Source)
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to