You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Bilgin Ibryam <bi...@gmail.com> on 2012/03/04 23:20:00 UTC

Two questions

Hi all,

1. I'm working on CAMEL-3551 (camel-fop component) and I'm not sure how to
find out which bundles to add in
platforms/karaf/features/src/main/resources/features.xml. Do I need to add
batik, fop and xmlgraphics or only fop bunlde? Can I find out this only
from the dependencies?

2. maven-compiler-plugin in camel/pom.xml has a "fork" element with value
1.6 but it should be true/false. Do we want the compiler to be in a
separate process or not?

Thanks
Bilgin

Re: Two questions

Posted by Daniel Kulp <dk...@apache.org>.
On Sunday, March 04, 2012 10:20:00 PM Bilgin Ibryam wrote:
> 2. maven-compiler-plugin in camel/pom.xml has a "fork" element with value
> 1.6 but it should be true/false. Do we want the compiler to be in a
> separate process or not?

I would say : find a windows person to try it both ways.   We tried setting it 
to true in CXF, but some of the windows folks ran into issues with it so we 
backed it up to false with a setting that can turn it on if needed.   With 
Java6, the built in compiler is much better about cleaning up after itself so 
forking is less of an issue.   So try and see how much of a performance issue 
and memory issue it may be.



-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Re: Two questions

Posted by Christian Müller <ch...@gmail.com>.
No idea for 2).
For 1), have a look at [1]. There is a "validate" profile which you can use
to check whether all dependencies could be resolved or not. But starting
with the maven dependency tree of this module (mvn dependency:tree) is a
good starting point.

[1] http://camel.apache.org/building.html

Best,
Christian

On Sun, Mar 4, 2012 at 11:20 PM, Bilgin Ibryam <bi...@gmail.com> wrote:

> Hi all,
>
> 1. I'm working on CAMEL-3551 (camel-fop component) and I'm not sure how to
> find out which bundles to add in
> platforms/karaf/features/src/main/resources/features.xml. Do I need to add
> batik, fop and xmlgraphics or only fop bunlde? Can I find out this only
> from the dependencies?
>
> 2. maven-compiler-plugin in camel/pom.xml has a "fork" element with value
> 1.6 but it should be true/false. Do we want the compiler to be in a
> separate process or not?
>
> Thanks
> Bilgin
>