Hi,

I tried

    <javadoc
      packagenames = 'org.zellner.*'
      destdir = 'dest'>

      <fileset dir = 'src' defaultexcludes = 'yes'/>

      <link
        offline = 'true'
        href = 'http://java.sun.com/products/jdk/1.4/docs/api/'
        packagelistLoc = '/var/www/java.sun.com/api/'/>

    </javadoc>

where 
    /var/www/java.sun.com/api/

contains the full java documentation from sun including the 'package-list'


But this creates html links to (e.g.)

    href = '../../../http://java.sun.com/products/jdk/1.4/docs/api/java/io/String.html'
            ^^^^^^^^^ 

what did I make wrong ?

-- 
Johannes

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to