Re: How do i use the hibernate3 plugin from codehause

2006-10-21 Thread Geoffrey De Smet
ll-schema.sql" not a file path. Regards Johann Reyes -Original Message- From: Charles Harvey III [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 10:01 AM To: Maven Users List Subject: Re: How do i use the hibernate3 plugin from codehause You have been able to generate DD

RE: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Yves Van Steen
16:59 Aan: Maven Users List Onderwerp: Re: How do i use the hibernate3 plugin from codehause I'll be damned. I had setup before and it never did anything. Maybe because I had it as a .txt file. I don't care, as long as it is working now I feel much better. Sorry that I said it did

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Charles Harvey III
01 AM To: Maven Users List Subject: Re: How do i use the hibernate3 plugin from codehause You have been able to generate DDL files? See, I think I was mislead by what hibernate3:hbm2ddl is supposed to do. I wanted it to generate a bunch of text files with a bunch of CREATE statements. Inste

RE: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Johann Reyes
10:01 AM To: Maven Users List Subject: Re: How do i use the hibernate3 plugin from codehause You have been able to generate DDL files? See, I think I was mislead by what hibernate3:hbm2ddl is supposed to do. I wanted it to generate a bunch of text files with a bunch of CREATE statements. I

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Charles Harvey III
You have been able to generate DDL files? See, I think I was mislead by what hibernate3:hbm2ddl is supposed to do. I wanted it to generate a bunch of text files with a bunch of CREATE statements. Instead, it connects to my database and creates the tables for me. I can't stop it from doing that

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Mark Hobson
[This discussion should really move to [EMAIL PROTECTED] On 19/10/06, Stefan Hübner <[EMAIL PROTECTED]> wrote: It's in development (1.0-SNAPSHOT). There was an attempt to publish 1.0, but that process got stuck a while ago. there are still some bugs left - like your one. you might want to keep t

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Stefan Hübner
Hi Yves, 2006/10/19, Yves Van Steen <[EMAIL PROTECTED]>: I want to create ddl sql files from my hbm files but none of the goals of the hibernate3 plugin actually works? Is this plugin useable or still in development? I'm using it quite successfully to generate ddl-files with hibernate3:hbm2dd

RE: How do i use the hibernate3 plugin from codehause

2006-10-19 Thread Johann Reyes
help you with it. Regards Johann Reyes -Original Message- From: Charles Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 1:04 PM To: Maven Users List Subject: Re: How do i use the hibernate3 plugin from codehause No. It does not work. I have been trying to get

RE: How do i use the hibernate3 plugin from codehause

2006-10-19 Thread Johann Reyes
Hello Yves To create sql from hbm.xml files it works, from the error message that you posted, it looks like it's failing to connect to your database server as it looks it's trying to create the database tables in it. The difference between hbm2ddl and schema-export is that hbm2ddl is used to creat

Re: How do i use the hibernate3 plugin from codehause

2006-10-19 Thread Geoffrey De Smet
I made patch MOJO-517 to make it work for me. With kind regards, Geoffrey De Smet Charles Harvey III wrote: No. It does not work. I have been trying to get that thing to generate SQL files for a month now. Don't bother wasting your time. Charlie Yves Van Steen said the following on 10/1

Re: How do i use the hibernate3 plugin from codehause

2006-10-19 Thread Charles Harvey III
No. It does not work. I have been trying to get that thing to generate SQL files for a month now. Don't bother wasting your time. Charlie Yves Van Steen said the following on 10/19/2006 1:00 PM: Hey, I want to create ddl sql files from my hbm files but none of the goals of the hiberna