This worked perfectly. Thanks!
Ralf Müller wrote:
I've fixed this problem by changing one line in the webtest.bat from
set EXEC=%JAVA_CMD% %JAVA_OPTS% -cp "%RT_LIB%\ant-launcher.jar"
-Dant.library.dir="%RT_LIB%" org.apache.tools.ant.launch.Launcher
-nouserlib -lib "%CLOVER_LIB%" %*
to
set EXEC=%JAVA_CMD% %JAVA_OPTS% -cp "%RT_LIB%;%RT_LIB%\ant-launcher.jar"
-Dant.library.dir="%RT_LIB%" org.apache.tools.ant.launch.Launcher
-nouserlib -lib "%CLOVER_LIB%" %*
Cheers,
Ralf
Trent Ohannessian wrote:
I have read this newsgroup and did my research but I can't find the
solution to my problem. It seems like several people have encountered
what I'm seeing, but all their solutions don't seem to help. Here's
what is happening...
I just upgraded to Webtest 2.1. Previously when I ran Webtest I would
see all kinds of nice INFO output lines telling me what was going on.
Now all I see is the step name and the success/failure message. I
checked the log4j.properties and it looks fine (has the level set to
stdout,info). I even changed it to debug and nothing changed. I
removed other copies of log4j.properties out of my Webtest Home
directory, and that didn't help.
Does anyone have any other ideas?
Thanks!
Trent
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest