Re: [Hibernate] Ant task for CodeGenerator

2004-03-26 Thread Nicolas Mayeur
Exact! Sorry! Nico --- Max Rydahl Andersen <[EMAIL PROTECTED]> a écrit : > eh ? there already is one ;) > > http://www.hibernate.org/98.html > > and it's called Hbm2JavaTask > > /max > > Nicolas Mayeur wrote: > > >Hello! I am proposing this code to create an Ant > task > >for the CodeGenera

Re: [Hibernate] Ant task for CodeGenerator

2004-03-25 Thread Max Rydahl Andersen
eh ? there already is one ;) http://www.hibernate.org/98.html and it's called Hbm2JavaTask /max Nicolas Mayeur wrote: Hello! I am proposing this code to create an Ant task for the CodeGenerator in hibernate extension. SchemaGeneration has already one, I think CodeGenerator needs one too. Examp

[Hibernate] Ant task for CodeGenerator

2004-03-25 Thread Nicolas Mayeur
Hello! I am proposing this code to create an Ant task for the CodeGenerator in hibernate extension. SchemaGeneration has already one, I think CodeGenerator needs one too. Example of use : Nico PS : I am not sure

Re: [Hibernate] Ant task for updating hibernate.cfg.xml

2003-11-18 Thread Max Rydahl Andersen
This sounds interesting - but please submit it via the JIRA (http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa) Best regards, Max Per Thomas Jahr wrote: Hi, I would like to donate this Ant task to the Hibernate project (how?). The purpose is to generate a hibernate.cfg.xml

[Hibernate] Ant task for updating hibernate.cfg.xml

2003-11-18 Thread Per Thomas Jahr
Hi, I would like to donate this Ant task to the Hibernate project (how?). The purpose is to generate a hibernate.cfg.xml based on mapping files generated by middlegen. I have attached the code, but maybe I should upload it to somewhere (CVS, wiki)? Or maybe it would be possible to get it to the H

Re: [Hibernate] ant task

2003-08-14 Thread Anders Hermansen
Hi Oliver, Are you sure that the path build/classes is in your classpath when schemaexport is running? How is the classpathref "classpath" defined in your build.xml? Anders * Oliver Wehrens ([EMAIL PROTECTED]) wrote: > Hi, > > I have a project where I separated the mapping files from the clas

Re: [Hibernate] ant task

2003-08-14 Thread Oliver Wehrens
My classpath looks like: It runs from my IDE! If I enhance my $CLASS

[Hibernate] ant task

2003-08-14 Thread Oliver Wehrens
Hi, I have a project where I separated the mapping files from the classes. So classes in build/classes and the mapping files are in webapps/gridsphere/WEB-INF/persistence/ . If I now want to use the anttask schemaexport to create the database my classes are not found. My classpathref includes