Re: [Xdoclet-devel] jdo dependent element attribute

2005-03-09 Thread Andrew Stevens
Thanks for the contribution. Could you please open an enhancement request in JIRA, though, and attach the patch there? http://opensource.atlassian.com/projects/xdoclet/ Emails get lost or overlooked, bugs get tracked... Andrew. On Wed, 2005-03-09 at 16:56, Jeff Brown wrote: > Last night I fou

[Xdoclet-devel] jdo dependent element attribute

2005-03-09 Thread Jeff Brown
Last night I found myself trying to generate jdo metadata that contains a collection whose values need to be marked with dependent-element, per latest JDO 2.0 spec. I found that xdoclet was not generating the attribute for me if I put the appropriate tag in my source file. A little digging br