If it's not the same issue please open a new one. I am seeing empty javadoc warning reports too, but I haven't had the time to investigate.

-Lukas


Jeff Jensen wrote:
We miss this report for summarizing Javadoc errors.

I entered this JIRA on 27/Sep/05:

http://jira.codehaus.org/browse/MPJAVADOC-61
Does it apply to your situation?  If so, please add your details to help
diagnose.  Your error situation may be different than mine.  Our results are
the same though, an empty report.


-----Original Message-----
From: Girish Nagaraj [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 5:07 AM
To: [email protected]
Subject: [m1] Re: Javadoc warnings report is not getting generated with
Maven 1.1 beta1 and beta2

Hello All,

Unfortunately I did not get any response to my email. Wonder if nobody cares
about the javadoc warnings report of if I am the only using the report.

I am still seeing this problem even with a very simple single java file in
the project.

Just add any java file which contains a javadoc warning (like no @param or
something like that) public class MyTest {
    /**
    ** Constructor.
    ** @param oldAttr Some error
    */
    public MyTest(String foo,  String bar)
    {

    }
}

Maven javadoc can be seen error out with the following warning on the
console

*** WARNING: exception parsing line '  [javadoc]
C:\Temp\mtest\src\main\java\ora
cle\mds\persistence\MyTest.java:20: warning - @param argument "oldAttr" is
not a  parameter name.': org.apache.commons.collections.set.ListOrderedSet:
method <in
it>()V not found

and the javadoc warnings report contains just the number of files having
warnings.

Could somebody please suggest how to fix this problem? Is upgrading to Maven
2 only soln to resolve this problem :( ?

Thanks
Girish



On 11/19/05, Girish Nagaraj <[EMAIL PROTECTED]> wrote:

Hello,

When I run "maven site", the javadoc warnings report fails to get generated correctly.It just contains the number of files, but does not list the javadoc problems (though there are many).
The following message shows up on the console
*** WARNING: exception parsing line ' [javadoc] <....>.java:726: warning - Tag @inheritDoc cannot be used in constructor documentation. It can only be used in the following types of documentation: method, inline

text.':

org.apache.commons.collections.set.ListOrderedSet: method <init>()V not found

Is there anyway this I can be fix this?

Thanks,
Girish




---------------------------------------------------------------------
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