I would email the torque dev list. Currently they are trying to get the next version of torque out, 3.1, which is what the plugin is coded against. However, if you want, use an older version of the plugin that works with 3.0...
Eric -----Original Message----- From: brian janaszek [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: Torque Plugin Confusion -- Which Version? Hi-- After muddling my way through building Turbine/Torque with Maven, I'm stuck once again.... I've been able to generate my sql, and insert my schemas (both the project's and Turbine's) into the database. I've even suceeded in generating the OM layer classes, but I run into problems when I try to compile the classes via maven java:compile. I've got the Torque 3.0 jar in my maven repository, but the generated code has references to classes in the Torque 3.1 release (TooManyRowsException, for example). I've tried running the torque:om task against the Torque 3.1 jar, but since the generator classes have been separated, that task fails when looking for the Ant tasks within Torque. Also, I get stacks of "class or interface expected" errors as well, indicating that there are syntax errors within the Torque generated Java files. Is there an up to date howto on using Maven with Turbine2.2/Torque3.x? I found one on the list archives, but it's at least 6 months old.... TIA bmj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
