writeDtdToFile documentation
-----------------------------
Key: DDLUTILS-243
URL: https://issues.apache.org/jira/browse/DDLUTILS-243
Project: DdlUtils
Issue Type: Improvement
Components: Documentation
Affects Versions: 1.0
Reporter: Rusty Wright
Assignee: Thomas Dudziak
Priority: Minor
The documentation for writeDtdToFile says "This sub task does not require a
database connection, so the dataSource sub element of the enclosing task can be
omitted." which is incorrect, it does require a connection, and, to split hairs
over terminology, it should say "database sub element" instead "dataSource sub
element" since the xml tag it's referring to is <database> and not <dataSource>.
It needs to say that the database element is needed for databaseToDdl, but it's
not needed for ddlToDatabase.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.