Warn instead of fail when a location is not found #477
Milestone
Comments
It is really annoying problem. I am using flyway to do migrations automatically on web application start-up. This error prevents application to initialize. |
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Dec 29, 2015
…n is not found
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original author: michael....@gmail.com (April 22, 2013 06:39:24)
After the upgrade from Flyway 1.7 to 2.1.1 we get for not used directories the following error: "FlywayException: Unable to determine URL for classpath location"
We have empty directories because we use one Flayway configuration file for different project configuration. And not all projects needs all of this directories. So is it possible to change this error to a warning?
Best regards
Michael
Original issue: http://code.google.com/p/flyway/issues/detail?id=479
The text was updated successfully, but these errors were encountered: