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
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
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
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
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
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
My classpath looks like:
It runs from my IDE!
If I enhance my $CLASS
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