This probably has nothing to do with JavaDoc links. You must be missing 
a dependency in your project.xml. Add a dependenxy to ejb.jar.

Aslak

----- Original Message -----
From: Jose Gonzalez Gomez <[EMAIL PROTECTED]>
Date: Thursday, April 3, 2003 11:15 am
Subject: Problems with javadoc and linking

> 
>    Hi there,
> 
>    I'm generating the javadoc for my application, and trying to 
> link 
> from this javadoc to the APIs I use (J2SE, J2EE, Strtus,...). I 
> have the 
> following in project.properties:
> 
> maven.javadoc.links = http://java.sun.com/j2se/1.4.1/doc, 
> http://java.sun.com/j2ee/sdk_1.3/techdoc, 
> http://jakarta.apache.org/strut
> 
>    From the output of javadoc it seems the info is correctly 
> loaded (no 
> error) but then fails to link to external APIs:
> 
> maven-javadoc-plugin:report:
>    [echo] Linking with API information from 
> http://java.sun.com/j2se/1.4.1/doc ...
>    [echo] Linking with API information from 
> http://java.sun.com/j2ee/sdk_1.3/techdoc ...
>    [echo] Linking with API information from 
> http://jakarta.apache.org/strut ...
>    [javadoc] Generating Javadoc
>    [javadoc] Javadoc execution
>    [javadoc] Loading source files for package 
> com.actaris.eprocurement......
>    [javadoc] Constructing Javadoc information...
>    [javadoc] 
> /home/jgonzalez/projectpackage javax.ejb does not exist
>    [javadoc] import javax.ejb.*;
>    [javadoc] ^
> 
> 
>    Any ideas?
> 
>    Regards
>    Jose
> 
> 
> 
> -------------------------------------------------------------------
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to