I’ve upgraded my copies of myEclipse from 3.x to 4.x and now get an error in my XDoclet-generated Hibernate mappings:
Attribute “unique” was already specified for element “many-to-one”.
This is caused by a known bug in XDoclet 1.2.3 ( http://www.mail-archive.com/xdoclet-user@lists.sourceforge.net/msg10374.html ), and the workaround is to either 1) check out and build a new work-in-progress version of XDoclet or 2) downgrade to 1.2.2.
I would like to downgrade, but keep the rest of myEclipse 4.0 intact. How can I do this?
(This is under Eclipse 3.1, freshly installed, on both WinXP and Mac OS 10.4)
…Richard