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

[#4098] Make "play javadoc" fail if javadoc fails #1322

Merged
merged 2 commits into from
Jan 2, 2020

Conversation

davidcostanzo
Copy link
Contributor

This PR updates play javadoc to fail if javadoc fails. It follows the pattern of return code propagation in test.py and deps.py. The new failure message indicates where to look for the errors from javadoc.

I manually confirmed that "play javadoc" shows the expected error as given by the repro steps in the Lighthouse bug report. I manually confirmed that play javadoc does not fail for any of the samples-and-tests with Java 8 despite the errors in the logs/javadoc.err files. I manually confirmed that play javadoc does fail for samples-and-tests/yabe with Java 11 until play dependencies is run, which is consistent with the behavior of play run. I did not add any automated tests because I didn't see where the "play" python script was tested.

Copy link
Contributor

@asolntsev asolntsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xael-fry Recommended to merge.

@xael-fry xael-fry added this to the 1.5.4 milestone Jan 2, 2020
@xael-fry xael-fry merged commit cb82d4a into playframework:master Jan 2, 2020
@davidcostanzo davidcostanzo deleted the lighthouse-4098-patch branch November 18, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants