You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by sa...@04web.com on 2004/06/18 16:14:55 UTC

mistake on documentation

  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: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org


Re: mistake on documentation

Posted by Thomas Dudziak <to...@first.fhg.de>.
salgado.pc@04web.com wrote:

>  In doc/build/site/docu/xdoclet-module.html
>
>  Below is the correct version with the appropriate marks for the
>differences.
>  
>
You're right, the documentation is a bit outdated regarding the usage of 
the Torque build file. This is because in the new build file the targets 
and properties have been renamed. I'll will update that.

Tom


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org