This may not be what you mean... but there are a number of directory properties you can set:
the list is here: http://jakarta.apache.org/turbine/torque/jar-guide.html and these are the properties listed: torque.home . Serves as the base directory when defining other default directories. torque.output.dir ${torque.home}/src Serves as a general directory to output files to. torque.schema.dir ${torque.home}/schema Where the *-schema.xml files are read from. torque.doc.dir ${torque.output.dir}/doc Where the schema documentation is output. torque.java.dir ${torque.output.dir}/java Where the java files are output. torque.javadoc.dir ${torque.output.dir}/javadoc Where the javadoc files for the om classes are output. torque.ojb.dir ${torque.output.dir}/ojb Where the OJB files are output. torque.sql.dir ${torque.output.dir}/sql Where the SQL files are output. -----Original Message----- From: [EMAIL PROTECTED] [mailto:EPugh@;upstate.com] Sent: Thursday, October 17, 2002 10:54 AM To: [EMAIL PROTECTED] Subject: RE: Torque and Maven (Maven Howto) I also had difficulties when I didn't have torque at the root of my project. I wanted to put torque in a subdirectory, but no luck. How can I tell maven what subdirectory the ant tasks should basedir themselves from? Eric Pugh -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
