Opened 13 years ago

Closed 13 years ago

#276 closed defect (wontfix)

reduce JavaDoc warnings included in build log files

Reported by: Kevin Milner Owned by: Kevin Milner
Priority: major Milestone:
Component: build-process Version:
Keywords: Cc:

Description

Currently the log files for builds include tons of JavaDoc? warnings...maybe there's a verbosity setting?

Change History (3)

comment:1 Changed 13 years ago by Peter Powers

Resolution: fixed
Status: newclosed

here is no way to control verbosity for the standard doclet. I found some advice on how to alter what cc reports:

http://stackoverflow.com/questions/620606/how-can-i-suppress-warnings-codebase-wide-during-javadoc-compilation

Followed the last comment about altering buildresults.xsl

comment:2 Changed 13 years ago by Kevin Milner

Resolution: fixed
Status: closedreopened

That didn't work, unfortunately. See last night's build (click the "Errors and Warnings" tab)

http://opensha.usc.edu:8080/dashboard/tab/build/detail/OpenSHA-nightly/20110526014511

comment:3 Changed 13 years ago by Peter Powers

Resolution: wontfix
Status: reopenedclosed

There's really nothing to be done about this and it's not worth pursuing. The warnings are only generated during nightly builds. The best thing is to quick-fix the warnings when working on individual files and over time they will be reduced.

Note: See TracTickets for help on using tickets.