[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3484) Error in chapter "20.1.8. Using Ant for schema validation"

Alexey Trofimov (JIRA) noreply at atlassian.com
Thu Sep 18 04:07:06 EDT 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list