-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: hbm2x not yet documented, how use it ?
PostPosted: Thu Sep 29, 2005 9:02 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
I download the last nightly build of hibernate tools
I create a simple ant task to test hbm2x

<target name="generate.java">
<hibernatetool>
<classpath>
<path location="${java.directory}"/>
</classpath>
<jdbcconfiguration configurationfile="./hibernate-cfg.xml"
revengfile="hibernate-reveng.xml"
packagename="fr.ccip.test"/>
<cfg2hbm destdir="${hbm.directory}"/>

<hbm2x template="${template.directory}/domain/interface.vm" filepattern="{package}/{class}.java"/>

</hibernatetool>
</target>


Error message is :
The <hibernatetool> type doesn't support the nested "hbm2x" element

I look in the jar and there is a hbm2x package. What I've missed ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 10:43 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
I just committed this stuff yesterday and the day before. Not sure if the nightly build has completted for that yet ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 10:46 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
I look in jar files and there is no Hbm2xTask in the "ant" sub jar
and no entry for this stuff in HibernateToolTask ;-(


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 10:48 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
so its not there yet....

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.