Does anyone know how to link to IDL doc within a javadoc task?  The
following target produces a javadoc error because it is looking for
"index.html/package-list" in the linked documentation.

<target name="javadocs" depends="init, javadoc_check"
[...]
    <link
href="http://myserver.somewhere/all_products/doc/product_dir/idl_doc/index.h
tml" />
[...]    
</target>

The specific error is:
[javadoc] javadoc: Error fetching URL:
http://myserver.somewhere/all_products/doc/product_dir/idl_doc/index.html/pa
ckage-list

Thanks.

-Jason

Reply via email to