pf4j icon indicating copy to clipboard operation
pf4j copied to clipboard

Can't open project as maven project in eclipse

Open WolfgangFahl opened this issue 7 years ago • 5 comments

With a new fork of pf4j the project will not properly open when using eclipse 2018-09 (4.9.0). The .classpath files seem not to be compatible to a multi-module maven project

WolfgangFahl avatar Dec 04 '18 12:12 WolfgangFahl

The procedure in https://stackoverflow.com/a/46012075/1497139 needs to be followed. It would be good to update the documentation accordingly.

WolfgangFahl avatar Dec 04 '18 12:12 WolfgangFahl

Still the p4j module is not handled correctly. The issues seems to be that it has the same name as the main java project and that is not allowd in Eclipse. renaming the main directory from p4j to p4jmaster fixes the issue. You might want to give a hint in the documentation

WolfgangFahl avatar Dec 04 '18 14:12 WolfgangFahl

Thanks! I don't use Eclipse so I don't know too much about Eclipse.

decebals avatar Dec 06 '18 16:12 decebals

It's the same with Visual Studio Code. You are always getting the following error message: image

So you wont get full IntelliSense feature.

meydominic avatar Apr 15 '19 07:04 meydominic

@WolfgangFahl I think we can close this issue. Your comments are helpful and the steps described in comments are straightforward. It will be useful to have a new section Eclipse in Developers (or few words in the existed How to build section) that would contain all this information, but I don't use Eclipse and I cannot validate the steps.

decebals avatar Oct 03 '23 17:10 decebals