DO NOT REPLY [Bug 7378] - HTTP Proxy Server doesn't do "https"

2002-08-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/gui HTTPArgumentsPanel.java

2002-08-26 Thread mstover1
mstover12002/08/26 08:49:37 Modified:src/core/org/apache/jmeter/gui/action ChangeLanguage.java src/core/org/apache/jmeter/resources messages_de.properties src/core/org/apache/jmeter/threads JMeterThread.java TestCompiler.java

Re: ChangeLanguage

2002-08-26 Thread Mike Stover
On 26 Aug 2002 at 13:57, Wolfram Rittmeyer wrote: > JMeter now requires JDK1.4 because of ChangeLanguage's usage of the > single-argument constructor of Locale. I think for > backwards-compatibilty it would be better to use the > two-arguments-constructor with an empty String as second argument.

Re: Filer/FileVisualizer (File Reporter) does not open or close the "savefile" when run in nongui

2002-08-26 Thread Mike Stover
It's not necessary. The latest versions of JMeter can do this from all visualizers. Just grab JMeter 1.7.3 and you'll see. -Mike On 26 Aug 2002 at 11:34, Henrik Teinelund wrote: > I want to write my own File Reporter that open and close it self > automaticaly when you select "run" in JMeter m

Re: implementing copy

2002-08-26 Thread Mike Stover
Anything that's a TestElement can be copied, and can also be cloned for that matter. There's no need to actually create the XML - you can call "clone" on the object in question, and you'll get a deep clone. -Mike On 26 Aug 2002 at 9:35, Wolfram Rittmeyer wrote: > I am planning to implement t

ChangeLanguage

2002-08-26 Thread Wolfram Rittmeyer
JMeter now requires JDK1.4 because of ChangeLanguage's usage of the single-argument constructor of Locale. I think for backwards-compatibilty it would be better to use the two-arguments-constructor with an empty String as second argument. I think there is no point in enforcing JDK1.4-use just for

Filer/FileVisualizer (File Reporter) does not open or close the "savefile" when run in nongui

2002-08-26 Thread Henrik Teinelund
I want to write my own File Reporter that open and close it self automaticaly when you select "run" in JMeter menu and when you run JMeter in nongui. Is that possible without extend the code in JMeter? That is, is it possible just to code my own File reporter without breaking/changing/adding c

implementing copy

2002-08-26 Thread Wolfram Rittmeyer
I am planning to implement the not yet available "Copy"-functionality for any elements in the JMeter-Tree. This is something I am missing right now. E.g. copying asertions which sometimes differ only slightly would be fine. I am planning to utilize the way elements get stored on file while gettin