-->
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.  [ 2 posts ] 
Author Message
 Post subject: how to build hibernate jars from svn?
PostPosted: Thu Jul 23, 2009 2:09 pm 
Newbie

Joined: Thu Jun 25, 2009 7:22 am
Posts: 9
Hello. I checked out hibernate from svn and wanted to build the latest hibernate jars, but I could not find the maven target for this purpose. Sadly this is not documented. Does someone know the target or do I have to build the jars myself?


Top
 Profile  
 
 Post subject: Re: how to build hibernate jars from svn?
PostPosted: Thu Jul 23, 2009 2:37 pm 
Newbie

Joined: Thu Jun 25, 2009 7:22 am
Posts: 9
OK, maybe "mvn install" or "mvn package" would create jar files if the compilation would not fail. Looks like the current svn version is not compilable, because I get the following errors:
Code:
[...]
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/SerializableBlob.java:[36,7] org.hibernate.lob.SerializableBlob is not abstract and does not override abstract method getBinaryStream(long,long) in java.sql.Blob

/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/BlobImpl.java:[39,7] org.hibernate.lob.BlobImpl is not abstract and does not override abstract method getBinaryStream(long,long) in java.sql.Blob

/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/ClobImpl.java:[41,7] org.hibernate.lob.ClobImpl is not abstract and does not override abstract method getCharacterStream(long,long) in java.sql.Clob

/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/SerializableClob.java:[38,7] org.hibernate.lob.SerializableClob is not abstract and does not override abstract method getCharacterStream(long,long) in java.sql.Clob

/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/jdbc/ResultSetWrapper.java:[53,7] org.hibernate.jdbc.ResultSetWrapper is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet
[...]


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