diffChangeLog does not evaluate value of option classpath from properties file

Description

I am using a liquibase.properties file with content as follows:

changeLogFile: changelog.xml
classpath: path\\to\\changelogs

Calling liquibase.bat with command status / update works fine. The changelog file is taken from the correct directory.
When I call diffChangeLog the generated changelog is not appended to the existing file, but a new changelog.xml is created in the directory from where I called lquibase.bat.

Environment

Windows XP

Activity

Show:

Nathan Voxland January 25, 2011 at 2:52 AM

Since classpath can contain multiple directories, we cannot know what directory it should look for it in. For that reason, diffChangeLog requires a changelog file including the path or it defaults to the current directory

By Design

Details

Reporter

Fix versions

Affects versions

Priority

Created January 17, 2011 at 1:16 PM
Updated June 20, 2013 at 3:30 AM
Resolved January 25, 2011 at 2:52 AM

Flag notifications