cvs commit: jakarta-jmeter build.xml

2003-10-03 Thread sebb
sebb2003/10/03 03:48:27 Modified:.build.xml Log: If version.noupdate is defined, then don't update VERSION string Revision ChangesPath 1.115 +1 -1 jakarta-jmeter/build.xml Index: build.xml

Re: HTML Value Extractor

2003-10-03 Thread Joseph Fifield
Sounds good. In the meantime, I have the HTML Form Field Value Extractor working using o.a.j.protocol.http.parser.HtmlParser.getDOM. It was actually pretty straightforward (and it allowed me to prove the concept and get my hands in the source a bit). Let me know what happens with HTMLParser and I

Re: HTML Value Extractor

2003-10-03 Thread peter lin
The over all architecture of HTMLParser is based on the idea of listeners, so for example, if you are parsing links, it may include images. If you're parsing select, it will include options. the primary difference between how tidy and htmlparser does it is tidy builds a DOM. We know from

Re: HTML Value Extractor

2003-10-03 Thread Jordi Salvat i Alabart
Joseph Fifield wrote: You also mentioned an HTML Select Options Extractor. What exactly would this do? The HTML Form Field Value Extractor can already extract a single value from a select element (given the option text). Were you thinking this would be a whole different test element, or would it

Tracking down my thread problem...

2003-10-03 Thread Jean-Sebastien Morisset
Hi everyone, As you may have read, I have a java thread problem on several servers. They all have Red Hat 8.0 installed with the latest RPMs. My personal workstation runs Mandrake 8.2 and has no problems with java threads. On the Red Hat servers, I notice they are running glibc v2.2.93, and I