|
Title: GroovyUtils: Error by declare Post by: R. Wiertz on May 09, 2007, 10:43:27 am 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 Title: Re: GroovyUtils: Error by declare Post by: omatzura on May 09, 2007, 10:45:19 am Hi!
are you using the 1.7.1 release? regards, /Ole eviware.com Title: Re: GroovyUtils: Error by declare Post by: R. Wiertz on May 09, 2007, 10:53:53 am Yes, i believe so.
soapUI 1.7 Pro, copyright 2007 eviware software ab http://www.soapui.org | http://www.eviware.com Build soapuipro-dist-159, Build Date 2007/04/10 17:44 Title: Re: GroovyUtils: Error by declare Post by: omatzura on May 09, 2007, 11:03:09 am Hi!
You need to update to the 1.7.1 release, please download and install from http://www.eviware.com/content/view/62/51/. This will show soapUI 1.7.1 Pro, copyright (C) 2004-2007 eviware.com http://www.soapui.org | http://www.eviware.com Build soapuipro-dist-161, Build Date 2007/05/07 19:18 in the about box.. regards! /Ole eviware.com Title: Re: GroovyUtils: Error by declare Post by: R. Wiertz on May 09, 2007, 11:49:46 am Yes, It works.
Thank you for your fast response |