rjames128
14 years agoNew Contributor
Issues with Groovy Scripts compiled into jars
I have compiled and jared my Groovy Scripts for a project. In SoapUI 3.6.1 I could drop the jar in the ext folder and run the project with the testrunner and get results. When I do that with SoapUI 4.0.0 I do not get any status reported in my test cases. I have done some research and it appears to be caused by the change from Groovy 1.7.5 to Groovy 1.8 when they moved a class to a new package.
The class in question moved from org.codehaus.groovy.transform.powerassert.ValueRecorder to org.codehaus.groovy.runtime.powerassert.ValueRecorder.
Thanks
Robert
The class in question moved from org.codehaus.groovy.transform.powerassert.ValueRecorder to org.codehaus.groovy.runtime.powerassert.ValueRecorder.
Thanks
Robert