You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2006/03/06 03:43:14 UTC

[jira] Updated: (MJAVADOC-55) offline links not generated when offline

     [ http://jira.codehaus.org/browse/MJAVADOC-55?page=all ]

Maria Odea Ching updated MJAVADOC-55:
-------------------------------------

    Attachment: MJAVADOC-55-maven-javadoc-plugin.patch

> offline links not generated when offline
> ----------------------------------------
>
>          Key: MJAVADOC-55
>          URL: http://jira.codehaus.org/browse/MJAVADOC-55
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>  Environment: maven 2.0.2
> javadoc plugin (beta-3)
>     Reporter: David DIDIER
>     Assignee: Maria Odea Ching
>      Fix For: 2.0-beta-4
>  Attachments: MJAVADOC-55-maven-javadoc-plugin.patch
>
>
> The javadoc plugin (beta-3) in offline mode doesn't take into account the offlineLinks parameter.
> In JavadocReport.java, line 829:
> if ( !isOffline )
> {
>     addLinkArguments( arguments );
>     addLinkofflineArguments( arguments );
>     ...
> }
> Shouldn't addLinkofflineArguments be outside the if block ?

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org