Hi, all
i am following the 'Getting Start" instruction from Hibernate:
http://www.hibernate.org/152.html
When I run ant, it reported that:
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.
Though at last it said "Build Success".
I check the the installation directory of Hibernate, I could not find the file named as "checkstyletask.properties".
Could this cause problem later? I am fresh new to Hibernate. Should this file be in the package?
Any kind of help is highly appreciated.
XChen