Skip to content

docs: add Eclipse IDE import steps and known Eclipse validator issues - #343

Open
KushalGupta0 wants to merge 1 commit into
eclipse-ee4j:masterfrom
KushalGupta0:master
Open

docs: add Eclipse IDE import steps and known Eclipse validator issues#343
KushalGupta0 wants to merge 1 commit into
eclipse-ee4j:masterfrom
KushalGupta0:master

Conversation

@KushalGupta0

Copy link
Copy Markdown

Closes #201

This adds Eclipse IDE setup steps to the README, mirroring the existing VS Code section.

While testing the import (File > Import > Maven > Existing Maven Projects), I ran into a bunch of Facelet/JSF validator errors in Eclipse's Problems tab — turned out these are just Eclipse's bundled validators not fully understanding the jakarta.* namespace used in Jakarta EE 10. The actual Maven build (mvn clean install) works fine regardless, so these are false positives. Disabling a few specific validators in project Properties > Validation clears most of the noise.

There are also a couple of harmless XML warnings left in web.xml around the ${db.jdbcUrl} placeholder — these come from Eclipse validating the file before Maven does its resource filtering, so they're expected and safe to ignore.

Added both the import steps and a note about these known issues to the Known Issues section, so future contributors don't get stuck wondering if something's actually broken.

Signed-off-by: Kushal Gupta <pcc.varshney@gmail.com>
@m-reza-rahman

Copy link
Copy Markdown
Contributor

I’ll validate this when I am able. As far as I know, Eclipse IDE is still yet to support Jakarta EE 10, and the Payara plugin still doesn’t work. mvn clean install working is way too low of a usability bar for an IDE.

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

Successfully merging this pull request may close these issues.

Switch to Eclipse IDE

2 participants