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.