Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] JAX-WS 2.2 compilation order problem (Jdk 6 and Java EE 6)

This is a known problem without good solution that works both on command
line and inside IDE

https://bugs.eclipse.org/bugs/show_bug.cgi?id=363237

--
Regards,
Igor

On 2012-12-11 6:24 AM, Adrian Gonzalez wrote:
Hello,

I'm using m2e for a Java EE 6 application.
In my project I have a dependency to jax-ws 2.2 API (java ee6).
However, I use jdk 6 to compile (jaw-xs 2.1 API).

And Eclipse imports the jdk classes before my own dependency, so I have
a compilation error.

What's the best way to handle this ?
  * I could add jax-ws 2.2 in my jdk, but then everyone in my team would
need to do that.
  * I could change manually the compilation order in the project, but
it's a manual operation.
  * better ?

Thanks !






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



Back to the top