Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Gaurang shah
Hi Hafner, Thanks for the help, I change remove the* build pre-step* and changed the build goal and now it's working. I got the reports. While i was doing configuration I came across one post where they mention that you need to configure *checkstyle:checkstyle* as *pre-build step.* Might be it

Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Ullrich Hafner
But why are you running CheckStyle as pre step? Please use goals "checkstyle:checkstyle test" as build goals. Am Freitag, 30. August 2013 schrieb Gaurang shah : > Hi Guys, > > Following is my configuration, let me know if anything is wrong. > > I am not able to see any [CHECKSTYLE] message in th

Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Gaurang shah
Hi Guys, Following is my configuration, let me know if anything is wrong. I am not able to see any [CHECKSTYLE] message in the logs. [image: Inline image 1] Gaurang Shah Blog: qtp-help.blogspot.com Mobile: +91 738756556 On Fri, Aug 30, 2013 at 1:33 AM, Ullrich Hafner wrote: > Why are you r

Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Ullrich Hafner
Why are you running CheckStyle as pre step? Can you retry as Build step? Is there a [CHECKSTYLE] Message in the Log? Am Donnerstag, 29. August 2013 schrieb Gaurang shah : > > Hi Guys, > > I am trying to configure *checkstyle *plugin for few days, however facing > a problem. > > I have *Pre-Steps

Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Richard Bywater
We had a similar problem with Junit test results which was being caused by an OutOfMemory error. Perhaps it's something similar (or perhaps not but its a start :) ) Richard. On Thursday, August 29, 2013, Gaurang shah wrote: > > Hi Guys, > > I am trying to configure *checkstyle *plugin for few d

Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Gaurang shah
Hi Guys, I am trying to configure *checkstyle *plugin for few days, however facing a problem. I have *Pre-Steps *I am invoking following Maven Goal, *checkstyle:checkstyle* And I have configured Checkstyle reports on dashboard as well. When i see the console it shows the following line, wh