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

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

Survey on Project Conventions

2014-05-28 Thread Martin Brandtner
Hello My name is Martin Brandtner [1] and I’m a software engineering researcher at the University of Zurich, Switzerland. Together with Philipp Leitner [2], I currently work on an approach to detect violations of project conventions based on data from the source code repository, the issue tracker

Re: checkstyle

2014-05-28 Thread Aki Yoshida
2014-05-28 14:38 GMT+02:00 Matt Sicker : > Doesn't the checkstyle plugin add a bit of time to the build? I can see why > it's not default! > It adds more processing but not building with the check on the jenkins also leaves those violation unnoticed until someone runs the check locally. The confu

[GitHub] camel pull request: [CAMEL-7469] adding some synchronization for B...

2014-05-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/165 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Re: checkstyle

2014-05-28 Thread Matt Sicker
Doesn't the checkstyle plugin add a bit of time to the build? I can see why it's not default! On 28 May 2014 06:54, Willem Jiang wrote: > Current the checkstyle verification only run when we do the release. > > We had some argument about enable the -Psourcecheck by default, but we > didn’t have

[GitHub] camel pull request: [CAMEL-7469] adding some synchronization for B...

2014-05-28 Thread grgrzybek
GitHub user grgrzybek opened a pull request: https://github.com/apache/camel/pull/165 [CAMEL-7469] adding some synchronization for BP container and config admin I checked 200 runs of the same test - all have passed! You can merge this pull request into a Git repository by running:

Re: checkstyle

2014-05-28 Thread Willem Jiang
Current the checkstyle verification only run when we do the release. We had some argument about enable the -Psourcecheck by default, but we didn’t have the agreement with that.   If you are using eclipse, the check style plugin can work very well without running any mvn command :)  -- Willem

checkstyle

2014-05-28 Thread Aki Yoshida
Hi, I saw Willem fixing some of my checkstyle violation (Thanks Willem) and realized belately that the checkstyle is not active by default in camel when doing mvn clean install. I thought that the checkstyle was enabled as in cxf by default. When I ran mvn -Psourcecheck, I saw some additional che