-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: cvs-plugin
-
None
-
Environment:Platform: Other, OS: All
With each build I have the following exception:
SEVERE: Executor throw an exception unexpectedly
java.lang.NoSuchMethodError:
hudson.scm.CVSSCM$DescriptorImpl.getCvsExeOrDefault()Ljava/lang/String;
at hudson.plugins.cvs_tag.CvsTagPlugin.perform(CvsTagPlugin.java:94)
at hudson.plugins.cvs_tag.CvsTagPublisher.perform(CvsTagPublisher.java:60)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:318)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:306)
at hudson.model.Build$RunnerImpl.cleanUp(Build.java:127)
at hudson.model.Run.run(Run.java:828)
at hudson.model.Build.run(Build.java:84)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:88)
I can see also, that no build.xml file is created.