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

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -20,7 +20,7 @@
 
    * Create a project-schema.xml file under <your_installation_path>/schema folder 
(you can copy the example given in the tutorials)
 
-   * from the <your_installation_path> execute ant as follows
+   * From the <your_installation_path> execute ant as follows
 {{{
      ant -f build-torque.xml
      ant -f build-torque.xml create-db
@@ -28,13 +28,15 @@
      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
+
 {{{
-    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