Hi,
I have upgraded the liquibase from 2.0.5 to 3.3.1
In the old version the Ant task "updateDatabase" took the
changelogfile relatively to the classpath (in my case : META-INF/database/root.changes.xml)
Now, it is looking for the file relatively to the file system
folder and it fails.
Is any way to tell to Ant task "updateDatabase" to load
changelogfile relatively to the classpath?
Thx
Evgeny