| Huh... I downloaded the code from https://github.com/hibernate/hibernate-orm/releases/tag/4.3.10.Final and tried building it using "./gradlew clean build " it's giving me errors like:: 14:30:22.832 [DEBUG] [org.gradle.api.Task] [ERROR] : C:\temppkunte\hibernate-orm-4.3.10.Final\hibernate-core\src\main\ja va\org\hibernate\hql\internal\ast\HqlSqlWalker.java:45: error: package org.hibernate.hql.internal.antlr does not exist import org.hibernate.hql.internal.antlr.HqlSqlTokenTypes; , looks like even the full build-able code is not checked in... |