Hi, On Thu, Nov 14, 2013 at 10:38 AM, Julian Reschke <[email protected]> wrote: > When creating eclipse projects, two of them do not compile because of > missing artefacts. > > When trying to import the maven projects, I get "internal error: unsupported > IClasspathEntry kind=4", and the import aborts. > > Is this supposed to work?
Did you use "mvn eclipse:eclipse" before importing the projects? See https://bugs.eclipse.org/bugs/show_bug.cgi?id=374332#c14. Eclipse should be able to import the project from a vanilla checkout with no extra settings. BR, Jukka Zitting
