I try the example in "Hibernate Quickly" ebook and found that using SchemaExportTask to export database in build.xml file is not work in hibernate3. In hibernate3, export database done by use annotations like this <target name="schema-export" > <taskdef name="hibernatetool" classname="org.hibernate.tool.ant.HibernateToolTask" classpathref="schema.classpath" /> <hibernatetool destdir="${sql.dir}"> <annotationconfiguration configurationfile="${src.java.dir}/hibernate.cfg.xml" /> <hbm2ddldir}/hibernate.cfg.xml" drop="true" create="true" export="true" outputfilename="helloworld-ddl.sql" delimiter=";" format="true"/> </hibernatetool> </target> thanks, Jon Rose for ho...
*nix, tech, solana, android, football and watches All comments are welcome.