• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None
    • Platform: HP, OS: Windows XP

      When using the tasks and findbugs with a native m2 project type (which is multi
      module) when selecting a sub module the task scanner is listed twice and in the
      rhs nav bat see fingerprints is listed 3 times.

      see http://www.nabble.com/Findbugs-and-Tasks-plugin-issues-with-native-M2-
      project-tt15898845.html

      and <img src=http://www.nabble.com/attachment/15898845/0/layout%20issue.GIF">

        1. 1.342_Reproduce.jpg
          1.342_Reproduce.jpg
          32 kB
        2. build.log
          8 kB
        3. hudson.gif
          hudson.gif
          3.67 MB
        4. hudson-fingerprints.png
          hudson-fingerprints.png
          30 kB
        5. layout issue.GIF
          layout issue.GIF
          69 kB

          [JENKINS-1381] Layout issues with M2 multimodule

          James Nord added a comment -

          this only happens when viewing a specific build. when veiwing the overview
          things are ok.

          Executed mojos for the sub module are:

          Plugin Version Goal Execution Duration Fingerprint
          org.apache.maven.plugins:maven-resources-plugin 2.2 resources - 0 seconds
          org.apache.maven.plugins:maven-compiler-plugin 2.0.2 compile - 0 seconds
          org.apache.maven.plugins:maven-resources-plugin 2.2 testResources - 0
          seconds
          org.apache.maven.plugins:maven-compiler-plugin 2.0.2 testCompile - 7 seconds
          org.apache.maven.plugins:maven-surefire-plugin 2.3 test - 31 seconds
          org.apache.maven.plugins:maven-resources-plugin 2.2 resources - 0 seconds
          org.apache.maven.plugins:maven-compiler-plugin 2.0.2 compile - 0 seconds
          org.codehaus.mojo:findbugs-maven-plugin 1.2-SNAPSHOT findbugs default 27
          seconds
          org.apache.maven.plugins:maven-jar-plugin 2.1 jar - 0 seconds
          org.apache.maven.plugins:maven-source-plugin 2.0.3 jar attach-sources 0
          seconds
          org.apache.maven.plugins:maven-install-plugin 2.2 install - 0 seconds

          James Nord added a comment - this only happens when viewing a specific build. when veiwing the overview things are ok. Executed mojos for the sub module are: Plugin Version Goal Execution Duration Fingerprint org.apache.maven.plugins:maven-resources-plugin 2.2 resources - 0 seconds org.apache.maven.plugins:maven-compiler-plugin 2.0.2 compile - 0 seconds org.apache.maven.plugins:maven-resources-plugin 2.2 testResources - 0 seconds org.apache.maven.plugins:maven-compiler-plugin 2.0.2 testCompile - 7 seconds org.apache.maven.plugins:maven-surefire-plugin 2.3 test - 31 seconds org.apache.maven.plugins:maven-resources-plugin 2.2 resources - 0 seconds org.apache.maven.plugins:maven-compiler-plugin 2.0.2 compile - 0 seconds org.codehaus.mojo:findbugs-maven-plugin 1.2-SNAPSHOT findbugs default 27 seconds org.apache.maven.plugins:maven-jar-plugin 2.1 jar - 0 seconds org.apache.maven.plugins:maven-source-plugin 2.0.3 jar attach-sources 0 seconds org.apache.maven.plugins:maven-install-plugin 2.2 install - 0 seconds

          James Nord added a comment -

          Created an attachment (id=187)
          screenshot of layout issue

          James Nord added a comment - Created an attachment (id=187) screenshot of layout issue

          Ulli Hafner added a comment -

          Fixed in HEAD. Will be part of release 2.1.

          Ulli Hafner added a comment - Fixed in HEAD. Will be part of release 2.1.

          James Nord added a comment -

          This isn't quite fixed. With Hudson 1.195 and Tasks 1.2/Findbugs 1.2 I still
          see some issues.

          The duplicate tasks listing has gone from the page but the navigation bar on
          the L.H.S. is reporting the following:

          Back to Project
          Status
          Changes
          Console Output
          Executed Mojos
          Open Tasks
          Test Result
          See Fingerprints
          See Fingerprints
          FindBugs Result
          Redeploy Artifacts
          See Fingerprints
          Previous Build

          A project without findbugs and tasks enabled doesn't show the "See
          Fingerprints" link multiple times. Not sure if this is Hudson or taks/findbugs?

          James Nord added a comment - This isn't quite fixed. With Hudson 1.195 and Tasks 1.2/Findbugs 1.2 I still see some issues. The duplicate tasks listing has gone from the page but the navigation bar on the L.H.S. is reporting the following: Back to Project Status Changes Console Output Executed Mojos Open Tasks Test Result See Fingerprints See Fingerprints FindBugs Result Redeploy Artifacts See Fingerprints Previous Build A project without findbugs and tasks enabled doesn't show the "See Fingerprints" link multiple times. Not sure if this is Hudson or taks/findbugs?

          Ulli Hafner added a comment -

          Created an attachment (id=377)
          Duplicate fingerprints on build screen without my plugins

          Ulli Hafner added a comment - Created an attachment (id=377) Duplicate fingerprints on build screen without my plugins

          Ulli Hafner added a comment -

          Created an attachment (id=378)
          Build log of a sub-module

          Ulli Hafner added a comment - Created an attachment (id=378) Build log of a sub-module

          Ulli Hafner added a comment -

          I think this issue is not related to one of my plug-ins. Seems that this rather
          is a Hudson problem.

          What do you think, Kohsuke?

          Ulli Hafner added a comment - I think this issue is not related to one of my plug-ins. Seems that this rather is a Hudson problem. What do you think, Kohsuke?

          James Nord added a comment -

          Still occuring 1.279 with the following plugins:

          Hudson Active Directory plugin 1.9
          Checkstyle Plugin 2.4
          FindBugs Plugin 3.3
          PMD Plugin 2.3
          Task Scanner Plugin 3.2
          Unnamed - org.jvnet.hudson.plugins:viewVC:hpi:1.2 1.2
          Hudson Violations plugin 0.7.3
          Warnings Plugin 2.2

          The latest snapshot shows how this is getting out of hand for a simple job.
          (this job has only been added recently and has 24 builds. The extra links only
          seem to have gotten added once the build moved from failure to success.)

          The project is built as a native m2 project type.

          The project is not a multi module.

          The issue does not show up on the main project build page.

          The issue only shows up on the "Module Builds" page from the main build number
          eg -> http://myhudson/job/myJob/26 (click on Module Builds)
          -> http://myhudson/job/myJob/26/com.myco.project.myjob$myjob/ (issues shown)

          James Nord added a comment - Still occuring 1.279 with the following plugins: Hudson Active Directory plugin 1.9 Checkstyle Plugin 2.4 FindBugs Plugin 3.3 PMD Plugin 2.3 Task Scanner Plugin 3.2 Unnamed - org.jvnet.hudson.plugins:viewVC:hpi:1.2 1.2 Hudson Violations plugin 0.7.3 Warnings Plugin 2.2 The latest snapshot shows how this is getting out of hand for a simple job. (this job has only been added recently and has 24 builds. The extra links only seem to have gotten added once the build moved from failure to success.) The project is built as a native m2 project type. The project is not a multi module. The issue does not show up on the main project build page. The issue only shows up on the "Module Builds" page from the main build number eg -> http://myhudson/job/myJob/26 (click on Module Builds) -> http://myhudson/job/myJob/26/com.myco.project.myjob$myjob/ (issues shown)

          James Nord added a comment -

          Created an attachment (id=571)
          screenshot of extra links on LHS

          James Nord added a comment - Created an attachment (id=571) screenshot of extra links on LHS

          weak added a comment -

          Looks to still be happening. It's a bit of an annoyance, but definitely tolerable given all the nice features present in hudson

          weak added a comment - Looks to still be happening. It's a bit of an annoyance, but definitely tolerable given all the nice features present in hudson

            kohsuke Kohsuke Kawaguchi
            teilo James Nord
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: