On Wed, 2003-04-02 at 01:41, Mittag, Simon wrote: > Constructing Javadoc information... > javadoc: Error fetching URL: http://java.sun.com/j2se/1.3/docs/api/package-list > javadoc: Error fetching URL: > http://java.sun.com/j2ee/j2sdkee/techdocs/api/package-list > javadoc: Error fetching URL: http://www.junit.org/junit/javadoc/3.7/package-list > Standard Doclet version 1.4.1 ... > 3 errors > 26 warnings ... > Can anyone give me a tip what isn't working here? I have successfully run the binary > build (am using it) > before starting build-docs. Does it have anything to do with the "not found" package > lists on top of the log?
I guess those are the 3 errors it encounters. Looks like it can't reach those URLs to find the ancestor classes' javadocs. Would I be right in thinking you're trying to do the build offline or behind a web proxy or firewall? Comment out the <link> entries in the javadoc subtask in build-docs.xml (like the ant one already is) and see if that does any better. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
