Date: 2005-02-04T12:26:56
   Editor: BrettSutton
   Wiki: DB Torque Wiki
   Page: GettingTorqueToWork
   URL: http://wiki.apache.org/db-torque/GettingTorqueToWork

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -321,8 +321,10 @@
 
  13.#13 At the end of the above process you torque should have created a 
schema.xml under your project directory src/schema/
  14. Check the schema.xml actually contains your databases tables. If not 
check the torque.database.schema setting in your project.properties file.
+ 15. Rename the schema.xml to MyDatabase-schema.xml where MyDatabase is the 
value you entered in your project.properties file 'torque.project = '. This is 
required as all other torque goals (e.g. maven torque:datadump) require the 
schema.xml to follow the above naming convention (how dumb is that!).
 
 Hope this helps.
+
 BrettSutton
 
 

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

Reply via email to