The following comment has been added to this issue: Author: Andrew Stevens Created: Sat, 23 Apr 2005 3:15 AM Body: I've patched the xtags.xml. I presume that jdo.xml is from the doclipse stuff? (at least that's the only file I can see with that name) If so, it's generated from the xtags anyway...
--------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1354?page=comments#action_16438 --------------------------------------------------------------------- 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: Sat, 23 Apr 2005 3:15 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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel