Yes always. The problem seems to happen only a few days ago. If you google on "JavaDoc hang", you will see this is a known problem for many users.
Notable Known Bugs Bugs that can *hang* the *Javadoc* tool and highly noticeable bugs are listed here. You see a concise list of bugs listed at important new *Javadoc* bugs and regressions<http://java.sun.com/j2se/1.4.2/relnotes.html#javadoc>, and can view listings from our database at Important Bug Fixes and Changes<http://java.sun.com/j2se/1.4.2/fixedbugs/index.html>. - *Javadoc* hangs without any useful message if [EMAIL PROTECTED] is used in a member that cannot inherit a comment. (4812240<http://developer.java.sun.com/developer/bugParade/bugs/4812240.html>, stddoclet) For example: public class C { /** [EMAIL PROTECTED] */ public abstract void m() { } } - Internet Explorer displays unnecessary horizontal scroll bar in the main content pane when frames are showing. A simple workaround is described in the bug report. (4852280<http://developer.java.sun.com/developer/bugParade/bugs/4852280.html>, stddoclet) On Feb 19, 2008 8:27 AM, Jerome Louvel <[EMAIL PROTECTED]> wrote: > > Hi Todd, > > The Javadocs task connects to the Web to retrieve some package lists for > link generation. Do you have Internet working? > > Best regards, > Jerome > > > -----Message d'origine----- > > De : Todd Nguyen [mailto:[EMAIL PROTECTED] > > Envoyé : lundi 18 février 2008 21:55 > > À : [email protected] > > Objet : Re: Latest checkout from the trunk hang at JavaDoc > > > > I tried it many times (ant clean rebuild) before posting it > > to the group :-(. It always hang at JavaDoc. > > > > I'm running on Ubuntu Desktop 7.10. Ant Apache Ant version > > 1.7.0 and Java version "1.5.0_14". > > > > > > On Feb 18, 2008 11:57 AM, Thierry Boileau <[EMAIL PROTECTED]> wrote: > > > > > > Hello Todd, > > > > I've just tried successfully on Windows (jdk 1.5.0_14) and Linux > > Debian (jdk 1.5.0_10). > > Could you try the "rebuild" task? > > > > best regards, > > Thierry Boileau > > > > > > On Feb 18, 2008 7:48 PM, Todd Nguyen <[EMAIL PROTECTED]> wrote: > > > Everything works fine until we do an update from the > > trunk today (svn > > > update). Javadocs hang here. Anyone experiences this > > issue when trying to do > > > a restlet build from the trunk? > > > > > > generate-javadocs: > > > [javadoc] Generating Javadoc > > > [javadoc] Javadoc execution > > > [javadoc] Creating destination directory: > > > "/home/todd/Thirdparty/restlet/build/temp/docs/api/" > > > [javadoc] Loading source files for package org.restlet... > > > [javadoc] Loading source files for package > > org.restlet.data... > > > [javadoc] Loading source files for package > > org.restlet.resource... > > > [javadoc] Loading source files for package > > org.restlet.service... > > > [javadoc] Loading source files for package > > org.restlet.util... > > > [javadoc] Constructing Javadoc information... > > > > > > Thanks > > > Todd > > > > > > > > > > > > > > > >

