Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4023384
Votes 0
Synopsis javadoc: should be able to recursively traverse directory tree
Category doclet:tbd
Reported Against 1.0.2
Release Fixed
State 11-Closed, duplicate of 4074234, request for enhancement
Priority: 5-Very Low
Related Bugs 4074234
Submit Date 23-DEC-1996
Description
At present one has to do a find on all the  .java files in order to process them using javadoc. One typically could use "find . -name *.java -print | xargs javadoc <options>" to traverse the directory tree. This is not a cross-platform solution.

There is definitely a need for a capability of javadoc to traverse the directory tree as one of its options. This will eliminate the need for all the java source to be in one directory.
Work Around
N/A
Evaluation
They're asking to document all subpackages of a given package.
This is a dupe of 4074234
  xxxxx@xxxxx   1997-10-07
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang