Javadoc does not produce any output

Am trying to run javadoc over about 6500 files. The problem I face is that javadoc dies a silent death with the last few lines being:

...

9 errors

100 warnings

The files do contain Javadoc comments and in fact if I run javadoc over any individual directory the documentation files are properly generated.

Any pointers?

[355 byte] By [krishy5a] at [2007-11-27 11:26:52]
# 1

Since there are 9 errors, there is at least one file that has problems, so I don't believe that "if I run javadoc over any individual directory the documentation files are properly generated"

You need to find the problem, then resolve it.

ChuckBinga at 2007-7-29 16:13:01 > top of Java-index,Java Essentials,Java Programming...
# 2

But I was under the impression that javadoc skips those files that has problems and proceeds with the ones that are fine. Was that an incorrect assumption?

krishy5a at 2007-7-29 16:13:01 > top of Java-index,Java Essentials,Java Programming...