On Tue, Mar 24, 2009 at 9:50 PM, Rusty Wright <[email protected]> wrote: > Thanks; I didn't see that. > > 1) I still think it would be nice if the format could be documented on the > ddlutils web site, obviously in a non-specific way but also with a specific > simple example. It seems to me that it's very similar to DbUnit's > non-verbose format so you could use their explanation as a starting point.
Sure. Could you file a JIRA ticket for that ? > 2) 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>. The writeDtdToFile sub task is also available in the ddlToDatabase task and I think that task doesn't require a DB connection. Tom
