You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Ericson, Dean - 0551 - MITLL" <De...@ll.mit.edu> on 2013/10/04 19:21:34 UTC

Camel FOP using which fop version

Does anyone know how if the version of the apache fop engine camel-fop uses
is configurable?  I noticed that fop v1.0 seems to have issues rendering
header/footer content, but that it's been fixed in v1.1.  I've looked
through the camel-fop site/documentation <http://camel.apache.org/fop.html>
, but thus far have not found the information I am looking for.

 

Thank you,

Dean

 


Re: Camel FOP using which fop version

Posted by Christian Müller <ch...@gmail.com>.
Camel 2.13-SNAPSHOT is now using FOP 1.1.

Best,

Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Fri, Oct 4, 2013 at 9:16 PM, Christian Müller <
christian.mueller@gmail.com> wrote:

> Camel 2.12.1 is using fop 1.0:
>
> camel-fop cmueller$ mvn dependency:tree
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Camel :: FOP 2.12.1
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ camel-fop ---
> [INFO] org.apache.camel:camel-fop:bundle:2.12.1
> [INFO] +- org.apache.camel:camel-core:jar:2.12.1:compile
> [INFO] |  +- org.slf4j:slf4j-api:jar:1.6.6:compile
> [INFO] |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile
> [INFO] |     \- javax.xml.bind:jaxb-api:jar:2.1:compile
> [INFO] |        +- javax.xml.stream:stax-api:jar:1.0-2:compile
> [INFO] |        \- javax.activation:activation:jar:1.1:compile
> [INFO] +- org.apache.xmlgraphics:fop:jar:1.0:compile
> [INFO] |  +- org.apache.xmlgraphics:xmlgraphics-commons:jar:1.4:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-svg-dom:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-anim:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-css:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-dom:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-parser:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-util:jar:1.7:compile
> [INFO] |  |  \- xml-apis:xml-apis-ext:jar:1.3.04:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-bridge:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-script:jar:1.7:compile
> [INFO] |  |  |  \- org.apache.xmlgraphics:batik-js:jar:1.7:compile
> [INFO] |  |  +- org.apache.xmlgraphics:batik-xml:jar:1.7:compile
> [INFO] |  |  \- xalan:xalan:jar:2.7.1:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-awt-util:jar:1.7:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-gvt:jar:1.7:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-transcoder:jar:1.7:compile
> [INFO] |  |  \- org.apache.xmlgraphics:batik-svggen:jar:1.7:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-extension:jar:1.7:compile
> [INFO] |  +- org.apache.xmlgraphics:batik-ext:jar:1.7:compile
> [INFO] |  +- commons-logging:commons-logging:jar:1.1.3:compile
> [INFO] |  +- commons-io:commons-io:jar:1.3.1:compile
> [INFO] |  +-
> org.apache.avalon.framework:avalon-framework-api:jar:4.3.1:compile
> [INFO] |  \-
> org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1:compile
> [INFO] +- org.apache.camel:camel-test:jar:2.12.1:test
> [INFO] |  \- junit:junit:jar:4.11:test
> [INFO] |     \- org.hamcrest:hamcrest-core:jar:1.3:test
> [INFO] +- org.apache.pdfbox:pdfbox:jar:1.6.0:test
> [INFO] |  +- org.apache.pdfbox:fontbox:jar:1.6.0:test
> [INFO] |  \- org.apache.pdfbox:jempbox:jar:1.6.0:test
> [INFO] +- xalan:serializer:jar:2.7.1:test
> [INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
> [INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.5:test
> [INFO]    \- log4j:log4j:jar:1.2.17:test
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
>
> You can try to use a newer version (fop 1.1), if it's backwards
> compatible. I will try to update Camel 2.13-SNAPSHOT to fop 1.1...
>
> Best,
>
> Christian
> -----------------
>
> Software Integration Specialist
>
> Apache Camel committer: https://camel.apache.org/team
> V.P. Apache Camel: https://www.apache.org/foundation/
> Apache Member: https://www.apache.org/foundation/members.html
>
> https://www.linkedin.com/pub/christian-mueller/11/551/642
>
>
> On Fri, Oct 4, 2013 at 7:21 PM, Ericson, Dean - 0551 - MITLL <
> Dean.Ericson@ll.mit.edu> wrote:
>
>> Does anyone know how if the version of the apache fop engine camel-fop
>> uses is configurable?  I noticed that fop v1.0 seems to have issues
>> rendering header/footer content, but that it’s been fixed in v1.1.  I’ve
>> looked through the camel-fop site/documentation<http://camel.apache.org/fop.html>,
>> but thus far have not found the information I am looking for.****
>>
>> ** **
>>
>> Thank you,****
>>
>> Dean****
>>
>> ** **
>>
>
>

Re: Camel FOP using which fop version

Posted by Christian Müller <ch...@gmail.com>.
Camel 2.12.1 is using fop 1.0:

camel-fop cmueller$ mvn dependency:tree
[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Camel :: FOP 2.12.1
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ camel-fop ---
[INFO] org.apache.camel:camel-fop:bundle:2.12.1
[INFO] +- org.apache.camel:camel-core:jar:2.12.1:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.6.6:compile
[INFO] |  \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile
[INFO] |     \- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] |        +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |        \- javax.activation:activation:jar:1.1:compile
[INFO] +- org.apache.xmlgraphics:fop:jar:1.0:compile
[INFO] |  +- org.apache.xmlgraphics:xmlgraphics-commons:jar:1.4:compile
[INFO] |  +- org.apache.xmlgraphics:batik-svg-dom:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-anim:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-css:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-dom:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-parser:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-util:jar:1.7:compile
[INFO] |  |  \- xml-apis:xml-apis-ext:jar:1.3.04:compile
[INFO] |  +- org.apache.xmlgraphics:batik-bridge:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-script:jar:1.7:compile
[INFO] |  |  |  \- org.apache.xmlgraphics:batik-js:jar:1.7:compile
[INFO] |  |  +- org.apache.xmlgraphics:batik-xml:jar:1.7:compile
[INFO] |  |  \- xalan:xalan:jar:2.7.1:compile
[INFO] |  +- org.apache.xmlgraphics:batik-awt-util:jar:1.7:compile
[INFO] |  +- org.apache.xmlgraphics:batik-gvt:jar:1.7:compile
[INFO] |  +- org.apache.xmlgraphics:batik-transcoder:jar:1.7:compile
[INFO] |  |  \- org.apache.xmlgraphics:batik-svggen:jar:1.7:compile
[INFO] |  +- org.apache.xmlgraphics:batik-extension:jar:1.7:compile
[INFO] |  +- org.apache.xmlgraphics:batik-ext:jar:1.7:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] |  +- commons-io:commons-io:jar:1.3.1:compile
[INFO] |  +-
org.apache.avalon.framework:avalon-framework-api:jar:4.3.1:compile
[INFO] |  \-
org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1:compile
[INFO] +- org.apache.camel:camel-test:jar:2.12.1:test
[INFO] |  \- junit:junit:jar:4.11:test
[INFO] |     \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.apache.pdfbox:pdfbox:jar:1.6.0:test
[INFO] |  +- org.apache.pdfbox:fontbox:jar:1.6.0:test
[INFO] |  \- org.apache.pdfbox:jempbox:jar:1.6.0:test
[INFO] +- xalan:serializer:jar:2.7.1:test
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.5:test
[INFO]    \- log4j:log4j:jar:1.2.17:test
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------

You can try to use a newer version (fop 1.1), if it's backwards compatible.
I will try to update Camel 2.13-SNAPSHOT to fop 1.1...

Best,

Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Fri, Oct 4, 2013 at 7:21 PM, Ericson, Dean - 0551 - MITLL <
Dean.Ericson@ll.mit.edu> wrote:

> Does anyone know how if the version of the apache fop engine camel-fop
> uses is configurable?  I noticed that fop v1.0 seems to have issues
> rendering header/footer content, but that it’s been fixed in v1.1.  I’ve
> looked through the camel-fop site/documentation<http://camel.apache.org/fop.html>,
> but thus far have not found the information I am looking for.****
>
> ** **
>
> Thank you,****
>
> Dean****
>
> ** **
>