stephenh 2002/09/27 18:20:59 Modified: xdocs jar-guide.xml Log: Added some short docs on invoking the jar'd torque and integration with the build process. Revision Changes Path 1.2 +18 -0 jakarta-turbine-torque/xdocs/jar-guide.xml Index: jar-guide.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/xdocs/jar-guide.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jar-guide.xml 28 Jul 2002 06:36:03 -0000 1.1 +++ jar-guide.xml 28 Sep 2002 01:20:59 -0000 1.2 @@ -121,6 +121,24 @@ </table> </section> + +<section name="Invoking Torque"> + +<p> +Once the build properties have been set, you can invoke torque via the +<code>build-torque.xml</code>: <code>ant -f build-torque.xml</code>. +</p> + +<p> +Also, a few of the Torque targets, currently om and sql, are smart enough +to not run unless the schema has changed. This would allow you to automatically +call <code>ant -f build-torque.xml</code> on each compile and only worry about +the time it takes to generate the templates being taken if the schema has +changed. +</p> + +</section> + <section name="Example using Jar'd Torque and Maven"> This section will give an example of using Torque from the jar with
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
