ActionReport report = context.getActionReport();
/* Issue 5918 Used in ManifestManager to keep output sorted */
try {
PropsFileActionReporter reporter = (PropsFileActionReporter) report;
reporter.useMainChildrenAttribute(true);
} catch(ClassCastException e) {
// ignore, this is not a manifest output
}
if (monitor) {