I am trying Equinox 1-4 as I do not need the power of appfuse yet. I downloaded 1.4 and read the directions.
I went to web/WEB-INF/classes and moved jdbc.properties to jdbc.properties.postgres, and renamed the jdbc.properties.mysql to jdbc.properties. (I use mysql). Then I ensured that I created the "equinox" database with root and admin permissions. (match the jdbc.properties) file. then I ran ant test-all, but it is not creating the tables. After looking around for a bit, I would believe hibernate would create the tables, but I cannot verify this. So, does hibernate create the tables? Or do I need to create them before running the ant test-all command? Thanks
