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.
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
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 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
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 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:
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
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