[ https://issues.apache.org/jira/browse/LUCENE-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493812 ]
Doron Cohen commented on LUCENE-875: ------------------------------------ It occurred to me that with this, javadoc with jdk 1.5, which also processes gdata, would fail on errors. Ucommenting the gdata-jars addition to javadocs-classpath would solve the errors but there are many warnings still. Then, the fail-on-warning logic would cause javadoc to fail. By itself this is not necessarily a bad thing, as it would encourage to fix that sooner. However when invoked as part of a larger target, like "package" or "nightly", it would stop that target in the middle. > javadocs creation has too many warnings/errors > ---------------------------------------------- > > Key: LUCENE-875 > URL: https://issues.apache.org/jira/browse/LUCENE-875 > Project: Lucene - Java > Issue Type: Task > Components: Javadocs > Affects Versions: 2.2 > Reporter: Doron Cohen > Assigned To: Doron Cohen > Priority: Minor > Fix For: 2.2 > > Attachments: 875_javacc_patch.txt, 875_javacc_patch.txt > > > Currently running 'ant javadocs' creates so many warnings that you have to > grep the output to verify that new code did not add more. > While most current errors might be minor, they might hide a few serious ones > that we will never know abut until someone complains. > Best if we fix all of them and keep it always clean... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]