Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iam-dev] Heads up on a weird MavenExecutionResult bug

Ok, will be the first bugfix in eclipse's svn :-)

BTW, at some point we try to fall back to using the maven super pom in case of errors... check the classes in our plexus customizer just in case.

On Wed, Oct 29, 2008 at 4:51 AM, erle mantos <emantos@xxxxxxxxx> wrote:
Hi Guys,

I've been debugging something regarding an NPE in our import wizard
when you point it to
a directory that has no maven project. It turns out that the
getTopologicallySortedProjects()
of MavenExecutionResult returns 1 project even if the directory has no
maven project. The
returned project has the triplet of < org.apache.maven : super-pom :
3.0 >. I'll be coding around
this problem for the moment, so, expect some changes on
ProjectScanner.java to get around this.

Btw, it has a correct behaviour when you do point it to a directory
with a maven project.

--
-------------------------------------------------------------------
Every bit is sacred, Every bit is right.
If a bit is wasted, I can't sleep at night.
Every bit is gorgeous, Every bit is free.
Admire the shape it forges, In hex and BCD!
-------------------------------------------------------------------
_______________________________________________
iam-dev mailing list
iam-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/iam-dev



--
Abel Muiño - http://ramblingabout.wordpress.com/

Back to the top