Hi Jeff,

I thought we had resolved all your problems with javadoc warnings ;)

Would you mind opening another issue with more detailed information, ie the exact versions of javadoc, xdoc and site plugin that you are using, and the files that are generated in target/javadoc? Or even better, a small, reproducible test case? It's weird though that it works with xdoc but not with site.

Thanks,
Lukas


Jeff Jensen wrote:
Hi,

Our Javadoc Warnings Report run with maven site has failed for along time.  I
finally have time to (hopefully!) resolve the problem.

The report will state 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:devrootperforcehealthmatchcommonmainsrcjavausstatevantagehmarentityAccountAWPContainer.java:66:
warning - Tag @see: can't find setAutomaticWithdrawalPlan. in
us.state.vantage.hm.ar.entity.AccountAWPContainer
*** WARNING: exception parsing line '  [javadoc]
C:devrootperforcehealthmatchcommonmainsrcjavausstatevantagehmarentityAccountAWPContainer.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.

Nothing is obvious to me at this point - I keep reviewing the jelly file hoping
to find something.  Does it to anyone else?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to