jmcnally    2002/06/20 16:48:38

  Modified:    src/conf build-torque.xml
  Log:
  the addition of the .om is not making its way into the template because
  all the properties are made available as is to the template and that
  ends up overwriting the value put into the context by the task.
  
  Revision  Changes    Path
  1.32      +3 -3      jakarta-turbine-torque/src/conf/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build-torque.xml  7 Jun 2002 18:35:39 -0000       1.31
  +++ build-torque.xml  20 Jun 2002 23:48:38 -0000      1.32
  @@ -390,7 +390,7 @@
         useClasspath="${useClasspath}"
         templatePath="${templatePath}"
         outputFile="report.${project}.om.generation"
  -      targetPackage="${targetPackage}.om"
  +      targetPackage="${targetPackage}"
         targetDatabase="${database}">
         <fileset dir="${torque.home}/${schemaDirectory}">
           <include name="*-schema.xml"/>
  @@ -501,7 +501,7 @@
       <ojb-repository
         contextProperties="${build.properties}"
         controlTemplate="ojb/repository/Control.vm"
  -      targetPackage="${targetPackage}.om"
  +      targetPackage="${targetPackage}"
         targetDatabase="${database}"
         outputDirectory="${torque.home}/${outputDirectory}/ojb"
         useClasspath="${useClasspath}"
  @@ -532,7 +532,7 @@
       <ojb-model
         contextProperties="${build.properties}"
         controlTemplate="ojb/model/Control.vm"
  -      targetPackage="${targetPackage}.om"
  +      targetPackage="${targetPackage}"
         targetDatabase="${database}"
         outputDirectory="${torque.home}/${outputDirectory}/ojb"
         useClasspath="${useClasspath}"
  
  
  

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

Reply via email to