diffChangeLog generates illformed XML

Description

When I have an empty changelog and try to create a changeset using diffChangeLog, I get an illformed xml.

Empty changeLog has a self-closing tag databaseChangeLog and when I add changeSet, there is still self-closing tag at the start, but it looks like it should be opening tag:

<databaseChangeLog .../>
<changeSet...>...</changeSet>
</databaseChangeLog>

I have attached repeatable script that shows the bug.

The validation ends with
Unexpected error running Liquibase: The markup in the document following the root element must be well-formed.

Environment

Windows 7 64-bit, sqlite-jdbc-3.7.2

Attachments

3

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created July 11, 2014 at 8:13 PM
Updated July 11, 2014 at 8:13 PM