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?

