You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jeff Jensen (JIRA)" <ji...@codehaus.org> on 2006/02/07 23:25:47 UTC

[jira] Created: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

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


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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58119 ] 

Arnaud Heritier commented on MPJAVADOC-73:
------------------------------------------

I'm publishing a new snapshot of maven 1.1 beta 3 :
http://people.apache.org/~aheritier/maven/1.X/snapshots/
I'll be uploaded in 30mn
Can you test it to see if this problem is solved for you ?

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58194 ] 

Jeff Jensen commented on MPJAVADOC-73:
--------------------------------------

Arnaud, I think you nailed it!  b3 successfully generates the Javadoc Warnings Report in my local environment.  I have had b3 running our CruiseControl builds all day without problem, too.  Our 5-hour nightly Maven site gen will run tonight, and I expect clean pages for all products.  If not, I will let you know!

Thanks to both of you for the fast response - very much appreciated.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=all ]
     
Lukas Theussl closed MPJAVADOC-73:
----------------------------------

    Resolution: Won't Fix

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58205 ] 

Arnaud Heritier commented on MPJAVADOC-73:
------------------------------------------

tell us if it's fixed for you tomorrow and we'll close the issue. Thanks

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58398 ] 

Jeff Jensen commented on MPJAVADOC-73:
--------------------------------------

It is working well with beta 3.  Thank you again.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=all ]

Jeff Jensen updated MPJAVADOC-73:
---------------------------------

    Attachment: xdoc_javadoc-warnings.xml
                xdoc_report.txt

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=all ]

Jeff Jensen updated MPJAVADOC-73:
---------------------------------

    Attachment: site_javadoc-warnings.xml
                site_report.txt

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Jeff Jensen (JIRA)" <ji...@codehaus.org>.
    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58110 ] 

Lukas Theussl commented on MPJAVADOC-73:
----------------------------------------

Can you try to add a prereqs="xdoc:init" to the maven-javadoc-plugin:register goal in plugin.jelly of the javadoc plugin?

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org