Re: Maven 2.2 compliant jdk activation in pom.xml

2009-12-14 Thread Willem Jiang
Hi Claus I just tested your change on maven 2.0.9, it can't take jdk[1.5,)/jdk. BTW, we don't need to include jaxb jars for JDK 1.6.0, as it is part of JVM. Maybe we need to revert or add a profile which support maven 2.0.9 syntax. Willem Claus Ibsen wrote: Hi I have just committed the

Re: Maven 2.2 compliant jdk activation in pom.xml

2009-12-14 Thread Claus Ibsen
On Mon, Dec 14, 2009 at 9:56 AM, Willem Jiang willem.ji...@gmail.com wrote: Hi Claus I just tested your change on maven 2.0.9, it can't take jdk[1.5,)/jdk. BTW, we don't need to include jaxb jars for JDK 1.6.0, as it is part of JVM. Maybe we need to revert or add a profile which support

Re: Maven 2.2 compliant jdk activation in pom.xml

2009-12-14 Thread Willem Jiang
Hi Claus, I just committed the maven 2.0.x profile for camel-core, So camel-core can be built with maven 2.0.x and camel 2.2.x at same time :) Willem Willem Jiang wrote: Hi Claus I just tested your change on maven 2.0.9, it can't take jdk[1.5,)/jdk. BTW, we don't need to include jaxb jars

Maven 2.2 compliant jdk activation in pom.xml

2009-12-13 Thread Claus Ibsen
Hi I have just committed the camel-core/pom.xml to use a new syntax for jdk 1.5 detection in the activation. This change should be compliant with maven 2.2 syntax which is using this now. As we are still using maven 2.0.9 and maybe others are on maven 2.1.x then keep an eye on this to see if the