Hi Paul, I've tested to build from a fresh checkout and get exceptions like following one in many unit tests. Do you get the same? It seems to be related to your update of RMock. I can imagine that cglib is referenced both by groovy and RMock and that the versions are not compatible.
Cheers, Marc. -- Blog: http://mguillem.wordpress.com net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V java.lang.NoSuchMethodError: net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V at com.agical.rmock.extension.cglib.CglibProxyFactory.createEnhancer(CglibProxyFactory.java:119) at com.agical.rmock.extension.cglib.CglibProxyFactory.createInterfaceProxy(CglibProxyFactory.java:59) at com.agical.rmock.core.hub.ProxySetMethodConnectionStrategy$ConsumableInvocationHandler.invoke(ProxySetMethodConnectionStrategy.java:34) at $Proxy3.createInterfaceProxy(Unknown Source) at com.agical.rmock.extension.junit.RMockTestCase.mock(RMockTestCase.java:106) at com.canoo.webtest.ant.WebtestTaskTest.testReporterWithReportCreationException(WebtestTaskTest.java:255) at com.agical.rmock.core.strategy.impl.MethodStep.invokeMethod(MethodStep.java:37) at com.agical.rmock.core.strategy.impl.MethodStep.run(MethodStep.java:29) at com.agical.rmock.core.strategy.impl.ExceptionVerifierTestStepDecorator.run(ExceptionVerifierTestStepDecorator.java:22) at com.agical.rmock.core.strategy.impl.CompositeStep.run(CompositeStep.java:24) at com.agical.rmock.core.strategy.impl.FinallyStep.run(FinallyStep.java:19) at com.agical.rmock.core.expectation.Engine.runStrategy(Engine.java:142) at com.agical.rmock.core.hub.ProxySetMethodConnectionStrategy$ConsumableInvocationHandler.invoke(ProxySetMethodConnectionStrategy.java:34) at $Proxy7.runStrategy(Unknown Source) at com.agical.rmock.extension.junit.AbstractStrategyTestCase.runBare(AbstractStrategyTestCase.java:112) _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

