Dan Moore wrote:
Hi David.
It's all working now. I don't think I was changing my
project.properties.
cool
Thanks for your help.
For posterity, what I did to generate working oracle Torque classes and sql was: rm -rf jetspeed-1.5/ jar -xf jetspeed-current-src.zip cd jetspeed-1.5/ vi project.properties changed 'database' property to 'oracle' vi webapp/WEB-INF/conf/Torque.properties changed 'torque.database.default.adapter' to 'oracle' maven clean dist -Dmaven.test.skip=true cp target/jetspeed-1.5.jar ~/save maven torque:sql cp target/classes/sql/*.sql ~/save
calling
maven clean dist -Dmaven.test.skip=true
should automatically call both torque:sql and torque:om
I think you need to run both targets, the first to generate the classes, the second to generate the sql.
Thanks again for your help.
Dan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773 4646 [mobile] +01 707 529 9194
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
