Hide Forgot
Date of First Response: 2008-10-23 06:25:38 project_key: SOA The reconfigure macro moves files to {file}.orig, and then moves them instead of copying them - which destroys the original file. If the second move in the sequence were a copy instead of a move, it would be possible to rerun the schema script. I think the intention was to preserve the original file - the subsequent copies don't overwrite the .orig files. <macrodef name="reconfigure"> <attribute name="file"/> <attribute name="old"/> <attribute name="new"/> <sequential> <move file="@{file}" tofile="@{file}.orig"/> <move file="@{file}.orig" tofile="@{file}"> <filterchain> <replacestring from="@{old}" to="@{new}"/> </filterchain> </move> </sequential> </macrodef>
Link: Added: This issue related SOA-695
Link: Added: This issue is duplicated by SOA-567
Can we have confirmation that fixes are in place for 4.2CP03.
We will not fix this for 4.2CP03.