11 messages in com.canoo.lists.webtest[Webtest] Re: Output not quite what i...
FromSent OnAttachments
Trent Ohannessian16 Mar 2007 09:20 
Lisa Crispin16 Mar 2007 13:29 
Marc Guillemot19 Mar 2007 01:23 
Ralf Müller19 Mar 2007 03:14 
Trent Ohannessian19 Mar 2007 06:42 
Trent Ohannessian19 Mar 2007 06:42 
Marc Guillemot19 Mar 2007 08:58 
Denis N. Antonioli20 Mar 2007 05:51 
Marc Guillemot20 Mar 2007 07:03 
Trent Ohannessian20 Mar 2007 07:06 
Denis N. Antonioli20 Mar 2007 07:41 
Subject:[Webtest] Re: Output not quite what it used to be
From:Trent Ohannessian (toh@gmail.com)
Date:03/20/2007 07:06:30 AM
List:com.canoo.lists.webtest

Can you point me to where this is located in the FM? I searched the Canoo site and mailing list high and low and none of those solutions worked for me. Maybe I'm missing some documentation or something.

Denis N. Antonioli wrote:

That's a case for RTFM: the desired log4j configuration can be set with a property!

See next build for a better solution!

Best dna

On 19 mars 07, at 16:59, Marc Guillemot wrote:

@Denis:

shouldn't this be used in the provided webtest.{sh|bat}? Or is it already the case?

Marc.

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

--C is to the C-shell what corn is to the Korn Shell. -- Randal L. Schwartz in <comp.unix.shell>