On Tue, Apr 09, 2002 at 12:48:05PM +0200, Felix Sima wrote: > 2. When I run ant to generate OM and SQL from my XML schema, I get a > id-table-schema.sql file wich contains sql commands for creating the > "id-table" table and inserting in this table ONLY one record, ignoring > the rest of the tables in project. I solved this problem by deleting > this file before running ant project-insert-sql. Is this an error of > mine, or of torque ?
Not sure what version you are using, but if you are using the latest beta version of torque, I believe you need to invoke: ant id-table-init-sql before you invoke: ant project-insert-sql Give that a shot. I've updated the tutorial to reflect this just today as another user recently pointed out. Thanks, Pete -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
