Most Hibernate tutorials use Maven for handling the build, but I'm looking for a basic configuration using Ant instead. I've reviewed this some:
https://www.hibernate.org/hib_docs/tools/reference/en/html/ant.html
However, it seems like it covers way more in an introductory tutorial than I need. I really want to get started w/ some simple DB table to POJO mapping, and need just enough in the build script to get me started. Thanks!