Javadoc fails on Linux
When attempting to use javadoc on a linux boxen the javadoc process fails with the message
"No package, class, or source file found with name <package name>"
command used to kick off the process
javadoc <package name>
Jdk version
JDK1.3
-
This has worked in the pass and recently stopped. These packages compile just fine and the package names are correct. This particular issue is driving me nuts. I can find no reference to a similar problem anywhere. The only variable that may come in is the existance of the CVS directories nest in the source tree. Even here I don't see how that could effect.

