-
Notifications
You must be signed in to change notification settings - Fork 91
chore: Update publish_javadoc.sh #864
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
Conversation
* add `export` to the envVar's to make sure maven knows about them. * report the Java version
@@ -59,6 +59,9 @@ python3 -m docuploader upload . \ | |||
|
|||
popd | |||
|
|||
# V2 currently requires Java 8 ONLY. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you check for Java 8 instead of printing the version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? It's just there to remind someone when they run across a problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL
* remove `java -version`
@@ -59,7 +59,8 @@ python3 -m docuploader upload . \ | |||
|
|||
popd | |||
|
|||
# V2 | |||
# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we be locking the version of the plugin in the pom.xml then?
Is "doclava" correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's done. DocLava hasn't been published (by us) in 6 years. I'm trying to get this released so we can the CloudRAD done. We are also working on a replacement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I just never encountered that before. I'm still having trouble parsing this comment. It might be worth rewriting.
@@ -59,7 +59,8 @@ python3 -m docuploader upload . \ | |||
|
|||
popd | |||
|
|||
# V2 | |||
# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I just never encountered that before. I'm still having trouble parsing this comment. It might be worth rewriting.
export
to the envVar's to make sure maven knows about them.@tbpg FYI