[ http://jira.codehaus.org/browse/MPMD-2?page=comments#action_56205 ]
Bernd Bohmann commented on MPMD-2: ---------------------------------- With the patch it's works. > pmd has problems with package-info.java. > ---------------------------------------- > > Key: MPMD-2 > URL: http://jira.codehaus.org/browse/MPMD-2 > Project: Maven 2.x Pmd Plugin > Type: Bug > Environment: Ubuntu 5.10 > Reporter: Bernd Bohmann > Assignee: Brett Porter > Priority: Minor > Fix For: 2.0-beta-1 > Attachments: PmdReport.java.patch > > > pmd has problems with package-info.java. Please exclude package-info.java > from report. > package-info.java can be used in place of package.html (which supports only > comments, not annotations) > Please update to pmd version 3.3 > Embedded error: Failure executing PMD for: > myfaces/tobago/taglib/component/package-info.java > Encountered "package" at line 27, column 1. > Was expecting one of: > "class" ... > "final" ... > "interface" ... > <IDENTIFIER> ... > "@" ... > "public" ... > "static" ... > "protected" ... > "private" ... > "abstract" ... > "synchronized" ... > "native" ... > "transient" ... > "volatile" ... > "strictfp" ... -- 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]
