Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-24 Thread pa7751
Are we sure that this is a defect? To me it looks like a configuration
issue only. The problem is that teh project is multi-module. The main
project has the count for all the warnings totalled for its submodule
projects. But Jenkins Aggregate count shows the count of all modules i..e
Main Project + the count in all submodules. Hence double the number. I
think we need to configure things properly and I am no sure how that can be
done. Pls advise


On Fri, Feb 21, 2014 at 8:45 PM, Ullrich Hafner wrote:

> Can please create a new bug report and describe in more detail where the
> wrong number of warnings are shown (which link did you select?). Maybe an
> example project that exposes the bug would also help.
>
> Am Freitag, 21. Februar 2014 schrieb pa7751 :
>
> I am using Jenkins only to aggregate. the problem is that in the scenario
>> I highlighted, Jenkins aggregate plugin is showing double the actual number
>> of warnings.
>>
>> On Fri, Feb 21, 2014 at 2:06 AM, Ullrich Hafner > > wrote:
>>
>>> You do not need to aggregate in Maven, the Jenkins plugin does that for
>>> you.
>>>
>>> Am Donnerstag, 20. Februar 2014 schrieb pa7751 :
>>>
  I have a jenkins maven job with an aggregator pom and a bunch of
 submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs
 warnings it does it like so:

- submodule 1: 10 warnings
- submodule 2: 10 warnings
-

Aggregator module: 20 warnings
-

Total: 40 warnings

 In other words, the aggregator (rightfully?) aggregates the warnings
 found in the submodules. Hence the aggregate displays double the actual
 count

 Does any one know what the problem is? Thanks!

 --
 You received this message because you are subscribed to the Google
 Groups "Jenkins Users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-users+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.

>>>  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Jenkins Users" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/jenkinsci-users/mXc0N_-trak/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> jenkinsci-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/mXc0N_-trak/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-21 Thread Ullrich Hafner
Can please create a new bug report and describe in more detail where the
wrong number of warnings are shown (which link did you select?). Maybe an
example project that exposes the bug would also help.

Am Freitag, 21. Februar 2014 schrieb pa7751 :

> I am using Jenkins only to aggregate. the problem is that in the scenario
> I highlighted, Jenkins aggregate plugin is showing double the actual number
> of warnings.
>
> On Fri, Feb 21, 2014 at 2:06 AM, Ullrich Hafner 
> 
> > wrote:
>
>> You do not need to aggregate in Maven, the Jenkins plugin does that for
>> you.
>>
>> Am Donnerstag, 20. Februar 2014 schrieb pa7751 :
>>
>>>  I have a jenkins maven job with an aggregator pom and a bunch of
>>> submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs
>>> warnings it does it like so:
>>>
>>>- submodule 1: 10 warnings
>>>- submodule 2: 10 warnings
>>>-
>>>
>>>Aggregator module: 20 warnings
>>>-
>>>
>>>Total: 40 warnings
>>>
>>> In other words, the aggregator (rightfully?) aggregates the warnings
>>> found in the submodules. Hence the aggregate displays double the actual
>>> count
>>>
>>> Does any one know what the problem is? Thanks!
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-users+unsubscr...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-users/mXc0N_-trak/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> jenkinsci-users+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-21 Thread pa7751
I am using Jenkins only to aggregate. the problem is that in the scenario I
highlighted, Jenkins aggregate plugin is showing double the actual number
of warnings.

On Fri, Feb 21, 2014 at 2:06 AM, Ullrich Hafner wrote:

> You do not need to aggregate in Maven, the Jenkins plugin does that for
> you.
>
> Am Donnerstag, 20. Februar 2014 schrieb pa7751 :
>
>>  I have a jenkins maven job with an aggregator pom and a bunch of
>> submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs
>> warnings it does it like so:
>>
>>- submodule 1: 10 warnings
>>- submodule 2: 10 warnings
>>-
>>
>>Aggregator module: 20 warnings
>>-
>>
>>Total: 40 warnings
>>
>> In other words, the aggregator (rightfully?) aggregates the warnings
>> found in the submodules. Hence the aggregate displays double the actual
>> count
>>
>> Does any one know what the problem is? Thanks!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/mXc0N_-trak/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-20 Thread Ullrich Hafner
You do not need to aggregate in Maven, the Jenkins plugin does that for you.

Am Donnerstag, 20. Februar 2014 schrieb pa7751 :

> I have a jenkins maven job with an aggregator pom and a bunch of
> submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs
> warnings it does it like so:
>
>- submodule 1: 10 warnings
>- submodule 2: 10 warnings
>-
>
>Aggregator module: 20 warnings
>-
>
>Total: 40 warnings
>
> In other words, the aggregator (rightfully?) aggregates the warnings found
> in the submodules. Hence the aggregate displays double the actual count
>
> Does any one know what the problem is? Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> jenkinsci-users+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-20 Thread pa7751


I have a jenkins maven job with an aggregator pom and a bunch of 
submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs 
warnings it does it like so:

   - submodule 1: 10 warnings
   - submodule 2: 10 warnings
   - 
   
   Aggregator module: 20 warnings
   - 
   
   Total: 40 warnings
   
In other words, the aggregator (rightfully?) aggregates the warnings found 
in the submodules. Hence the aggregate displays double the actual count

Does any one know what the problem is? Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.