OK, thanks. I spent some time with the build.xml file, trying the various targets related to the ooxml files. It looks like I've successfully generated a poi-ooxml-schemas.jar file with the additional classes I need. Once I've got a little confidence that it's working, I'll submit a bug for the missing classes, then submit a patch.
Gregg On Mon, Jan 23, 2012 at 12:31 PM, Nick Burch <[email protected]>wrote: > On Mon, 23 Jan 2012, Gregg Morris wrote: > >> Thanks, I missed that. But the FAQ coverage is rather scant; is there a >> more detailed description of the process and dependencies? >> > > The best bet might be to look at the code that does it. Basically though, > we run through the unit tests, and record all the xmlbeans classes that are > used. Those that are used are included, on the grounds that they're > commonly needed if the tests use them, and the rest excluded. > > > Nick > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
