Thanks for your response,

I began to write my whole script here (a HUGE file... =~ 10 lines  ;-) )
and I wanted to test it before
sending to the mailing list. Surprinsingly, it works... Well, it seems
to work.
I need to check if the project is really built by Eclipse before to say
that...
Actually, the Groovy Eclipse plugin try to compile the file I use in the
groovy step and tells me he can't find
my Commons Lang package (I try to tell him it will be present at
runtime, but he is completely deaf, this poor
plugin).
So, I search a way to throw my file away from the compiler work, then
I'll be sure that my project is well built ....

But I tried to make a change in the name of the package, and the run
gave me an exception, so it seems to work well
I don't know why however... Maybe Webtest or Ant prefer Monday mornings...

cheers

Florent

Dierk Koenig a écrit :
cool use of Groovy inside Webtest :-)

| org.codehaus.groovy.control.MultipleCompilationErrorsException
| : startup failed, Script1.groovy: 1: unable to resolve class | org.apache.commmons.lang.StringUtils
|  @ line 1, column 1.
| 1 error
| at
Could you please post the content of your script?

cheers
Dierk



--
Pingwy
27, rue des arènes
49100 Angers


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to