[ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58116 ]
Jeff Jensen commented on MPJAVADOC-73: -------------------------------------- I added that to the jelly file in .maven/cache, and it had no effect. I still saw all the exception messages too. > Javadoc Warnings report is empty, has parse exception > ----------------------------------------------------- > > Key: MPJAVADOC-73 > URL: http://jira.codehaus.org/browse/MPJAVADOC-73 > Project: maven-javadoc-plugin > Type: Bug > Versions: 1.8 > Environment: Maven 1.1b2 > Plugin versions: javadoc 1.8, xdoc 1.9.2, site 1.6.1 > Win2K > Reporter: Jeff Jensen > Attachments: site_javadoc-warnings.xml, site_report.txt, > xdoc_javadoc-warnings.xml, xdoc_report.txt > > > The report is empty: states the number of files, number of errors=0, and an > empty Files section. > Running it with maven.javadoc.debug=true, the following info is in the log > (the first error message): > Read 276 line(s) from input file > Building map from 276 input line(s) > Parsing line [javadoc] > C:\devroot\perforce\healthmatchcommon\main\src\java\us\state\vantage\hm\ar\entity\AccountAWPContainer.java:66: > warning - Tag @see: can't find setAutomaticWithdrawalPlan. in > us.state.vantage.hm.ar.entity.AccountAWPContainer > *** WARNING: exception parsing line ' [javadoc] > C:\devroot\perforce\healthmatchcommon\main\src\java\us\state\vantage\hm\ar\entity\AccountAWPContainer.java:66: > warning - Tag @see: can't find setAutomaticWithdrawalPlan. in > us.state.vantage.hm.ar.entity.AccountAWPContainer': > org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set; > java.lang.NoSuchMethodError: > org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set; > at > org.apache.maven.javadoc.JavadocWarningsTextToXml.buildMap(JavadocWarningsTextToXml.java:295) > This failure repeats many times, I think for every warning in the file. > But, if I run "maven javadoc xdoc" only, the file parses correctly and xdoc > creates a correct web page. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
