//don't send to super which just LOG.warns. We'll let Maven do that to
//not duplicate the error message.
buildContext.addMessage(file, line, column, message, BuildContext.SEVERITY_WARNING, t);
}
});
new WSDLToJava(args).run(ctx);
List<File> oldFiles = CastUtils.cast((List<?>)buildContext
.getValue("cxf.file.list." + doneFile.getName()));
if (oldFiles != null) {
for (File f : oldFiles) {