logical file path with included files

Does the logicalFilePath tag work with included files?


what i have right now is i have a changelog that has a includeAll statement for a directory say…tables

and inside this tables directory i have formatted sql files


this script could be ran from a possibly 2 different locations so i was hoping to set a logicalFilePath parameter


but it doesnt appear to be working


have anyone tried doing this before>?

Normally the lookup path is relative to the classpath liquibase is running from within, so you can change your classpath to have a different root to allow independence of the actual folder files are in.


Nathan