Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-945 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-945 Summary: [PATCH] Added new feature "referencedFileSet" Type: New Feature Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: XDoclet Module Assignee: xdoclet-devel (Use for new issues) Reporter: D Laskovi Created: Mon, 28 Jun 2004 11:24 PM Updated: Mon, 28 Jun 2004 11:24 PM Description: This patch implements "referencedFileSet", that provides a good solution for the problem reported in XDT-907. Now you can use "fileSet" to specify only the source files containing xdoclet tags that must be processed, and use "referencedFileSet" to reference the remaining files. This way, xdoclet can still extract all the information it needs from all files, but it will only spend time with code generation with the "fileSet" files (not with the "referencedFileSet" files). For a large project, this new ability to regenerate just a subset of the source code files can be about 4 times faster than regenerating everything. I am attaching here the patch files for both Xdoclet and Xjavadoc. I used a "hack" implementation to avoid breaking the official Xjavadoc interfaces, but if you accept my contribution for the official release I suggest you alter the interfaces to provide a cleaner solution! --------------------------------------------------------------------- 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/secure/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 sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
