-->
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: Hibernate Source Code
PostPosted: Fri Aug 05, 2005 9:41 am 
Newbie

Joined: Fri Aug 05, 2005 9:21 am
Posts: 1
I'm trying to download the FULL hibernate3 source code. I have downloaded the hibernate 3.0 (final production release) archive, containing some (almost the complete, but unfortunatelly just ALMOST) source code. For example, the classes in org.hibernate.hql.antlr.* are completely missing. They are however contained in the jar archive within the download package/archive. The sources shipped with the download package would not even compile, there were some errors in the code. I'm not sure how this even happen with a released version available for download. Anyway, I am trying to run hibernate in a managed environment and need the full sources! Any idea where to get them from? I tried decompiling the hibernate3.jar classes or at least some packages, but I had to find, that this did not really work.
By the way, checking out a module via CVS did not work as well, maybe because of firewalls?

Thanks folks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 05, 2005 9:52 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Read the "Download" page on the Hibernate website again, especially the "Compiling" part. The code you are looking for is automatically generated.


Top
 Profile  
 
 Post subject: Re: Hibernate Source Code
PostPosted: Fri Aug 05, 2005 9:54 am 
Beginner
Beginner

Joined: Tue Jul 12, 2005 10:27 am
Posts: 23
gstoiljkovski wrote:
I'm trying to download the FULL hibernate3 source code. I have downloaded the hibernate 3.0 (final production release) archive, containing some (almost the complete, but unfortunatelly just ALMOST) source code. For example, the classes in org.hibernate.hql.antlr.* are completely missing. They are however contained in the jar archive within the download package/archive. The sources shipped with the download package would not even compile, there were some errors in the code. I'm not sure how this even happen with a released version available for download. Anyway, I am trying to run hibernate in a managed environment and need the full sources! Any idea where to get them from? I tried decompiling the hibernate3.jar classes or at least some packages, but I had to find, that this did not really work.
By the way, checking out a module via CVS did not work as well, maybe because of firewalls?

Thanks folks


The files in that folder are generated. There should be a grammar folder at the root level with .g files.

_________________
- Richard Burton


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 05, 2005 9:56 am 
Beginner
Beginner

Joined: Tue Jul 12, 2005 10:27 am
Posts: 23
P.S. Look into the build.xml file for a task init.antlr

This is used to generated the HQL Grammar classes.

_________________
- Richard Burton


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.