Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Compiler madness!

Thanks, Igor - and sorry for the inappropriate posting.

On topic, however - is there a chance that m2e will have a lifecycle mapping for this compiler?

-pete

On Tue, Jun 5, 2012 at 10:26 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
You can try tycho-compiler-jdt 0.15.0 (compiler id=jdt), which uses 3.8
jdt core bits. If this does not work, I suggest you ask on maven users
mailing list, this list is dedicated to m2e-specific questions and
discussions.

--
Regards,
Igor


On 12-06-05 10:21 AM, Peter Murray wrote:

Greetings all,

We're trying to create a maven build for projects which build fine in
eclipse and we're running into trouble.  Here's what we're seeing:

1) The standard JDK 7u3 compiler (and 6u31) do not handle some number of
cases (which we apparently use a lot) of parameterized type inference.
Inside eclipse indigo, these compile fine, but the default compilation
settings from maven do not handle them.

2) The latest plexus-compiler-eclipse gacks with an NPE in
getTypeOrPackage - no information on how to resolve in our code.  It
appears to be a bit stale vis a vis the latest indigo jdt version - so
that may be the issue.

Is there any hope of creating a maven build that mimics the eclipse
compiler behavior?

Cheers,

--
-pete
peter m. murray


_______________________________________________
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



--
-pete
peter m. murray
pete@xxxxxxxxxxx

Back to the top