You can view the issue detail at the following URL:
<http://nagoya.apache.org/scarab/issues/id/TRQS40>
Type : Patch
Issue Id : TRQS40
Reported by: Rodney Schneider
rodney - ([EMAIL PROTECTED])
Details:
Platform: All
Operating system: Redhat
Summary: id-table-init-sql creates empty .sql file
Description: The purpose of the "id-table-init-sql" build target is to create entries
in the ID_TABLE for any tables that have idMethod="idbroker" in the Torque
*-schema.xml file. I use MySQLwith TDK-2.2b3.
Because outputFile="${torque.database}-id-table-init.sql", I end up with an empty file
called "mysql-id-table-init.sql" in my Torque output directory.
However, most of the other tasks in build-torque.xml generate a report file rather
than an empty sql file, which IMHO is the correct behaviour.
Attached is a patch that causes this task to create a file called
"report.idtable-init.sql.generation" rather than "mysql-id-table-init.sql".
This allows the TDK "init" target to run without errors.
Status: New
Priority: Medium
Functional area: Setup
--
To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>