IncludeAll runs twice once with logical path and once with absolute path

Hi,

I am using Liquibase Version: 3.5.3 and when I used the includeAll, all scripts in that folder were run twice. Once with absolute path and once with relative. I tried all options like >

I’m not sure however I’d suggest firstly adding verbose debug logging. Then you could debug in DatabaseChangeLog.java

public void includeAll(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter,

boolean errorIfMissingOrEmpty,

Comparator resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContexts) throws SetupException {

    try {</div>

also be wary of issues with includeAll from

http://www.liquibase.org/documentation/includeall.html

quickly runs into problems

I will try to debug when I find the time.