Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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:01 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
