Javadoc 1.4 hangs

I upgraded to j2sdj1.4.0 and now all of my nightly javadoc jobs are hanging. This happens both on Linux and Windows. Is anyone else seeing this?Any suggestions on how to get past this?
[205 byte] By [karasiuk] at [2007-9-27 0:13:52]
# 1

We are not aware of any general bugs that would hang Javadoc.

Would you please look through the log and tell us the error it reports?

The list of Javadoc features that worked in 1.3.1 but are broken in

1.4.0 is here:

http://java.sun.com/j2se/1.4/relnotes.html#javadoc

Here are two possible culprits:

- javadoc cannot handle packages named *.java (regression)

- When passing package names into Javadoc, it mistakenly

documents any .class files (belonging to the specified packages)

that it encounters on classpath.

-Doug Kramer

Javadoc team

dkramer at 2007-7-4 15:14:45 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

YES

I'm seeing the same problem, sometimes. It hangs on "Building tree for all the packages and classes...". I identified one package that causes the problem but when I ran javadoc on the one package it worked!!!

There is a similar bug #4646923 but it appears to be in a different place than my error.

I was able to run javadoc v1.3 on all my packages without a problem.

Jay Wilt

jawi at 2007-7-4 15:14:45 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
If you would please submit a bug with source files thatreproduce it, we will try to fix it for 1.4.1.This explains how to submit the bug: http://java.sun.com/j2se/javadoc/faq.html#submitbugs-Doug
dkramer at 2007-7-4 15:14:45 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...