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

Mojarra issue 5398 move vdldoc and renderkitdoc to faces project #1974

Merged

Conversation

BalusC
Copy link
Member

@BalusC BalusC commented Sep 17, 2024

eclipse-ee4j/mojarra#5398

Basically ensures following finally works fine:

cd ~/git/faces/api
mvn clean package -P docs
browse ./target/renderkitdoc/index.html
browse ./target/vdldoc/index.html

Corresponding PR in Mojarra: eclipse-ee4j/mojarra#5505

NOTE: I had to outcomment jsdoc config because mvn clean package -P docs also executes it and then errors out. The jsdoc config as well as the faces-uncompressed.js file has hard coded mojarra dependencies which can only be fixed by migrating to TypeScript (so we can put interface ts file in Faces project and implementation ts file in Mojarra project). Related: #1598

generate these is already here; any com.sun.faces.* specific entries are
basically emptied -- which is harmless as these files are not actually
used by Mojarra impl); outcomment the jsdoc config until it's figured
out eclipse-ee4j/mojarra#5398

To run them: `mvn clean package -Pdocs`
@BalusC BalusC merged commit 82e0bb5 into 5.0 Sep 19, 2024
1 check passed
@BalusC BalusC deleted the mojarra_issue_5398_move_vdldoc_and_renderkitdoc_to_faces_project branch September 19, 2024 11:23
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.

2 participants