-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Windows XP
I'm trying to set up my hudson project to integrate clover using Ant without having to change my build.xml. The build is fine until I add clover and I get the following:
Adding Clover Publisher with reportDir: clover
FATAL: hudson.util.DescribableList.add(Lhudson/model/Describable;)V
java.lang.NoSuchMethodError: hudson.util.DescribableList.add(Lhudson/model/Describable;)V
at hudson.plugins.clover.CloverBuildWrapper.addCloverPublisher(CloverBuildWrapper.java:66)
at hudson.plugins.clover.CloverBuildWrapper.setUp(CloverBuildWrapper.java:57)
at hudson.model.Build$RunnerImpl.doRun(Build.java:127)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417)
at hudson.model.Run.run(Run.java:1179)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)
This is stopping me from finishing the set up. I've browsed the net and forums, but no one seems to have run into this issue. I'm currently on using plugin 2.5, with ant 1.7.1 and hudson 1.339.
Any help will be appreciated.
Many thanks
[JENKINS-5168] NoSuchMethodError
Assignee | Original: realskills [ realskills ] | New: Stephen Connolly [ stephenconnolly ] |
Description |
Original:
I'm trying to set up my hudson project to integrate clover using Ant without having to change my build.xml. The build is fine until I add clover and I get the following: Started by user anonymous Updating svn://officedbserver1/sdata/root/sdata At revision 2751 no change for svn://officedbserver1/sdata/root/sdata since the previous build Adding Clover Publisher with reportDir: clover FATAL: hudson.util.DescribableList.add(Lhudson/model/Describable;)V java.lang.NoSuchMethodError: hudson.util.DescribableList.add(Lhudson/model/Describable;)V at hudson.plugins.clover.CloverBuildWrapper.addCloverPublisher(CloverBuildWrapper.java:66) at hudson.plugins.clover.CloverBuildWrapper.setUp(CloverBuildWrapper.java:57) at hudson.model.Build$RunnerImpl.doRun(Build.java:127) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417) at hudson.model.Run.run(Run.java:1179) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) This is stopping me from finishing the set up. I've browsed the net and forums, but no one seems to have run into this issue. I'm currently on using plugin 2.5, with ant 1.7.1 and hudson 1.337. Any help will be appreciated. Many thanks |
New:
I'm trying to set up my hudson project to integrate clover using Ant without having to change my build.xml. The build is fine until I add clover and I get the following: Started by user anonymous Updating svn://officedbserver1/sdata/root/sdata At revision 2751 no change for svn://officedbserver1/sdata/root/sdata since the previous build Adding Clover Publisher with reportDir: clover FATAL: hudson.util.DescribableList.add(Lhudson/model/Describable;)V java.lang.NoSuchMethodError: hudson.util.DescribableList.add(Lhudson/model/Describable;)V at hudson.plugins.clover.CloverBuildWrapper.addCloverPublisher(CloverBuildWrapper.java:66) at hudson.plugins.clover.CloverBuildWrapper.setUp(CloverBuildWrapper.java:57) at hudson.model.Build$RunnerImpl.doRun(Build.java:127) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417) at hudson.model.Run.run(Run.java:1179) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) This is stopping me from finishing the set up. I've browsed the net and forums, but no one seems to have run into this issue. I'm currently on using plugin 2.5, with ant 1.7.1 and hudson 1.339. Any help will be appreciated. Many thanks |
Description |
Original:
I'm trying to set up my hudson project to integrate clover using Ant without having to change my build.xml. The build is fine until I add clover and I get the following: Started by user anonymous Updating svn://officedbserver1/sdata/root/sdata At revision 2751 no change for svn://officedbserver1/sdata/root/sdata since the previous build Adding Clover Publisher with reportDir: clover FATAL: hudson.util.DescribableList.add(Lhudson/model/Describable;)V java.lang.NoSuchMethodError: hudson.util.DescribableList.add(Lhudson/model/Describable;)V at hudson.plugins.clover.CloverBuildWrapper.addCloverPublisher(CloverBuildWrapper.java:66) at hudson.plugins.clover.CloverBuildWrapper.setUp(CloverBuildWrapper.java:57) at hudson.model.Build$RunnerImpl.doRun(Build.java:127) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417) at hudson.model.Run.run(Run.java:1179) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) This is stopping me from finishing the set up. I've browsed the net and forums, but no one seems to have run into this issue. I'm currently on using plugin 2.5, with ant 1.7.1 and hudson 1.339. Any help will be appreciated. Many thanks |
New:
I'm trying to set up my hudson project to integrate clover using Ant without having to change my build.xml. The build is fine until I add clover and I get the following: Adding Clover Publisher with reportDir: clover FATAL: hudson.util.DescribableList.add(Lhudson/model/Describable;)V java.lang.NoSuchMethodError: hudson.util.DescribableList.add(Lhudson/model/Describable;)V at hudson.plugins.clover.CloverBuildWrapper.addCloverPublisher(CloverBuildWrapper.java:66) at hudson.plugins.clover.CloverBuildWrapper.setUp(CloverBuildWrapper.java:57) at hudson.model.Build$RunnerImpl.doRun(Build.java:127) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417) at hudson.model.Run.run(Run.java:1179) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122) This is stopping me from finishing the set up. I've browsed the net and forums, but no one seems to have run into this issue. I'm currently on using plugin 2.5, with ant 1.7.1 and hudson 1.339. Any help will be appreciated. Many thanks |
Assignee | Original: Stephen Connolly [ stephenconnolly ] | New: npellow [ npellow ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 135254 ] | New: JNJira + In-Review [ 203362 ] |