Quote:
Does anyone have any thoughts on getting the debugger started? Is it possible to just stop using Ant, and build the programs directly within Eclipse?
It is possible, but not always easy to get the directory structure correct, and it depends very much on your individual project build setup.
If all the JAR files are referenced in your build path (and bear in mind that there are some run time JARs that are required by hibernate and others that aren't required for a build, such as cglib), and your hibernate config files and mapping files are available, then you should be able to have Eclipse automagically run your code.
If you could post more information about the issue, then I would be happy to help out.[/quote]