cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampleResult.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 02:42:28 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampleResult.java Log: Improve creation of parent sample. Revision ChangesPath 1.8 +2 -13

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 02:43:34 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java Log: Correct handling of parent sample results. Revision ChangesPath 1.80 +1 -4

RE: setup in eclipse

2004-01-15 Thread BAZLEY, Sebastian
Unfortunately, the Wiki as it stands does not support images, which is why that part of the Eclipse setup is on another server, over which we have no control. There are moves afoot to use a different Wiki (MoinMoin) but until that time all I can suggest is that the appropriate part of the JMeter

nearly there (was Re: setup in eclipse)

2004-01-15 Thread Jorg Heymans
Hi, I got it to compile in eclipse using the classpath file from http://www.mail-archive.com/[EMAIL PROTECTED]/msg0.html Which working directory does this need now? I tried various ones, but keep getting erros like java.lang.Throwable: Could not access D:\ide\eclipse\workspace\lib at

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages_no.properties messages_de.properties messages.properties messages_ja.properties

2004-01-15 Thread sebb
sebb2004/01/15 05:20:35 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages_de.properties messages.properties messages_ja.properties Log: Add Thread Properties message (Thread Group Properties is used by

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/threads/gui ThreadGroupGui.java

2004-01-15 Thread sebb
sebb2004/01/15 05:32:42 Modified:src/core/org/apache/jmeter/threads/gui ThreadGroupGui.java Log: Use our own border title instead of borrowing from Gauss... Revision ChangesPath 1.24 +2 -2

cvs commit: jakarta-jmeter/xdocs/usermanual build-ws-test-plan.xml component_reference.xml

2004-01-15 Thread woolfel
woolfel 2004/01/15 05:40:11 Modified:xdocs/usermanual build-ws-test-plan.xml component_reference.xml Log: updated the documentation to reflect the changes made last night so the sampler picks up the proxy settings when they are blank in the text fields

RE: nearly there (was Re: setup in eclipse)

2004-01-15 Thread BAZLEY, Sebastian
That's a bit out of date now - try using eclipse.classpath from CVS, and have a look at eclipse.readme . Both are in the top-level directory in CVS. You'll need to disable/remove some of the exclusions to enable the optional libraries. Make sure you run the Ant package task after compiling in

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties

2004-01-15 Thread woolfel
woolfel 2004/01/15 05:48:10 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties Log: updated the properties for the proxy notes peter lin

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler SoapSampler.java

2004-01-15 Thread woolfel
woolfel 2004/01/15 05:50:23 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler SoapSampler.java Log: made a change to setPostHeaders so that it checks headermanager to see if a different content-type has been given. if it has, that

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler SoapSampler.java

2004-01-15 Thread woolfel
woolfel 2004/01/15 05:55:59 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler SoapSampler.java Log: to be safe, I added a check to make sure HeaderManager isn't null. peter lin Revision ChangesPath 1.9 +4 -3

cvs commit: jakarta-jmeter/bin jmeterw.bat

2004-01-15 Thread sebb
sebb2004/01/15 07:45:49 Added: bin jmeterw.bat Log: Run jmeter using javaw (i.e. the DOS box disappears) Revision ChangesPath 1.1 jakarta-jmeter/bin/jmeterw.bat Index: jmeterw.bat

[VOTE] move to MoinMoin Wiki ?

2004-01-15 Thread BAZLEY, Sebastian
I'd like to propose moving the JMeter Wiki to the new MoinMoin Wiki. Here's my +1 If we're agreed, I'm happy to contact infrastructure in due course to get it done. S. -Original Message- From: BAZLEY, Sebastian Sent: 08 December 2003 15:55 To: '[EMAIL PROTECTED]' Subject: FW:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties

2004-01-15 Thread woolfel
woolfel 2004/01/15 12:04:56 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties Log: fixed typo in the message. it was missing will peter lin

DO NOT REPLY [Bug 26178] New: - Can't change request headers and add request parameters on an HTTP POST request

2004-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26178. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11440] - 'Graph Results' doesn't display throughput number on small window

2004-01-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11440. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/util NameUpdater.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 15:50:19 Modified:src/core/org/apache/jmeter/save SaveService.java src/core/org/apache/jmeter/util NameUpdater.java Log: Ability to upgrade property names and, to some extent, values. Revision ChangesPath 1.34 +37 -26

[contrib] Run jmeter without dos windows

2004-01-15 Thread talkabout
There is a jmeter.vbs to run jmeter without open a dos window. Please, consider to use it. --- Begin of code --- Dim WshShell, ReturnCode Set WshShell = WScript.CreateObject(WScript.Shell) WshShell.Run jmeter.bat, 0, false --- End of Code ---

cvs commit: jakarta-jmeter/bin upgrade.properties

2004-01-15 Thread jsalvata
jsalvata2004/01/15 18:31:35 Modified:src/components/org/apache/jmeter/timers ConstantThroughputTimer.java bin upgrade.properties Added: src/components/org/apache/jmeter/timers

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui TestBeanGUI.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 18:50:34 Modified:src/core/org/apache/jmeter/testbeans/gui TestBeanGUI.java Log: Fix possible OOBE. Revision ChangesPath 1.6 +2 -2 jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/TestBeanGUI.java Index: TestBeanGUI.java

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui TestBeanGUI.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 18:52:48 Modified:src/core/org/apache/jmeter/testbeans/gui TestBeanGUI.java Log: Really fixed the IOOB. Revision ChangesPath 1.7 +2 -2 jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/TestBeanGUI.java Index: TestBeanGUI.java

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/timers ConstantThroughputTimerResources_ja.properties ConstantThroughputTimerResources.properties

2004-01-15 Thread jsalvata
jsalvata2004/01/15 18:56:09 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties src/components/org/apache/jmeter/timers

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-15 Thread Sonam Chauhan
Thanks Peter - I hope to check it out soon and let you know. Adding a textbox to the HTTP sampler instead would leverage the 'Follow-redirects' and other HTTP options that the HTTP sampler provided. With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Fax:

Re: [contrib] Run jmeter without dos windows

2004-01-15 Thread sebb
Thanks. As it happens, we've only just added JMETERW.BAT to CVS, which does: start javaw S. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 16, 2004 2:13 AM Subject: [contrib] Run jmeter without dos windows There is a jmeter.vbs to run

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit JMeterTest.java

2004-01-15 Thread sebb
sebb2004/01/15 19:03:41 Modified:src/core/org/apache/jmeter/junit JMeterTest.java Log: Don't complain about missing docn for ALPHA/BETA code Revision ChangesPath 1.30 +10 -3 jakarta-jmeter/src/core/org/apache/jmeter/junit/JMeterTest.java Index:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/threads JMeterThread.java

2004-01-15 Thread sebb
sebb2004/01/15 19:04:36 Modified:src/core/org/apache/jmeter/threads JMeterThread.java Log: Hack: save the SamplePackage for use by Transaction Controllers Revision ChangesPath 1.43 +6 -1 jakarta-jmeter/src/core/org/apache/jmeter/threads/JMeterThread.java

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui/util MenuFactory.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 19:08:14 Modified:src/core/org/apache/jmeter/gui/util MenuFactory.java Log: Avoid logging ugly useless stack dumps at startup. Revision ChangesPath 1.25 +2 -2 jakarta-jmeter/src/core/org/apache/jmeter/gui/util/MenuFactory.java Index:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages_no.properties messages_de.properties messages.properties messages_ja.properties

2004-01-15 Thread sebb
sebb2004/01/15 19:10:45 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages_de.properties messages.properties messages_ja.properties Log: New Transaction Controller message Revision ChangesPath

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/timers ConstantThroughputTimer.java

2004-01-15 Thread jsalvata
jsalvata2004/01/15 19:12:40 Modified:src/components/org/apache/jmeter/timers ConstantThroughputTimer.java Log: Added TODO comment. Revision ChangesPath 1.11 +4 -1

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/control TransactionController.java

2004-01-15 Thread sebb
sebb2004/01/15 19:14:03 Added: src/core/org/apache/jmeter/control/gui TransactionControllerGui.java src/core/org/apache/jmeter/control TransactionController.java Log: Transaction Controller (ALPHA code)

Re: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit JMeterTest.java

2004-01-15 Thread peter lin
haha, i like that :) peter --- [EMAIL PROTECTED] wrote: sebb2004/01/15 19:03:41 Modified:src/core/org/apache/jmeter/junit JMeterTest.java Log: Don't complain about missing docn for ALPHA/BETA code Revision ChangesPath 1.30 +10 -3

Re: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit JMeterTest.java

2004-01-15 Thread Sebastian Bazley
This means the documentation can be done before (as well as after!) the event, without needing to change the anchor name ... though the Help won't work until the suffix is removed (might fix that too...). S. - Original Message - From: peter lin [EMAIL PROTECTED] To: JMeter Developers