Thanks Thomas, that answers our questions. We've converted our project
over to 3.3-RC2 ( which is using the maven2 plugin as well ). All is
working good. Thanks again.
Thomas Fischer wrote:
You are right, the default output directory of the non-base classes is
src/main/generated-java folder (can be changed by setting outputDir), and
the default output directory of the non-base classes is target/generated-
sources/torque (can be changed by setting baseOutputDir). Both of these
directories are added to the compileSource, so both of the directories
should be compiled without further action. I am not sure what happens if no
src/main/java directory is there, of what happens if outputDir is set to
src/main/java.
The idea ist to put all stuff under src into scm (i.e. also the stuff in
src/main/generated-java). These files, once created,should not be
overwritten by torque under any circumstances. The classes in target should
not be put into scm and will be overwritten either if the schema is changed
or if runOnlyOnSchemaChange is false or after running "mvn clean".
I hope this answers your question.
Thomas
--
=====================================================================
Jeffrey D. Brekke [EMAIL PROTECTED]
Wisconsin, USA [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.bloglines.com/blog/jbrekke [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]