R__Wiertz
18 years agoOccasional Contributor
GroovyUtils: Error by declare
When i use the script below i get an error:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
log.info( groovyUtils.projectPath )
The error that i get:
Tue May 01 11:35:14 CEST 2007:ERROR:org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, Script1.groovy: 10: unable to resolve class com.eviware.soapui.support.GroovyUtils
@ line 10, column 19.
1 error
Please can you tell me what i do wrong.
I use de demo version of SoapUI Pro
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
log.info( groovyUtils.projectPath )
The error that i get:
Tue May 01 11:35:14 CEST 2007:ERROR:org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, Script1.groovy: 10: unable to resolve class com.eviware.soapui.support.GroovyUtils
@ line 10, column 19.
1 error
Please can you tell me what i do wrong.
I use de demo version of SoapUI Pro