Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi,
there was a change when moving to 2.5.X that requires your groovy classes to be in folders named after the package.. ie putting a groovy class with a
package some.class.MyClass
would have to be in a
some/class/MyClass.groovy
file
Could it be that your class is not saved like this?
regards!
/Ole
eviware.com
there was a change when moving to 2.5.X that requires your groovy classes to be in folders named after the package.. ie putting a groovy class with a
package some.class.MyClass
would have to be in a
some/class/MyClass.groovy
file
Could it be that your class is not saved like this?
regards!
/Ole
eviware.com