Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e 0.13 - can't import anything anymore :(

>> And would you guys accept a patch for controlling the severity of this error ? (I couldn't find a way to control it currently)
> 
> When was the last time you paid attention to warning or info messages?

When I wanted to quick fix them - I did not say they shouldn't be errors by default.
> 
> Trick here is that for some projects/plugins these are warning/info
> messages, in other cases these are hard failures (eg, compile errors
> because code generated did not happen), and yet there cases somewhere
> inbetween (eg, some tests won't run). I do not believe we ever want to
> hide/obscure hard failures, but only the developer can know what they
> are and make appropriate actions.

Again, the fact that maven-ant-run plugin does not have a matching eclipse plugin
has *zero* affect on my usage of m2eclipse nor is it in way an error for my project
since eclipse is never going to need that.

I would thus rather put that as a warning instead of having it put a red error marker
on my project so I won't notice *real* errors (i.e. compile errors before its too late).

I could of course add in those 30 or so lines of text into my pom.xml but sometimes
you work on projects where that just wont be acceptable.

Look at all the compile warnings/errors settings for eclipse - many of these are errors by
default but can be downgraded because users work on projects where these are accepted problems.
i.e. I always downgrade the require SerialVersionUID warning/error since it is completely bogus
for most projects.

m2eclipse having challenges matching up a pom plugin with an Eclipse plugin really aren't something
I would like to keep seeing after the first few days of m2eclipse usage...fine upfront but please let users
remove the red lights that aren't really red lights for them.

/max


> 
> 
> [skip some more]
> 
> 
> --
> Regards,
> Igor
> _______________________________________________
> m2e-dev mailing list
> m2e-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-dev

/max
http://about.me/maxandersen





Back to the top