The following issue has been updated:

    Updater: Ben Sommerville (mailto:[EMAIL PROTECTED])
       Date: Wed, 18 Jun 2003 7:04 PM
    Comment:
Unfortunately I don't have access to cvs at work.  The attached file is a patch for 
modules\xdoclet\src\xdoclet\modules\doc\info\InfoSubTask.java & is based on the 1.2b3 
source release.


The patch fixes the problem, not sure if it a correct fix or if something more 
fundemental is wrong in the TemplateSubTask (or XJavaDoc)
    Changes:
          Attachment changed from  to patch.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-530&page=history

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

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-530


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-530
    Summary: Info task generates details for every class in path at each package
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
 Components: 
             XDoclet Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Ben Sommerville

    Created: Wed, 18 Jun 2003 7:01 PM
    Updated: Wed, 18 Jun 2003 7:04 PM
Environment: Windows 2000, JDK 1.4.1_01, ant 1.5.3

Description:
The DocumentDocletTask - info sub task generates detail files for every class in its 
path at every package level.
eg if I have the package structure
a -> b -> 1.java
          2.java
     c -> 3.java
          4.java

I get 
a -> b -> 1_details.html
          2_details.html
          3_details.html
          4_details.html
a -> c -> 1_details.html
          2_details.html
          3_details.html
          4_details.html

So the total number of files generated is number of classes multiplied by number of 
packages.

The error seems to be a fairly simple bug in the InfoSubTask (patch follows)
  


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

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa

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



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to