Quoting Dmitri Colebatch <[EMAIL PROTECTED]>:
> You can link to other packages like this:
>
> [dim@host63 javadoc]$ javadoc -d docs/ \
> > -linkoffline http://java.sun.com/j2se/1.3/docs/api/ \
> > . src/Test.java
>
> and in the current directory have a file called package-list that
> contains
> all the packages you want to link to that url.
>
> probably a good idea to put that in your build script - not sure
> how/if
> ant handles it - haven't looked.
Cool, thanks for the info. I'll see about fixing the build script.
- Christopher