https://issues.apache.org/bugzilla/show_bug.cgi?id=51971
--- Comment #7 from Nick Burch <[email protected]> 2011-10-05 22:27:20 UTC --- If it were me, I'd probably have this all work on an open document, rather than copying files about the place. That way, someone could do open file make changes have custom properties tweaked save where they want Rather than having to do the custom properties in a whole separate step I'd probably also be tempted to try to push a lot of the logic into POIDocument / POIXMLDocument, and then have a hook point where specific file formats can do special things (eg word update fields in the document). That may help reduce code duplication too, and keep things working in a common way -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
