Thomas Fox created TORQUE-276:
---------------------------------
Summary: Change semantics of elements attribute of source tag in
generator config.xml
Key: TORQUE-276
URL: https://issues.apache.org/jira/browse/TORQUE-276
Project: Torque
Issue Type: Sub-task
Components: Generator
Affects Versions: 4.0
Reporter: Thomas Fox
Assignee: Thomas Fox
The elements attributes select the root elements for file generation.
E.g. with the current semantics, elements="database/table" would create files
for all table elements in the database root element.
However, this does not work for a typed model, because there the root element
has no name. So there, we sould have to write elements="table" or
elements="/table"
To have consistenht behaviour across typed and untyped model,s the secoond
behavour will be used for both typed and untyped models.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]