[ http://issues.apache.org/jira/browse/TORQUE-56?page=all ]

Thomas Vandahl closed TORQUE-56.
--------------------------------


> 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
>         Assigned To: Thomas Fischer
>            Priority: Minor
>             Fix For: 3.3
>
>
> 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]

Reply via email to