I have a patch I'd like to submit. Do I do it by entering an issue in JIRA?

This is for the Hibernate module. Problem: no way to generate the <component/parent> element in a Hibernate mapping document (see http://www.hibernate.org/hib_docs/reference/en/html/ mapping.html#mapping-declaration-component). Adding support for a @hibernate.parent tag is trivial:

*** modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate- properties.xdt16 Apr 2004 22:16:42 -0000 1.25
--- modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate- properties.xdt8 Jun 2004 22:35:46 -0000
***************
*** 71,76 ****
--- 71,82 ----
</component>
</XDtMethod:ifHasMethodTag>


+      <XDtMethod:ifHasMethodTag tagName="hibernate.parent">
+         <parent
+             name="<XDtMethod:propertyName />"
+         />
+      </XDtMethod:ifHasMethodTag>
+
          <XDtMethod:ifHasMethodTag tagName="hibernate.set">
          <set
              <XDtHibernate:roleAttribute/>="<XDtMethod:propertyName/>"

I'm not sure what to change to add @hibernate.parent to the documentation... can someone steer me in the right direction?

Thanks,
mark



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to