Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open project as maven project in eclipse #258

Open
WolfgangFahl opened this issue Dec 4, 2018 · 5 comments
Open

Can't open project as maven project in eclipse #258

WolfgangFahl opened this issue Dec 4, 2018 · 5 comments

Comments

@WolfgangFahl
Copy link

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
Copy link
Author

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

@WolfgangFahl
Copy link
Author

WolfgangFahl commented Dec 4, 2018

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

@decebals
Copy link
Member

decebals commented Dec 6, 2018

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

@meydominic
Copy link

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

So you wont get full IntelliSense feature.

@decebals
Copy link
Member

decebals commented Oct 3, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants