|
|
От: |
A_Gura
|
http://a-gura.livejournal.com |
| Дата: | 08.10.05 12:40 | ||
| Оценка: | |||
<taskdef name="hibernatetool" classname="org.hibernate.tool.ant.HibernateToolTask" classpathref="classpath"/>
<target name="gen-vo">
<hibernatetool destdir="${class.dir}">
<configuration propertyfile="${props.dir}/hibernate.properties">
<fileset dir="${hbm.dir}">
<include name="**/*.hbm.xml" />
</fileset>
</configuration>
<hbm2java />
</hibernatetool>
</target>SEVERE: Could not configure datastore from file: <some-mapping-file.hbm.xml>
org.hibernate.MappingException: class <some-class> not found while looking for property: name