0

I have a java project having different modules in it. When I navigate to specific module, I see my source java files are in different directories like - com/test/src OR com/test/main/src OR com/main/resource/core etc.

The problem is, I can't go in each and every parent directory and run javadoc to get output. I tried to use javadoc with -subpackages to fetch recursively all the files but failed. I also tried to get all source files using dir /s /n *.java but it couldn't help really.

What I want is - is it possible to fetch out all the source files recursively and generate javadoc for the same ? like kind of batch file which first find the source and give output to javadoc to generate the docs ?? Also, please let me know if any tool is available to achieve this instead of command prompt.

Thanks in Advance.

4

0 回答 0