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.

[675 byte] By [cyberlync] at [2007-9-26 11:28:21]
# 1

Javadoc has been tested to work on Linux. Perhaps

you need a -sourcepath option to tell it where to

find the package.You might also want to use the

-d option so all the files are put in the current directory.

If you need further help, please let us know the full path

to the source files, the current directory, and the

full command you execute.

-Doug Kramer

Javadoc team

dkramer at 2007-7-2 0:41:50 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...