DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6424>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6424

javadoc task needs wildcard for file selection

           Summary: javadoc task needs wildcard for file selection
           Product: Ant
           Version: 1.4.1
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The javadoc task properties seem to force someone to specify package names
and/or every source file needed, but this seems to preclude the possibility of
my needing to run "javadoc -d docs src/*.java" where everything is in a single
default package. That files can be listed explicitly is insufficient in an
evolving project where new files are being added. (That a large number of files
probably needs to be placed into packages is somewhat irrelevant, IMO, as I can
pass the "*.java" wildcard directly to javadoc on the command line.)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to