The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 4 Aug 2003 2:12 AM
    Comment:
A patch would help
    Changes:
             environment changed to 
             timeoriginalestimate changed from 0
             timeestimate changed from 0 minutes
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-266&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-266


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-266
    Summary: task-list plugin does not generate report correctly due to the way 
vdoclet reads src directory
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1
   Versions:
             1.0-beta-8

   Assignee: 
   Reporter: Willie Vu

    Created: Wed, 12 Feb 2003 10:07 PM
    Updated: Mon, 4 Aug 2003 2:12 AM

Description:
I've a class with @todo in the class javadoc.  It doesn't show up in the Task List 
report.

Some investigation leads me to a problem in vdoclet that vdoclet cannot handle a 
duplicate class file sitting in CVS/Base directory.  e.g. this is what the directory 
structure looks like:

MyClass.java (has @todo)
CVS/Base/MyClass.java (has NO @todo)

For some reasons, a duplicate MyClass.java is put in CVS/Base by either WinCVS or 
NetBeans.  When vdoclet uses the srcDir to look for Java files, it found both classes. 
 It must have used the latter clss in CVS/Base and thus no todo is generated in the 
task list report.

Resolution: change vdoclet tag's srcDir to mimic Ant's fileset so that it ignores CVS 
directory by default.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to