You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chuck Daniels <cj...@yahoo.com> on 2004/02/14 17:43:29 UTC

javadoc problems

Hi,

I am having 2 problems with the javadoc goal (I am using 1.0-rc1
distribution):

1. No table of packages is generated in the main frame, and no list of
packages is generated in the lower left frame, even though I have specified
an overview page (the content of which does appear).

2. In project.properties I have specified maven.javadoc.mode.online=false
and have a value for maven.javadoc.offlineLinks of the form
url#packageListLoc, but javadoc still attempts to connect to the url.  When
I am not online, the goal fails because it cannot fetch the url:

maven-javadoc-plugin:report:
    [echo] Linking offline API information from
http://java.sun.com/j2se/1.3/docs/api#D:\apps\eclips
e\workspace\bmx-logging/src/package-lists/j2se ...
    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] javadoc: Error fetching URL:
http://java.sun.com/j2se/1.3/docs/api/package-list
    [javadoc] 1 error


Any ideas?

Cheers,
Chuck Daniels


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org