Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1354 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1354 Summary: wrong documentation for @jdo.fetch-group Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: JDO Module Versions: 1.2.3 Assignee: xdoclet-devel (Use for new issues) Reporter: adriaan peens-hough Created: Thu, 21 Apr 2005 2:30 AM Updated: Thu, 21 Apr 2005 2:30 AM Description: the @jdo.fetch-group tag is documented incorrectly in jdo.xml and xtags.xml. fixes follow (using gnu's diff tool, until i get cvs working) regards adriaan peens-hough --- jdo.xml 2005-04-16 01:06:36.000000000 +0200 +++ jdo.xml 2005-04-19 16:05:36.781250000 +0200 @@ -9,7 +9,7 @@ <tag target="class" name="@sql.table"> <attribute name="table-name"/> </tag> -<tag target="class" name="@jdo.fetchgroup"> +<tag target="class" name="@jdo.fetch-group"> <attribute name="name" required="true"/> <attribute name="post-load"/> <attribute name="field-names"/> --- xtags.xml 2005-04-16 01:02:50.000000000 +0200 +++ xtags.xml 2005-04-19 17:15:10.343750000 +0200 @@ -76,7 +76,7 @@ </tag> <tag> <level>class</level> - <name>jdo.fetchgroup</name> + <name>jdo.fetch-group</name> <usage-description> Defines a fetch-group to be used by JDO detach. Example: @jdo.fe tch-group name="fetch-some-fields" field-names="field0, field1, field2" </usage-description> --------------------------------------------------------------------- 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 is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel