The use case is that I can tie it into the mavenized build process, e.g. in a preGoal for java:compile, so that it executes build-torque.xml/main every time you run maven.
It saves you from generate the sql/om during each build, which is obviously bad, but gives the benefit of automatically regenerating the sql/java source code each time you update the schema. I think it's pretty cool. Eventually this would work into the maven plugin, I would think. - Stephen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
