https://issues.apache.org/bugzilla/show_bug.cgi?id=54393
--- Comment #1 from Jan Stolze <jan.stolze@cofely.nl> ---
Another change has to be made as well in the same method namely the following:
FILE_UTILS.copyFile(srcFile,
tmpFile,
null,
fcv,
true,
false,
encoding,
outputEncoding == null ? encoding : outputEncoding,
getProject());
here the first boolean argument has changed from false to true in order to
override the temporary file with the contents of the src file.
--
You are receiving this mail because:
You are the assignee for the bug.
|