I maintain the docx4j project

I reported https://issues.apache.org/bugzilla/show_bug.cgi?id=54094 which
was apparently fixed in July, but didn't make it into FOP 1.1 (just
released).

So, I thought I'd test a FOP nightly (20121107) to verify it has been fixed.

But config seems to have changed extensively post 1.1

Post 1.1, I can see FopFactoryBuilder, mentioned at
http://wiki.apache.org/xmlgraphics-fop/FopFactoryConfiguration which
contains

    public FopFactoryBuilder setConfiguration(Configuration cfg) {
        fopFactoryConfigBuilder.setConfiguration(cfg);
        return this;
    }

but that class didn't make it into 1.1 (it has FopFactoryConfigurator)

So, Is it feasible/sensible to try to be interchangeable between FOP 1.1
and whatever is to come?  Has someone written code which facilitates this?

Please excuse if there are posts on this topic already.

thanks .. Jason

Reply via email to