You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2006/10/08 23:02:12 UTC

svn commit: r454208 - in /db/torque: site/trunk/xdocs/changes.xml templates/trunk/src/templates/om/MapBuilder.vm

Author: tfischer
Date: Sun Oct  8 14:02:12 2006
New Revision: 454208

URL: http://svn.apache.org/viewvc?view=rev&rev=454208
Log:
The variable CLASS_NAME in the map builders is now filled correctly if the build property torque.subpackage.map is set.
Thanks to Gustavo Fernandez for reporting the error.
Fixes TORQUE-56.

Modified:
    db/torque/site/trunk/xdocs/changes.xml
    db/torque/templates/trunk/src/templates/om/MapBuilder.vm

Modified: db/torque/site/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?view=diff&rev=454208&r1=454207&r2=454208
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun Oct  8 14:02:12 2006
@@ -29,6 +29,10 @@
 
   <release version="3.2.1-dev" date="in SVN">
   
+    <action type="fix" dev="tfischer" issue="TORQUE-56" due-to="Gustavo Fernandez">
+      The variable CLASS_NAME in the map builders is now filled correctly if
+      the build property torque.subpackage.map is set.
+    </action>
     <action type="add" dev="tfischer" issue="TORQUE-50" due-to="Greg Monroe">
       Added support for customizing generator templates.
     </action>

Modified: db/torque/templates/trunk/src/templates/om/MapBuilder.vm
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/src/templates/om/MapBuilder.vm?view=diff&rev=454208&r1=454207&r2=454208
==============================================================================
--- db/torque/templates/trunk/src/templates/om/MapBuilder.vm (original)
+++ db/torque/templates/trunk/src/templates/om/MapBuilder.vm Sun Oct  8 14:02:12 2006
@@ -42,7 +42,7 @@
      * The name of this class
      */
     public static final String CLASS_NAME =
-        "${package}.map.${table.JavaName}MapBuilder";
+        "${packageMap}.${table.JavaName}MapBuilder";
 
     /**
      * The database map.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org