Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Invoking 'Maven Project Builder' hangs forever

According to the thread dump, the build is stuck running code from
net.sf.alchim.spoon.contrib.maven.AbstractSpoonMojo. As far as I can
tell this is one of characteristic manifestations of the 0.12 problems
explained in [1], i.e. m2e 0.12 calls into a "random" maven plugin and
the maven plugin misbehaves. Please m2e 1.0SR1 or the latest 1.1 M-build.

[1] http://wiki.eclipse.org/M2E_plugin_execution_not_covered

--
Regards,
Igor

On 11-11-29 9:00 AM, NGUYEN Van Dan wrote:
I'am using m2eclipse 0.12.1.20110112-1712
Please find JVM thread dump in the enclosed attachment.

Thank in advance for your help,
Dan.

On 11/25/2011 06:56 PM, Igor Fedorenko wrote:
What is exact m2e version that you use? Can you provide JVM thread dump
when Eclipse is in such "hung" state?

--
Regards,
Igor

On 11-11-25 12:11 PM, Van-Dan Nguyen wrote:
Hello everyone,

I'am working on Eclipse using m2eclipse plug-in. Whenever opening a
Maven project, Eclipse operates "maven2Builder" which hangs forever at
"Invoking 'Maven Project Builder'". I cann't cancel this operation
except removing 'maven2Builder' inside ".project" file. Does anyone know
the reason, and how to resolve it without removing 'maven2Builder'
inside .project.

I'am sorry if this problem was treated, I couldn't find any solution in
this mailling list.

Thank everyone,
Dan.


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top