[ 
https://issues.apache.org/jira/browse/MJAVADOC-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957689#comment-17957689
 ] 

Olivier Lamy commented on MJAVADOC-325:
---------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-javadoc-plugin#621|https://github.com/apache/maven-javadoc-plugin/issues/621].
 

> Incorrect -link is generated when its URL contains a comma
> ----------------------------------------------------------
>
>                 Key: MJAVADOC-325
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-325
>             Project: Maven Javadoc Plugin (Moved to GitHub Issues)
>          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 was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to