Error in chapter "20.1.8. Using Ant for schema validation"
-----------------------------------------------------------
Key: HHH-3484
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3484
Project: Hibernate Core
Issue Type: Bug
Components: documentation
Affects Versions: 3.2.6
Reporter: Alexey Trofimov
Ant-script has error with closing tag "shemavalidator":
<schemavalidator
properties="hibernate.properties">
<fileset dir="src">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaupdate>
</schemaupdate> - is incorrect. Must be "</schemavalidator>"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira