diffChangeLog does not evaluate value of option classpath from properties file
Description
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
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.