I’m looking for help with the tag in Liquibase 1.9.5 on Windows XP.
I’m using the command-line client and attempting to modify the contents of a working changeLog that previously had a set of <include… relativeToFilePath> tags with a single tag. The changeLog files to be included are located in a file system directory (not a jar file).
Essentially, I want to get Liquibase to evaluate all changeLogs in a directory path relative to the location of the changeLog file that contains the tag. But I can’t seem to get to do this… I keep getting an exception thrown with the following error message:
Sep 18, 2009 1:12:48 PM liquibase.commandline.Main main
SEVERE: URI has an authority component
liquibase.exception.ChangeLogParseException: Invalid Migration File: URI has an authority component
It should be the same syntax. Whether they get read from a jar or the filesystem should be transparent to you. I’ll let you know when 2.0 is on maven. You can also watch for the announcement on blog.liquibase.org