[ http://issues.apache.org/jira/browse/TORQUE-56?page=all ]
Gustavo Fernandez updated TORQUE-56:
------------------------------------
Summary: It seems torque generator incorrectly generates XXXMap.java if
property torque.subpackageMap is specified. (was: It seems torque generator
incorrectly generates BaseXXXPeer
It seems torque generator incorrectly generates XXXMap.java if property
torque.subpackageMap is specified.)
> It seems torque generator incorrectly generates XXXMap.java if property
> torque.subpackageMap is specified.
> ----------------------------------------------------------------------------------------------------------
>
> Key: TORQUE-56
> URL: http://issues.apache.org/jira/browse/TORQUE-56
> Project: Torque
> Issue Type: Bug
> Components: Generator
> Affects Versions: 3.2
> Reporter: Gustavo Fernandez
> Priority: Minor
>
> 1. set property torque.subpackageMap = model.map for example
> 2. execute maven ant or maven to generate the source-code
> 3. examine generated XXXMapBuilder.java files. Look for lines
> "${package}.map.${table.JavaName}MapBuilder";
> (instead of velocity variables package and table you'll see substituted
> values, of course)
> Correct lines should looks like
> "${packageMap}.${table.JavaName}MapBuilder";
> Bug is in Torque templates module, in file
> templates/src/templates/om/MapBuilder.vm
> Best regards
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]