-->
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.  [ 6 posts ] 
Author Message
 Post subject: how to download clover.jar
PostPosted: Wed Nov 09, 2005 3:36 am 
Newbie

Joined: Mon Nov 07, 2005 10:41 am
Posts: 3
Dear All,

Can you tell me how to download clover.jar
Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 09, 2005 11:42 am 
Senior
Senior

Joined: Mon Apr 04, 2005 8:04 am
Posts: 128
Location: Manchester, NH USA
http://www.google.com/search?q=clover+download&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official

http://www.cenqua.com/clover/


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 10, 2005 5:57 am 
Newbie

Joined: Mon Nov 07, 2005 10:41 am
Posts: 3
Thanks a lot.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 10, 2005 6:52 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
you dont need clover.jar to build or run hibernate tools nor core.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 17, 2005 12:04 pm 
Newbie

Joined: Thu Sep 01, 2005 8:43 am
Posts: 14
Hi Max,

can you be a bit more concrete on this, please? I've seen also other posts one does not need clover.jar, but I am getting a FATAL ERROR (not just a warning) when trying to generate the DDL:
Code:

[hibernatetool] [CLOVER] FATAL ERROR: Clover could not be initialised. Are you sure you have Clover in the runtime classpath? (class java.lang.NoClassDefFoundError:com_cenqua_clover/CloverVersionInfo)


I am using hibernate 3.1 rc 2 & Hibernate tools 3.1 beta 1, no annotations(for now :).

I guess something completely stupdi, but that's how it is beeing a newbie :). Here's my task


Code:
   <target name="genDDL">
      <hibernatetool destdir="${src}/test">
         <configuration>
            <fileset dir="${src}" id = "id">
               <include name="**/*.hbm.xml"/>
            </fileset>
         </configuration>   
         <hbm2ddl drop="false" outputfilename="${src}/test/ngDDL.sql"/>
      </hibernatetool>   
   </target>   

Thanks in advance,


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 17, 2005 12:25 pm 
Newbie

Joined: Thu Sep 01, 2005 8:43 am
Posts: 14
Ignore this,

I was using a wrong version of hibernate-tools...

sorry,


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 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.