Date: 2004-03-17T16:09:10
   Editor: 128.200.36.28 <>
   Wiki: DB Torque Wiki
   Page: TutorialErrata
   URL: http://wiki.apache.org/db-torque/TutorialErrata

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -9,3 +9,19 @@
  * Also, it would be worth while mentioning that one should call 
{{{Torque.init(path_to_config_file)}}} at the start of the java code, before one 
starts using torque classes.
 
 -- ThomasFischer in [http://nagoya.apache.org/scarab/issues/id/TRQD26 TRQD26]
+
+
+----
+
+= Towards a tutorial for Torque-CVS =
+
+I just got the CVS version of Torque to generate XML schema from my running db, so I 
will post some things that I think might be nice to have in a tutorial.
+
+ * the directory structure is nothing like that listed in any of the docs, which is 
really vexing....
+ * so I used maven, that seeming to be the thing to do, and because I couldn't find 
the files to modify to go the ant route.
+ * In retrospect, maven use could be pretty painless, except for the following 
problem that kept tripping me up.  If I did the following:{ { {
+    cd db-torque; 
+    maven install:plugin
+    maven torque:jdbc
+} } } Then I would get an error, as the maven plugin could not find the source for my 
org.postgres.Driver
+ 

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

Reply via email to