In doc/build/site/docu/xdoclet-module.html
Below is the correct version with the appropriate marks for the
differences.
Pedro Salgado
====== :
Now you can create the database with the following ant calls:
<target name="init-db" depends="repository-files">
<ant dir="."
antfile="build-torque.xml"
target="project-sql"><!-- <== HERE -->
<property name="schemaDirectory" value="."/>
<property name="outputDirectory" value="build/db"/>
</ant>
<ant dir="."
antfile="build-torque.xml"
target="project-create-db">"><!-- <== HERE -->
<property name="schemaDirectory" value="."/>
<property name="outputDirectory" value="build/db"/>
</ant>
<ant dir="."
antfile="build-torque.xml"
target="project-insert-sql">
<property name="schemaDirectory" value="."/>
<property name="outputDirectory" value="build/db"/>
</ant>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]