Re: no code analysis showing up with my builds

2012-10-05 Thread Rob Withers
:38 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, i cloned your project from github and created a job for it in my jenkins instance. The job is of type maven 2/3, git is configured to a repository location of file:///tmp/murmur-events. I left

Re: no code analysis showing up with my builds

2012-10-05 Thread Dirk Weigenand
Hi, i cloned your project from github and created a job for it in my jenkins instance. The job is of type maven 2/3, git is configured to a repository location of file:///tmp/murmur-events. I left the build configuration at default values (maven 3: a local maven 3 installation) and the default r

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
Well now, Dirk and Ulli, I have some analysis results in Jenkins, as it turns out. It just doesn't fall under my project murmur-events, it is a level below, which is weird. Here is my project page: http://callistosheart:/job/murmur-events/ Here is my project page for the latest build: ht

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
http://callistosheart:/job/murmur-events/lastFailedBuild/console Rob -Original Message- From: Dirk Weigenand Sent: Thursday, October 04, 2012 5:14 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, i slightly changed your pom.xml

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
ing the graphs. -Original Message- From: Rob Withers Sent: Thursday, October 04, 2012 7:03 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi Dirk, Thanks for your patience. It still is not working, although progress has been made. I hav

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
sday, October 04, 2012 5:14 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, i slightly changed your pom.xml. A small java source in the default package under src/main/java shows up fine in all reports. regards Dirk PS: Using the following command lin

Re: no code analysis showing up with my builds

2012-10-04 Thread Dirk Weigenand
pressions.xml > > > Rob > > > -Original Message- From: Rob Withers > Sent: Thursday, October 04, 2012 3:59 PM > To: jenkinsci-users@googlegroups.com > Subject: Re: no code analysis showing up with my builds > > I fixed the JUnit issue. > > I thought this

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
Withers Sent: Thursday, October 04, 2012 3:59 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds I fixed the JUnit issue. I thought this section of the POM specified the etc directory: install etc true ... "I thin

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
that is everything to describe my setup... Rob -Original Message- From: Dirk Weigenand Sent: Thursday, October 04, 2012 8:24 AM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, just copy over the relevant parts of the pom.xm

Re: no code analysis showing up with my builds

2012-10-04 Thread Dirk Weigenand
7;. I think that is everything to describe > my setup... > > Rob > > -Original Message- From: Dirk Weigenand > Sent: Thursday, October 04, 2012 8:24 AM > To: jenkinsci-users@googlegroups.com > Subject: Re: no code analysis showing up

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
-Original Message- From: Rob Withers Sent: Thursday, October 04, 2012 1:56 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds I am now getting this error: Caused by: org.codehaus.plexus.resource.loader.ResourceNotFoundException: Could not find

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
hat is everything to describe my setup... Rob -Original Message- From: Dirk Weigenand Sent: Thursday, October 04, 2012 8:24 AM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, just copy over the relevant parts of the pom.xml ...

Re: no code analysis showing up with my builds

2012-10-04 Thread Dirk Weigenand
gt;at >> org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91) >> >> >>at >> org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.getConfigFile(DefaultCheckstyleExecutor.java:546) >> >> >>

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
ssage- From: Dirk Weigenand Sent: Thursday, October 04, 2012 7:42 AM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, have a look at how the analysis-plugin family is structured. All plugins depend on this plugin: https://github.com/jenkinsci/analysis-c

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
Ok, cool. I have to run for the day, but I will jump into it this afternoon Thanks! Rob -Original Message- From: Dirk Weigenand Sent: Thursday, October 04, 2012 7:42 AM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Hi, have a look

Re: no code analysis showing up with my builds

2012-10-04 Thread Dirk Weigenand
t; org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:173) > >at > org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91) > >at > org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecu

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
.. 32 more Sending e-mails to: reefed...@gmail.com channel stopped Sending e-mails to: reefed...@gmail.com Finished: FAILURE -Original Message- From: Ulli Hafner Sent: Thursday, October 04, 2012 7:01 AM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with

Re: no code analysis showing up with my builds

2012-10-04 Thread Ulli Hafner
e I want to call them on the > verify step. Do you have a good link or description on how to have maven > invoke these? > > Thanks, > Rob > > > -Original Message- From: Ulli Hafner > Sent: Thursday, October 04, 2012 2:40 AM > To: jenkinsci-users@googlegro

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
Sent: Thursday, October 04, 2012 2:40 AM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Ok, then the registration is done correctly. Seems that the plug-ins don't detect that the corresponding maven goal is started. How do you invoke findbugs in m

Re: no code analysis showing up with my builds

2012-10-03 Thread Ulli Hafner
r-events > > The one inside the modules directory does not have the analysis reporters > section. > > Rob > > -Original Message- From: Ulli Hafner > Sent: Wednesday, October 03, 2012 5:51 PM > To: jenkinsci-users@googlegroups.com > Subject: Re: no code analysis

Re: no code analysis showing up with my builds

2012-10-03 Thread Ulli Hafner
r-events > > The one inside the modules directory does not have the analysis reporters > section. > > Rob > > -Original Message- From: Ulli Hafner > Sent: Wednesday, October 03, 2012 5:51 PM > To: jenkinsci-users@googlegroups.com > Subject: Re: no code analysis

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
, after running the build, did NOT have the reporters section with the analysis tools. Tchuss, Rob -Original Message- From: Rob Withers Sent: Wednesday, October 03, 2012 7:46 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Oops, I just saw

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
. Rob -Original Message- From: Ulli Hafner Sent: Wednesday, October 03, 2012 5:51 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Is there a Findbugs action in your job's config.xml file? Ulli Am 03.10.2012 um 19:00 schrieb Rob Wi

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
nsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds Is there a Findbugs action in your job's config.xml file? Ulli Am 03.10.2012 um 19:00 schrieb Rob Withers : There are no logs for analysis tools in the console log. Rob -Original Message- From: Ulli Hafner

Re: no code analysis showing up with my builds

2012-10-03 Thread Ulli Hafner
M > To: jenkinsci-users@googlegroups.com > Subject: Re: no code analysis showing up with my builds > > The analysis plug-ins log their results in the console log. Is there > something printed out? > E.g. [FINDBUGS] Parsing... > > Does your build produce the artifacts (e.g.

Re: no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
There are no logs for analysis tools in the console log. Rob -Original Message- From: Ulli Hafner Sent: Wednesday, October 03, 2012 12:47 PM To: jenkinsci-users@googlegroups.com Subject: Re: no code analysis showing up with my builds The analysis plug-ins log their results in the

Re: no code analysis showing up with my builds

2012-10-03 Thread Ulli Hafner
The analysis plug-ins log their results in the console log. Is there something printed out? E.g. [FINDBUGS] Parsing... Does your build produce the artifacts (e.g. FindBugs results XML file) that are read as input by the plugins? Ulli Am 03.10.2012 um 17:05 schrieb Rob Withers : > I have the

no code analysis showing up with my builds

2012-10-03 Thread Rob Withers
I have the following plugins loaded: 1) JUnit Attachments Plugin 2) Static Analysis Utilities 3) Static Analysis Collector Plug-in 4) Checkstyle Plug-in 5) PMD Plug-in 6) FindBugs 7) DRY My issue is no results are showing up when I do a build. I have enabled the project to get these results. Wh