Andrew, thanks that helped resolve the javadoc errors. The javadoc documentation is there as well. My problem however is that the <document> target in build-docs.xml doesn't seem to work.
What I am looking at building is the project documentation as seen on xdoclet.sourceforge.net and to be found in the 1.2b2 dist under \docs including the tags reference. The log still displays: <snip> document mkdir taskdef document (XDocletMain.start 45 ) Running <documenttags/> Generating toc file for namespaces Generating toc file for tags Generating tags toc file </snip> and I am missing the project documentation in \target\docs The \generated-xdocs xml files are present but hard to read. All I am missing is the rendered html view. Anyone has an idea why this is not generated? thanks, Simon -----Original Message----- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 April 2003 6:55 AM To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-devel] can't build the documentation 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 ------------------------------------------------------- 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
