I just tried building the hibernate-3.0.zip on OS X and got the following error. I just the zip from SF an hour or so ago.
Code:
foxxy:~/Desktop/hibernate-3.0 mraible$ ant
Buildfile: build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
[taskdef] Could not load definitions from resource clovertasks. It could not be found.
splash:
init:
[echo] Build Hibernate-3.0 (2005-04-03 01:17:49)
[mkdir] Created dir: /Users/mraible/Desktop/hibernate-3.0/build/classes
[copy] Copying 4 files to /Users/mraible/Desktop/hibernate-3.0/build/classes
[echo] JDK version: 1.4
init.antlr:
antlr:
[mkdir] Created dir: /Users/mraible/Desktop/hibernate-3.0/build/gensrc/org/hibernate/hql/antlr
[antlrtask] Exception in thread "main" java.lang.NoClassDefFoundError: antlr/Tool
BUILD FAILED
/Users/mraible/Desktop/hibernate-3.0/build.xml:162: ANTLR returned: 1
Total time: 19 seconds
foxxy:~/Desktop/hibernate-3.0 mraible$
I'll try building from CVS.