Hi,
I use the javadoc task in my project. It works fine except that I can't get the
linkoffline option
to work.
I tried using the linkoffline attribute of the <javadoc> task like this:
<javadoc [...] linkoffline="${link.javadoc.url.j2se} ${link.javadoc.packagelist.j2se}"
>
And I also tried the <link> nested element like this:
<link offline="true" href="${link.javadoc.url.j2se}"
packagelistloc="${link.javadoc.packagelist.j2se}" />
But in both case, when I run ant (with the -verbose option to see what gets actually
passed to
javadoc), the -linkoffline option is not present in the actual call to javadoc.
I searched the ant-user list and did not see any mention of this problem. Am I missing
something?
Thanks,
Joel
--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Joel Feraud Sun Microsystems, Inc.
Tel: +33 476 188 325 07, chemin du Vieux Chene
Fax: +33 476 188 350 38240 MEYLAN, France
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>