After my code is pulled from the svn repository the job gets this exception:
13:58:31 FATAL: org/apache/commons/digester3/Digester 13:58:31 java.lang.NoClassDefFoundError: org/apache/commons/digester3/Digester 13:58:31 at hudson.scm.SubversionChangeLogParser.parse(SubversionChangeLogParser.java:46) 13:58:31 at hudson.scm.SubversionChangeLogParser.parse(SubversionChangeLogParser.java:42) 13:58:31 at hudson.model.AbstractBuild.calcChangeSet(AbstractBuild.java:925) 13:58:31 at hudson.model.AbstractBuild.access$600(AbstractBuild.java:100) 13:58:31 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:687) 13:58:31 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) 13:58:31 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:587) 13:58:31 at hudson.model.Run.execute(Run.java:1557) 13:58:31 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 13:58:31 at hudson.model.ResourceController.execute(ResourceController.java:88) 13:58:31 at hudson.model.Executor.run(Executor.java:236) Any suggestions? -- View this message in context: http://jenkins.361315.n4.nabble.com/Exception-during-svn-checkout-tp4653393.html Sent from the Jenkins users mailing list archive at Nabble.com. -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
