Hibernate eclipse plugin version: 3.0.0 alpha 4
Ant log: The <hibernatetool> type doesn't support the nested "cfg2cfg" element.
It should though I think unless I've got a corrupt config (don't think so)
Anyone else getting it to work with this plugin version?
Trying to do
Code:
<hibernatetool destdir="${src.dir}">
<jdbcconfiguration configurationfile="${hibernate.config.dir}/hibernate.cfg.xml"
packagename="com.tim.whitepages.dto"
revengfile="${hibernate.config.dir}/hibernate.reveng.xml"/>
<hbm2java/> <!-- works -->
<cfg2hbm/> <!-- works -->
<cfg2cfgXml/> <!-- not supported-->
</hibernatetool>