Details
Description
If QDox is handed only one source file, and that one references another one that is also available, it should be reachable. I.e. implicitly parsed on demand.
Activity

Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.3 [ 10107 ] | |
Affects Version/s | 1.3 [ 10107 ] |

Status | Assigned [ 2 ] | Closed [ 6 ] |
Resolution | Won't Fix [ 2 ] |
The reason for this RFE was that sometimes you only want to generate (using the upcoming XDoclet2) files for certain sources in a sourcetree. This can be handled without further changes if the XDoclet task accepts an additional "reference" fileset. Then the files to generate for could be found first, and then the "reference" fileset could be added to QDox later.
This is tested here:
http://qdox.cvs.codehaus.org/qdox/src/test/com/thoughtworks/qdox/JavaDocBuilderTest.java.diff?r1=1.21&r2=1.22
See the testClassesCanBeAddedLater() method