I recently built Turbine 2.3-dev (CVS version as of this past weekend) and had to do the equivalent of what Zamek suggests (besides manually downloading the Sun jars.)
(BTW, I took the latest jdbc.jar from another one of my projects, renamed jdbc-2.0.jar and put it in my local Maven repository.) This issue with the Torque properties is documented in a post by Henning P. Schmiedehausen in the Mail Archive at http://www.mail-archive.com/[EMAIL PROTECTED]/msg12469.html Apparently the issue still applies to Maven 1.0rc1. I have posted some build notes on Turbine and Maven at file:///Users/sean/cvsproj/msgilligan/sites/msgilligan/html/tbmaven-howto.html but they are in *very rough* form, but I hope to clean them up over the next week or so. Good luck. Regards, Sean At 3:05 PM +0100 12/18/03, Zamek wrote: >Hello, >On Thursday 18 December 2003 12.52, Chris Joelly wrote: >> >> public abstract class $basePrefixTurbinePermission extends BaseObject >> ^ >I think so you forgot the settings of torque (basePrefix). Here is an example >of my build.properties: > >torque.addGetByNameMethod = true >torque.addIntakeRetrievable = false >torque.retrievableInterface = org.apache.turbine.om.Retrievable >torque.addSaveMethod = true >torque.addTimeStamp = true >torque.basePrefix = Base >torque.complexObjectModel = true >torque.saveException = Exception >torque.useClasspath = true >torque.useManagers = false >torque.omzip.src.base = false >torque.omzip.src.extension = false >torque.omzip.bin.base = false >torque.omzip.bin.extension = false >torque.omzip.deleteFiles = false >torque.generateDeprecated = true >torque.runOnlyOnSchemaChange = false > >-- >bye, >Zoltan Zidarics programmer >PTE University Pecs, Hungary >icq: 43288694 > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
