elharo commented on code in PR #59:
URL: https://github.com/apache/xerces-j/pull/59#discussion_r2543410195
##########
build.xml:
##########
@@ -574,7 +574,7 @@ Authors:
author='true' version='true'
windowtitle='Other Classes' doctitle='Other Classes'
bottom='${copyright}'
- additionalparam='${additional.param}'
+ additionalparam='-quiet ${additional.param}'
/>
Review Comment:
This isn't hiding any problems. Warnings and errors are still shown. It just
removes pages and pages of info messages like
```
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/constant-values.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/serialized-form.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/overview-tree.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/index.html...
[javadoc] Building index for all classes...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/allclasses-index.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/allpackages-index.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/index-all.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/overview-summary.html...
[javadoc] Generating
/Users/elharo/xerces-j/build/docs/javadocs/xni/help-doc.html...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]