So if you're actually using maven beta-10 and want to build the turbine code base, add the following lines to your build.properties, (which simply copy the defaults from the torque plugin and should be read by maven when starting the plugin. At least it did so in all releases up to beta-9).
--- cut --- torque.addGetByNameMethod = true torque.addIntakeRetrievable = false torque.addSaveMethod = true torque.addTimeStamp = true torque.basePrefix = Base torque.complexObjectModel = true torque.useManagers = false torque.useClasspath = true torque.saveException = Exception --- cut ---
You also need the following if you use Retrievable: --- cut --- torque.retrievableInterface = org.apache.turbine.om.Retrievable --- cut ---
Depending on how you use Torque there are bound to be others - just do as Henning did and grab them from plugin.properties for the plugin.
Scott
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
