After the normal export/stage steps the verify step fails on stageChangelogComplete with following message
ERROR Stage StageChangelogComplete dist\releases\next\changes\t1\xx_playdoh\tables\fd_table.sql
has no entry in changelog file : stage.changelog.xml
dist\releases\next\changes\t1\xx_playdoh\tables\lalalalaal.sql
has no entry in changelog file : stage.changelog.xml
The stage.changelog.xml however do conatin the two files as follows:
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd">
<include file="xx_playdoh/tables/fd_table.sql" relativeToChangelogFile="true"/>
<include file="xx_playdoh/tables/lalalalaal.sql" relativeToChangelogFile="true"/>
</databaseChangeLog>
This is running under windows.
Any suggestions whether this a a bug and it is safe to continue with gen-artifact and deploy?
Thanks, Fred