Re: Template overrides through maven pom.xml.

2012-11-26 Thread Luis Torres
Hi Tom!


We're using torque-3.3.  We don't know how to get the override
process working, we were thinking about delegating it to ant
through maven, is there a better way involving the plugin itself?

-L-
On Nov 22, 2012, at 12:27 AM, Thomas Fox wrote:

 The answer depends on which Torque maven plugin you use:
 torque-4.0-beta1 or torque-3.3 ?
 
 Thomas
 
 Hello All,
 
 
 I'm very noob with torque;  I'm currently using Maven 3.0.4
 with the maven2 torque plugin and I'm trying to set the equivalent
 to torque.override.dir=dir in the Maven pom.xml, I apologize
 beforehand if this topic has been visited before but I've gone
 and tried all possible solutions but none seem to work (templates
 are not overridden).
 
 
 Thank you in advance,
 -
 Luis Torres
 Systems Administrator PATH/ITS
 UC Berkeley
 lrtor...@berkeley.edu
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
 For additional commands, e-mail: torque-user-h...@db.apache.org
 
 
 
 -
 To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
 For additional commands, e-mail: torque-user-h...@db.apache.org
 

-
Luis Torres
Systems Administrator PATH/ITS
UC Berkeley
lrtor...@berkeley.edu






-
To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
For additional commands, e-mail: torque-user-h...@db.apache.org



Re: Template overrides through maven pom.xml.

2012-11-26 Thread Luis Torres
Thanks Thomas,


What we're trying to do is to set some overrides
that omit SQL drops, we used to do this in
ant by setting the torque.override.dir property to
the template directories, I'll try what you sent me
below and find out if works for us.

-Luis-
On Nov 23, 2012, at 12:26 AM, Thomas Fox wrote:

 The answer depends on which Torque maven plugin you use:
 torque-4.0-beta1 or torque-3.3 ?
 
 For Torque 3 , set
  plugin
groupIdorg.apache.torque/groupId
artifactIdtorque-maven-plugin/artifactId
version3.3/version
configuration
  useClasspathfalse/useClasspath
 ...
 
 and torque will only use the templates in src/main/torque/templates and
 ignore its original templates
 
 For torque 4, use
 
  plugin
groupIdorg.apache.torque/groupId
artifactIdtorque-maven-plugin/artifactId
version4.0-beta1/version
configuration
  overrideConfigDirsrc/main/torque/templates/overrideConfigDir
 
 and Torque will use the templates in src/main/torque/templates preferred
 to, but still using the original templates.
 
   Hope that helps,
 
 Thomas
 
 Hello All,
 
 
 I'm very noob with torque;  I'm currently using Maven 3.0.4
 with the maven2 torque plugin and I'm trying to set the equivalent
 to torque.override.dir=dir in the Maven pom.xml, I apologize
 beforehand if this topic has been visited before but I've gone
 and tried all possible solutions but none seem to work (templates
 are not overridden).
 
 
 Thank you in advance,
 -
 Luis Torres
 Systems Administrator PATH/ITS
 UC Berkeley
 lrtor...@berkeley.edu
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
 For additional commands, e-mail: torque-user-h...@db.apache.org
 
 
 
 -
 To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
 For additional commands, e-mail: torque-user-h...@db.apache.org
 
 
 
 -
 To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
 For additional commands, e-mail: torque-user-h...@db.apache.org
 

-
Luis Torres
Systems Administrator PATH/ITS
UC Berkeley
lrtor...@berkeley.edu






-
To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
For additional commands, e-mail: torque-user-h...@db.apache.org



Template overrides through maven pom.xml.

2012-11-20 Thread Luis Torres
Hello All,


I'm very noob with torque;  I'm currently using Maven 3.0.4
with the maven2 torque plugin and I'm trying to set the equivalent
to torque.override.dir=dir in the Maven pom.xml, I apologize
beforehand if this topic has been visited before but I've gone
and tried all possible solutions but none seem to work (templates
are not overridden).  


Thank you in advance,
-
Luis Torres
Systems Administrator PATH/ITS
UC Berkeley
lrtor...@berkeley.edu






-
To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
For additional commands, e-mail: torque-user-h...@db.apache.org