Date: 2004-03-12T14:48:06
   Editor: 66.49.89.131 <>
   Wiki: DB Torque Wiki
   Page: GettingTorqueToWork
   URL: http://wiki.apache.org/db-torque/GettingTorqueToWork

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -28,6 +28,13 @@
      ant -f build-torque.xml insert-sql
 }}}
 
+{{{
+    At the completion of the above steps you might notice the id-table is not 
populated even if the sql is executed.  Work around for this problem is to update your 
build-torque.ml file as follows
+Add the line 
+<replace file="${torque.sql.dir}/sqldb.map" token="[EMAIL PROTECTED]@" 
value="id-table-schema.sql=${database.name}" />
+after the target tag "insert-sql" and before the target tag <torque-sql-exec ..../>
+}}}
+}}}
 -- FreeSoul
 
 ----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to