tlberglund / groovy-liquibase

Yet Another Groovy DSL for Liquibase
Other
85 stars 66 forks source link

Patch for single file inclusion through spring's classpath resource accessor #34

Closed davidecavestro closed 11 years ago

davidecavestro commented 11 years ago

Just avoid having a file not found for path/to/mychangelog.groovy/mychangelog.groovy when including a single changeset file this way

include(path: 'path/to/mychangelog.groovy', relativeToChangelog: false)

(proposed refinement for pull request 31, see https://github.com/tlberglund/groovy-liquibase/issues/28 )

tlberglund commented 11 years ago

This was resolved in the discussion of #28, right? May I close it?

davidecavestro commented 11 years ago

@tlberglund That's right. Cheers Davide