Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.0
-
None
-
None
Description
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.