You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Stéphane Bond <sb...@cslaval.qc.ca> on 2004/05/23 00:31:39 UTC

Change on build-torque.xml

The project-data.sql must be generated into the "src/sql" directory instead of
the "src" directory
because the "insert-sql" ant task try to load this file in the "src/sql"
directory.

CORRECTION:
On the file build-torque.xml, change "torque.output.dir" to "torque.sql.dir" for
the "data-sql" task.

Line 363:
<torque-data-sql
      contextProperties="${torque.contextProperties}"
      controlTemplate="${torque.template.dataSql}"
      dataDTD="${torque.schema.dir}/${torque.project}-data.dtd"
      dataXmlFile="${torque.schema.dir}/${torque.project}-data.xml"
==>      outputDirectory="${torque.sql.dir}"    <==
      outputFile="${torque.project}-data.sql"
...



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