Re: Template overrides through maven pom.xml.

2012-12-02 Thread Thomas Vandahl
On 23.11.12 09:26, 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

I recommend
--8--
configuration
templatePath/path/to/your/templates//templatePath
useClasspathtrue/useClasspath
--8--

This will allow you to place just the templates to override into the
template path and use the rest from the torque-templates package.

Bye, Thomas.

-
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
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



RE: Template overrides through maven pom.xml.

2012-11-23 Thread Thomas Fox
 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



RE: Template overrides through maven pom.xml.

2012-11-22 Thread Thomas Fox
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