| Hi,
I wanna import the Hibernate src code in to Eclipse to trace how Hibernate actrually work. But when I do this, there is some errors there, caused by some src files referencing classes under org/hibernate/hql/antlr
 , but when I open that directory, I find that directory is empty. When I use ant, it succeeds, and it makes a directory named gensrc, I find some java files under it. I copy these files in to the corresponding directory in Eclipse, but there is till a error, repeating a lot of times:
 The method recover(RecognitionException, BitSet) is undefined for the type HqlBaseParser.
 
 My question is:
 What these src files for? Why doesn't they appear in the  org/hibernate/hql/antlr? How to resolve the error above?
 
 I am not a English speaker, sorry for my poor English.
 
 
 Thanks in advance
 Tales Lee
 China
 
 
 |