Joachim Durchholz wrote:
max wrote:
Which svn url were you using ?
Hey, that's been a year ago :-)
max wrote:
https://anonsvn.jboss.org/repos/hibernate/tools/trunk is the latest trunk and has no .project/.classpath since its a maven project and just imports directly into a plain eclipse with M2eclipse installed.
I guess that I was missing M2eclipse.
What plugins are needed to convert a vanilla Java-SE-programming Eclipse into a plugin-hacking Eclipse? (Maybe none, I don't know, but currently I suppose some tool support would be helpful or even necessary.)
Once that's installed: How do I start the debugger for the plugin I'm hacking? After all, I'd have Hibernate Tools twice, the production version from the distribution and the hacking version from SVN.
None of this code is using eclipse plugins - all of this is just for hibernate tools core - nothing eclipse specific.
If you want to expand/work on the eclipse plugins - that's doable too; but the handling of reverse engineering is 99% hibernate tools core ;)
If you want to do the eclipse plugins that is
https://anonsvn.jboss.org/repos/jbosstools/trunk (a *much* larger checkout, just so you are warned)
When done - import the hibernatetools subtree into eclipse and when you launch it will replace your "production" version.
If you have Eclipse SDK + Eclipse WTP SDK installed you got all the bits and pieces needed to build and develop on hibernate tools.