From: Joel Rosi-S. <Joe...@Et...> - 2002-11-27 13:40:44
|
I'll take a look at this today. Is it possible to get me commit access to the Tools module, that would be a lot easier than having to produce patches. If this is not a problem, then I would also like an okay to add Eclipse project support. It only adds two files, .classpath and .project, and these are not intrusive to anyone who is not using Eclipse. In fact if you wanted to give me commit on all of the modules, I would be happy to set up and maintain Eclipse project support across the board. For people using Eclispe this makes it *much* easier to pull code out of cvs and be up and running immediately. - joel Gavin King wrote: >Firstly and most importantly, the XDoclet module needs to be updated to >support the new DTD (hibernate-mapping-1.1.dtd). The biggest and most >important change in this is support for the <joined-subclass> mapping style. >However there are also a couple of smaller changes (eg. ><composite-id><property> was changed to <composite-id><key-property>, ><composite-id><key-many-to-one> ). I don't expect it would be very difficult >to extrapolate these changes from the current functionality. ><joined-subclass> is substantially similar to <subclass>, with the exception >that it has the required <key> subelement. > >Gavin > > |