Skip to:
From http://forum.liquibase.org/topic/non-existing-referenced-sql-files-doesn-t-report-error
I have a project where I want to load some test data using the sqlFile tag.I use the relativeToChangelogFile="true" property on the tag.On some occassions I mistyped the path to the file. But this didn't report as an error.Example:
Using sqlFile tag
Attached file to recreate problem
From http://forum.liquibase.org/topic/non-existing-referenced-sql-files-doesn-t-report-error
I have a project where I want to load some test data using the sqlFile tag.
I use the relativeToChangelogFile="true" property on the tag.
On some occassions I mistyped the path to the file. But this didn't report as an error.
Example: