Re: no code analysis showing up with my builds

2012-10-05 Thread Rob Withers
would be configured as file:///home/weigo/workspace/nifty-jenkins-plugin. regards Dirk On 05.10.2012 04:18, Rob Withers wrote: 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, whi

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
. 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 line 'mvn clean package pmd:pmd checkstyle:checkstyle findbugs:findbugs' that is. On 04.10.2012 22:11, Rob Withers wrote: I am attaching the 3 co

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
ors -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:2.4.0:check (default) on project murmur-e vents: failed with 3 bugs and 0 errors Hopefully you guys still have some patience with me as we can turn back to Jenkins not display

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
e 'mvn clean package pmd:pmd checkstyle:checkstyle findbugs:findbugs' that is. On 04.10.2012 22:11, Rob Withers wrote: I am attaching the 3 config files for analysis where I changed the file references to the project root. I still have the error below: Caused by: java.io.FileNotFoundExce

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
y well with your use case (one project with analysis configuration within the project). regards Dirk On 04.10.2012 19:56, Rob Withers wrote: I am now getting this error: Caused by: org.codehaus.plexus.resource.loader.ResourceNotFoundException: Could not find resource 'checkstyle-configurat

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
e analysis showing up with my builds Hi, prefix your configuration files with 'etc/'. I think the setup used in the analysis-plugin family does not play well with your use case (one project with analysis configuration within the project). regards Dirk On 04.10.2012 19:56, Rob With

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
figuration.xml). regards Dirk On 04.10.2012 14:04, Rob Withers wrote: Hi Dirk, I took a little time and looked at this. It doesn't look like a good example of the use of the POM to reference these tools. Is there a better example that has a POM setup to use these tools? I poked around

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
onfig-plugin which holds the configuration for the various maven static source code analysis plugins used throughout the build. regards Dirk On 04.10.2012 13:23, Rob Withers wrote: Ok, I removed the zips and harvested the plugins from your POM. I removed the dependencies sections. Issue 1: w

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
can start Maven with mvn checkstyle:checkstyle findbugs:findbugs Ulli Am 04.10.2012 um 12:49 schrieb Rob Withers : Oh? I need to invoke FindBugs, and all the other analysis tools in maven? :) I am brand new to maven and Jenkins, as an admin...if you couldn't tell... So how can I generate rep

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
e and findbugs) Then you can start Maven with mvn checkstyle:checkstyle findbugs:findbugs Ulli Am 04.10.2012 um 12:49 schrieb Rob Withers : Oh? I need to invoke FindBugs, and all the other analysis tools in maven? :) I am brand new to maven and Jenkins, as an admin...if you couldn't t

Re: no code analysis showing up with my builds

2012-10-04 Thread Rob Withers
aven? When started with findbugs:findbugs then everything should work out of the box… Ulli Am 04.10.2012 um 02:37 schrieb Rob Withers : One last thing I see. I deleted the config.xml inside the modules subdirectory and copied the config.xml from the modules\murmur-events direcotory to t

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 Rob Withers
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 following plugins loaded: 1) JUnit Attachments

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

getting maven2 to use the default pom

2012-10-03 Thread Rob Withers
I am using 1.484 I set my workspace to my eclipse workspace. There is no pom file there. I have no global MAVEN_OPTS and the local Maven repository is local to the workspace. When I add a project, I cannot simply use pom.xml as my Root POM – I have to specify the subdirectory it is in “murmu

setting up git SCM...

2012-10-03 Thread Rob Withers
cess. regards Dirk On 03.10.2012 03:51, Rob Withers wrote: Here is the error I am getting: Thanks! Started by user Robert Withers <http://callistosheart:/user/reefedjib> Building in workspace c:\rob\comp\workspace Checkout:workspace / c:\rob\comp\workspace - hudson.remoting.LocalCha

Re: multiple problems setting up Jenkins and Git and Maven, as well as code analysis tools - start with git...

2012-10-02 Thread Rob Withers
at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) From: Rob Withers Sent: Tuesday, October 02, 2012 9:14 PM To: jenkinsci-users@googlegroups.com Subject: multiple problems setting up Jenkins and Git and Maven, as well as code analysis tools -

multiple problems setting up Jenkins and Git and Maven, as well as code analysis tools - start with git...

2012-10-02 Thread Rob Withers
First off is Git setup, I suppose. I want to fire a Jenkins job whenever my LOCAL repository is committed, not waiting until it gets pushed to github. It seems like Jenkins is setup to slave of fgithub. How can I make that work right? I am lost in all the various plugins for git and github.