Thie issue appears to be that it is trying to access the files using an absolute path:
rather than
It isn't clear from the documentation, but looking at the code it looks like it might be possible to have an attribute 'relativeToChangelogFile' on that element.
Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/
- file:/release1/ddl/001_SAMPLE.sql
rather than
- file:/C:/some_path_to_project/release1/ddl/001_SAMPLE.sql
It isn't clear from the documentation, but looking at the code it looks like it might be possible to have an attribute 'relativeToChangelogFile' on that element.
Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/