Hi, > [INFO] HttpMethodDirector - -Redirect requested but followRedirects is > disabled
Just ignore it: this is only an info message from HttpClient. The reason is that redirects are not handled at that level but at HtmlUnit level. > org.codehaus.groovy.control.MultipleCompilationErrorsException: startup > failed, sampleTest.groovy: 1: unable to resolve class > com.gargoylesoftware.htmlunit.WebClient you've configured the classpath just for Ant, this means that you're "normal" Groovy code has nothing from WebTest's lib dir in its classpath. Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

