[hibernate-commits] Hibernate SVN: r10801 - branches/Branch_3_2/HibernateExt/tools/doc/reference/en/modules

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Nov 14 08:04:46 EST 2006


Author: max.andersen at jboss.com
Date: 2006-11-14 08:04:45 -0500 (Tue, 14 Nov 2006)
New Revision: 10801

Modified:
   branches/Branch_3_2/HibernateExt/tools/doc/reference/en/modules/ant.xml
Log:
document HBX-816/HBX-840 (haltonerror for hbm2ddl)

Modified: branches/Branch_3_2/HibernateExt/tools/doc/reference/en/modules/ant.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/doc/reference/en/modules/ant.xml	2006-11-13 19:34:44 UTC (rev 10800)
+++ branches/Branch_3_2/HibernateExt/tools/doc/reference/en/modules/ant.xml	2006-11-14 13:04:45 UTC (rev 10801)
@@ -475,6 +475,7 @@
               <area coords="7 55" id="ycfg6" />
 
               <area coords="8 55" id="ycfg7" />
+              <area coords="8 55" id="ycfg8" />
             </areaspec>
 
             <programlisting><![CDATA[<hbm2ddl
@@ -485,6 +486,7 @@
  outputfilename="filename.ddl"
  delimiter=";" 
  format="true|false"
+ haltonerror="true|false"
 >]]></programlisting>
 
             <calloutlist>
@@ -527,6 +529,11 @@
                 <para>format (default: false): Apply basic formatting to the
                 statements.</para>
               </callout>
+              
+              <callout arearefs="ycfg8">
+                <para>haltonerror (default: false): Halt build process if an error occurs.</para>
+              </callout>
+              
             </calloutlist>
           </programlistingco></para>
 




More information about the hibernate-commits mailing list