Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Too many class path resets

I am not aware of any scenario when m2e resets either project and
maven classpath on java file save, so I need to understand the problem
better before I will be able to help find a solution. Can you
provide a standalone example project and steps to trigger such classpath
reset?

--
Regards,
Igor

On 11-08-13 12:10 AM, Max Rydahl Andersen wrote:
Hi Igor,

We've been looking at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=342903#c49 and we are
still continuing to see maven builder resetting the class path even
on trivial changes (java file save).

That has the sideffect of triggering our CDI builder in
https://issues.jboss.org/browse/JBIDE-9271 and then cause slowdowns.

We are looking at reducing our side of the problem, but the root
cause is that the class path gets reset even though nothing seem to
have changed.

We would like to make the patch correct but to do that we would need
to somehow trigger an update when projects gets added/removed - our
current approach you rejected; any suggestion on how we can fix that
better ?

If you could give a hint - then we'll redo patch and  accommodate
it.

p.s. i'm going on vacation the next 2 weeks but Snjezana will be
around.

/max http://about.me/maxandersen


Back to the top