Ok,
So I finally have a skeleton of a project using torque to generate files,
here is what I did:
1) Using the new build features added a pre-compile hook
2) unzipped torque into its own directory and copied my config and schema
files inside of it
3) call the build-torque script to generate my om files
4) then Maven goes to work on the generated output

Now, here's a question: Should I build from this directory or copy the built
files after torque is done into src/java? Considering that I have done this
in the past and have needed to extend some of the generated files in my
source directory (thus not needing to override them automatically but
manually if they have been updated), does this make more sense?

To accomplish this, should I set maven.prepareSourceDirectory or leave it
alone?

I have found some bugs in maven:site when doing this and there is no data in
src/java directory yet, I will try and track down causes this weekend.

-warner

+warner onstine+


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to