[jira] Updated: (MNG-1152) Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line

2005-10-10 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1152?page=all ]

Brett Porter updated MNG-1152:
--

Fix Version: 2.0-beta-4

 Javadoc plugin add a spurious -excludePackageNames option on the javadoc 
 command line
 -

  Key: MNG-1152
  URL: http://jira.codehaus.org/browse/MNG-1152
  Project: Maven 2
 Type: Bug
   Components: maven-javadoc-plugin
 Versions: 2.0-beta-3
  Environment: Windows XP
 Reporter: Martin Desruisseaux
 Priority: Minor
  Fix For: 2.0-beta-4



 When an excludePackageNames attribute is set in the POM file for the 
 maven-javadoc-plugin configuration, the plugin add the two following 
 arguments to the javadoc command line:
-exclude the excludePackageNames value
-excludePackageNames the excludePackageNames value
 The first one is correct. The second do not exists and seems to be an 
 accidental copy-and-paste. It can be viewed there:
 http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=291371view=markup
 Search for excludePackageNames in the above-cited link. The last occurence 
 should be removed.

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



[jira] Updated: (MNG-1152) Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line

2005-10-10 Thread allan ramirez (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1152?page=all ]

allan ramirez updated MNG-1152:
---

Attachment: MNG-1152-maven-javadoc-plugin.patch

-removed the -excludePackageNames parameter

 Javadoc plugin add a spurious -excludePackageNames option on the javadoc 
 command line
 -

  Key: MNG-1152
  URL: http://jira.codehaus.org/browse/MNG-1152
  Project: Maven 2
 Type: Bug
   Components: maven-javadoc-plugin
 Versions: 2.0-beta-3
  Environment: Windows XP
 Reporter: Martin Desruisseaux
 Assignee: allan ramirez
 Priority: Minor
  Fix For: 2.0-beta-4
  Attachments: MNG-1152-maven-javadoc-plugin.patch


 When an excludePackageNames attribute is set in the POM file for the 
 maven-javadoc-plugin configuration, the plugin add the two following 
 arguments to the javadoc command line:
-exclude the excludePackageNames value
-excludePackageNames the excludePackageNames value
 The first one is correct. The second do not exists and seems to be an 
 accidental copy-and-paste. It can be viewed there:
 http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=291371view=markup
 Search for excludePackageNames in the above-cited link. The last occurence 
 should be removed.

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