You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2011/09/26 23:11:17 UTC

[jira] Closed: (MJAVADOC-325) Incorrect -link is generated when its URL contains a comma

     [ https://jira.codehaus.org/browse/MJAVADOC-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MJAVADOC-325.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.1

Fixed in [rev. 1176059|http://svn.apache.org/viewvc?rev=1176059&view=rev]

> Incorrect -link is generated when its URL contains a comma
> ----------------------------------------------------------
>
>                 Key: MJAVADOC-325
>                 URL: https://jira.codehaus.org/browse/MJAVADOC-325
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.8
>         Environment: Maven home: c:\apache-maven-3.0.3\bin\..
> Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
> Java home: C:\Progra~2\Java\jdk1.6.0_22\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
>            Reporter: Paul Benedict
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 2.8.1
>
>
> I consistently get this error when generating javadoc:
> bq. Exit code: 1 - javadoc: error - Illegal package name: ""
> I tracked it down to how the plugin's options file is generated. The new Oracle JDK 1.5 javadoc link is this:
> http://download.oracle.com/javase/1,5,0/docs/api/
> There's a comma between the 1 and the 5. The comma is somehow being used as a separator for the plugin because this gets generated:
> {quote}
> -link
> 'http://download.oracle.com/javase/1
> -link
> 5.0/docs/api'
> {quote}
> Bascially, I can't generate 1.5 javadoc with the new Oracle link.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira