Camel.trunk.notest.jdk7 - Build # 26 - Still Failing

2014-06-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest.jdk7 (build #26) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest.jdk7/26/ to view the results.

Camel.2.13.x.notest - Build # 12 - Failure

2014-06-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.13.x.notest (build #12) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.13.x.notest/12/ to view the results.

Camel.trunk.notest - Build # 2080 - Still Failing

2014-06-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2080) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2080/ to view the results.

Camel.2.12.x.notest - Build # 102 - Fixed

2014-06-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.12.x.notest (build #102) Status: Fixed Check console output at https://builds.apache.org/job/Camel.2.12.x.notest/102/ to view the results.

[GitHub] camel pull request: Fixes CAMEL-7508 Expose the component options ...

2014-06-13 Thread kevinearls
GitHub user kevinearls opened a pull request: https://github.com/apache/camel/pull/181 Fixes CAMEL-7508 Expose the component options for Camel Infinispan You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinearls/camel CAMEL-7508

[GitHub] camel pull request: Fix for CAMEL-7507 Expose the component option...

2014-06-13 Thread kevinearls
GitHub user kevinearls opened a pull request: https://github.com/apache/camel/pull/180 Fix for CAMEL-7507 Expose the component options for Camel JPA You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinearls/camel CAMEL-7507 Alt

Re: jenkins full test build error at camel-barcode

2014-06-13 Thread Babak Vahdat
Am 13.06.14 12:23 schrieb "Aki Yoshida" unter : >I noticed the full test has been red for some time at camel-barcode. > >Today, I noticed that this test is using mvn:com.google.zxing/core/3.0.0 >and this core-3.0.0.jar was built with jdk 7 > >so it can't be used with the current jdk6 camel buil

jenkins full test build error at camel-barcode

2014-06-13 Thread Aki Yoshida
I noticed the full test has been red for some time at camel-barcode. Today, I noticed that this test is using mvn:com.google.zxing/core/3.0.0 and this core-3.0.0.jar was built with jdk 7 so it can't be used with the current jdk6 camel build. I don't know if there is a jdk6 compatible jar. Or el