No source files for package - error
843810Sep 12 2005 — edited Sep 12 2005Currently i am running javadoc from the commandline as follows:-
javadoc -doclet javadoc.StandardDoc -classpath C:\j2sdk1.4.2_03\lib\tools.jar -sourcepath D:\Data\CVS\Tools\SoapDocGenerator\src sample
I get these warnings :-
Loading source files for package sample...
javadoc: warning - No source files for package sample
Constructing Javadoc information...
javadoc: warning - No source files for package sample
No public or protected classes found to document.
2 warnings
sample has 3 packages which in turn have the java files.
even if i remove the -doclet option and run javadoc i get the same error.
Could you let me know where i am going wrong?