The following issue has been updated:

    Updater: Andrew Stevens (mailto:[EMAIL PROTECTED])
       Date: Sat, 23 Apr 2005 3:16 AM
    Changes:
             priority changed from Major to Minor
             Component changed to Documentation
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1354?page=history

---------------------------------------------------------------------
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: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             JDO Module
             Documentation
   Fix Fors:
             1.3
   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:16 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

Reply via email to