Plugin does not accept URL to an offlineLink's location
-------------------------------------------------------

                 Key: MJAVADOC-128
                 URL: http://jira.codehaus.org/browse/MJAVADOC-128
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.2
            Reporter: Greg Thompson


According to 
http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/javadoc.html#linkoffline, 
the location "is the path or URL to the directory containing the package-list 
file for the external documentation."  The plugin's OfflineLink.java uses a 
java.io.File for the argument, which munges it if it's a URL.  Easiest fix 
might be to just use String instead of File.

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

        

Reply via email to