dahil
16 years agoNew Contributor
groovy.time.*
Hi!
I am trying to use
use ( TimeCategory ) {
// application on dates
arrivalDate[1] = String.format ('%tT', newDate + timeChange.hours)
}
works fine in eclipse but when i try to deploy it to soap ui i get
java.lang.NoClassDefFoundError for the TimeCategory.
Do I need to put something else in the ext folder or am I missing a jar?
I am using soapUI pro 3.0.1 and eclipse groovy plugin 2.0.xx
BR
Daniel
I am trying to use
use ( TimeCategory ) {
// application on dates
arrivalDate[1] = String.format ('%tT', newDate + timeChange.hours)
}
works fine in eclipse but when i try to deploy it to soap ui i get
java.lang.NoClassDefFoundError for the TimeCategory.
Do I need to put something else in the ext folder or am I missing a jar?
I am using soapUI pro 3.0.1 and eclipse groovy plugin 2.0.xx
BR
Daniel