Re: Two questions

2012-03-05 Thread Christian Müller
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.ht

Re: Two questions

2012-03-05 Thread Daniel Kulp
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 trie