I have a brand new Eclipse 3.2 installation with the complete Callisto bundle, including WST. I downloaded Hibernate Tools 3.2 beta 6 and unzipped it into the eclipse directory. When I start eclipse with -clean and then go to Product Configuration, Hibernte Tools is marked with an X due to a configuration error:
Quote:
Plug-in "org.eclipse.wst.validation.ui" version "1.0.0.v200605301759" referenced by this feature is missing.
Plug-in "org.eclipse.wst.common.frameworks.ui" version "1.0.100.v200605261351" referenced by this feature is missing.
My plugin directory does have very close versions of those two, but they are not exactly the same:
org.eclipse.wst.common.frameworks.ui_1.1.0.v200606130645.jar
org.eclipse.wst.validation.ui_1.1.0.v200606130645.jar
Note, the version numbers match but the dates embedded in the filename are newer in my copies from the Callisto release.
The Hibernate Tools 3.2Beta6 zip does not contain the needed files. Would you think I could just update the Hibernate Tools feature.xml file to refer to the versions I do have?
--keenan