ant « Schema « JPA Q&A





1. ant + schemaexport = java.util.zip.ZipException    forum.hibernate.org

Newbie Joined: Tue Sep 30, 2003 12:59 pm Posts: 8 trying to setup a basic ant script to generate the sql but i keep running into this issue, i'm i missing something?

2. schemaExport/schema Update ant tasks - always purge data?    forum.hibernate.org

Do schemaExport and/or schemaUpdate allow you to maintian your database data if they are being used after a field has been added to you class (that necessitates a new column in the table)? I have tried and my table keeps getting dropped. For example, if I have a lot of data in a table, is it possible to use either of ...

3. SchemaExport from ant takes 3 mins to run    forum.hibernate.org

Author Message john_brinnand Post subject: SchemaExport from ant takes 3 mins to run Posted: Fri Dec 10, 2004 12:58 pm Newbie Joined: Thu Dec 09, 2004 7:00 pm Posts: 3 Scenario: run hibernate schema export from ant: Command: ant schemaexport Result: normal processing until hibernate attempts to connect to the mysql server. It always takes 3 minutes 12-15 seconds ...

4. SchemaUpdate with Ant    forum.hibernate.org

Hibernate version: 2.1.8 Ant version : 1.6.5 Hi, I want to do a shema update with Ant, and I encounter a problem. SchemaUpdate can't find the persistent classes ( net.sf.hibernate.MappingException: persistent class [ xxx ] not found). I'm sure of the classpath I've initialized. The classes are in this classpath. My Ant script works in a Windows XP environment (Command line ...

5. ant and SchemaExportTask    forum.hibernate.org

Newbie Joined: Thu Feb 28, 2008 8:21 pm Posts: 10 Hello: I am trying to get the SchemaExportTask to generate DDL for me. However, I believe there is something wrong with my Ant task. Your kind assistance is requested. Please find below my build.xml for ANT and my hibernate.cfg.xml I am trying to run the task schemaExportTask. When I run --> ...

6. export-schema using ant (&netbeans6)    forum.hibernate.org

Newbie Joined: Fri Apr 25, 2008 7:39 pm Posts: 3 Can anyone get org.hibernate.tool.ant.HibernateToolTask to export-schema into MySql ? I'm using netbeans and ant. it's worth noting that the tutorial in the doc folder with the hibernate download ( main site) works by merely including create in the hibernate cfg ...

7. hibernate - ant and SchemaExportTask    forums.oracle.com

...