Add new Sampler in menu List

2007-04-03 Thread jsm83
I've developed a new Sampler. How to add a new option to Jmeter tree menu to insert my new Sampler on it? Which JAR file should I insert the GUI class file in? Thanks. Juliano - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

DO NOT REPLY [Bug 41984] - HTML Link Parser

2007-04-03 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41984] - HTML Link Parser

2007-04-03 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41984] - HTML Link Parser

2007-04-03 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42022] - HTTPSampler does not allow multiple headers of same name

2007-04-03 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://issues.apache.org/bugzilla/show_bu

Re: Character encoding of Jmeter test plan files

2007-04-03 Thread sebb
There is no need to change the version number unless the files are no longer compatible. S. On 03/04/07, Alf Høgemark <[EMAIL PROTECTED]> wrote: Thanks for the input. I'll make a bugzilla entry for this, and make a patch with reads and writes the files using the encoding specified in the proper

DO NOT REPLY [Bug 42022] - HTTPSampler does not allow multiple headers of same name

2007-04-03 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://issues.apache.org/bugzilla/show_bu

svn commit: r525211 - /jakarta/jmeter/branches/rel-2-2/src/jorphan/org/apache/jorphan/reflect/ClassTools.java

2007-04-03 Thread sebb
Author: sebb Date: Tue Apr 3 10:10:29 2007 New Revision: 525211 URL: http://svn.apache.org/viewvc?view=rev&rev=525211 Log: New utility class Added: jakarta/jmeter/branches/rel-2-2/src/jorphan/org/apache/jorphan/reflect/ClassTools.java (with props) Added: jakarta/jmeter/branches/rel-2-2

Re: Character encoding of Jmeter test plan files

2007-04-03 Thread Alf Høgemark
Thanks for the input. I'll make a bugzilla entry for this, and make a patch with reads and writes the files using the encoding specified in the properties file, with default value of UTF-8. Do we have to change the "version number" for the files being read and written after this change ? I.e.

svn commit: r525212 - /jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/JMeter.java

2007-04-03 Thread sebb
Author: sebb Date: Tue Apr 3 10:12:34 2007 New Revision: 525212 URL: http://svn.apache.org/viewvc?view=rev&rev=525212 Log: Http classes are built later, so use dynamic method access. Modified: jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/JMeter.java Modified: jakarta/jmeter/br

[EMAIL PROTECTED]: Project jakarta-jmeter-22-svn (in module jakarta-jmeter-22) failed

2007-04-03 Thread Gump-build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-jmeter-22-svn has an issue affecting its community integration. This issu

[EMAIL PROTECTED]: Project jakarta-jmeter-22-svn (in module jakarta-jmeter-22) failed

2007-04-03 Thread Gump-build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-jmeter-22-svn has an issue affecting its community integration. This issu

Re: Character encoding of Jmeter test plan files

2007-04-03 Thread sebb
On 02/04/07, Alf Høgemark <[EMAIL PROTECTED]> wrote: Hi My code observations : JMeter test plan files (and probably other files written by Jmeter as well) are written using the default charater encoding of the JRE. The JMeter test plan files are also loaded using the default charater encoding o