Re: [JMeter] - Get the log file parameter from plugin code (non gui mode, -j option)

2010-11-22 Thread sebb
2010/11/18 Stéphane Hoblingre : > Hi, > > Is there a way to retrieve the jtl file path/name specified as argument when > running JMeter in non gui mode? > I need it to implement non gui mode of our plugin: > http://code.google.com/p/jmeter-plugins/wiki/PerfMon AFAIK, no other samplers/visualisers

Re: svn commit: r1036752 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.java

2010-11-19 Thread sebb
On 19 November 2010 07:28, wrote: > Author: milamber > Date: Fri Nov 19 07:28:51 2010 > New Revision: 1036752 > > URL: http://svn.apache.org/viewvc?rev=1036752&view=rev > Log: > Seems to miss a close parenthesis Thanks! [Was using a different system to do the edit does not have a suitable compi

Re: svn commit: r1036578 - /jakarta/jmeter/trunk/build.xml

2010-11-18 Thread sebb
On 18 November 2010 19:14, wrote: > Author: milamber > Date: Thu Nov 18 19:14:25 2010 > New Revision: 1036578 > > URL: http://svn.apache.org/viewvc?rev=1036578&view=rev > Log: > Update URL for get package list (javadoc generating) Well spotted! > Modified: >    jakarta/jmeter/trunk/build.xml >

Re: svn commit: r1028515 - in /jakarta/jmeter/trunk: bin/ bin/examples/ src/core/org/apache/jmeter/reporters/ src/core/org/apache/jmeter/services/ xdocs/ xdocs/usermanual/

2010-11-03 Thread sebb
On 3 November 2010 10:57, sebb wrote: > On 3 November 2010 10:18, sebb wrote: >> On 3 November 2010 09:32, sebb wrote: >>> On 3 November 2010 08:03, Milamber wrote: >>>> Hello, >>>> >>>> When I use Ant script [tests] (on same project),

Re: svn commit: r1028515 - in /jakarta/jmeter/trunk: bin/ bin/examples/ src/core/org/apache/jmeter/reporters/ src/core/org/apache/jmeter/services/ xdocs/ xdocs/usermanual/

2010-11-03 Thread sebb
On 3 November 2010 10:18, sebb wrote: > On 3 November 2010 09:32, sebb wrote: >> On 3 November 2010 08:03, Milamber wrote: >>> Hello, >>> >>> When I use Ant script [tests] (on same project), I have the following >>> errors : >>> >&g

Re: svn commit: r1028515 - in /jakarta/jmeter/trunk: bin/ bin/examples/ src/core/org/apache/jmeter/reporters/ src/core/org/apache/jmeter/services/ xdocs/ xdocs/usermanual/

2010-11-03 Thread sebb
On 3 November 2010 09:32, sebb wrote: > On 3 November 2010 08:03, Milamber wrote: >> Hello, >> >> When I use Ant script [tests] (on same project), I have the following >> errors : >> >> * 1 error with jdk1.6_21 >> * 1 error + 4 failures with jdk

Re: svn commit: r1028515 - in /jakarta/jmeter/trunk: bin/ bin/examples/ src/core/org/apache/jmeter/reporters/ src/core/org/apache/jmeter/services/ xdocs/ xdocs/usermanual/

2010-11-03 Thread sebb
816) >     [java]     at > org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_BodyFromParameterValues(TestHTTPSamplersAgainstHttpMirrorServer.java:405) >     [java]     at > org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_BodyFromParameterValues(TestH

Re: svn commit: r1023592 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/TextBoxDialoger.java

2010-11-02 Thread sebb
On 18 October 2010 00:07, Milamber wrote: > Hello, > > With last commit (r1023592) it's possible to add this behavior on Arguments > Panel (in HTTP sampler and Java sampler): > * When user double click in the table on a cell which has a String value, > JMeter display a text box to edit the value

Re: New JMeter Skin

2010-11-02 Thread sebb
On 2 November 2010 20:10, Joe Rice wrote: > Hi, > > I have been an avid JMeter user / fan for years.  I would like to port > JMeter from Swing to SWT (eclipse) to give it a fresh interface and also > allow eclipse plugin support.  I also have a number of suggested > improvements around managing lo

Re: [JMeter] Contribution: Adding a function

2010-09-21 Thread sebb
On 21 September 2010 08:35, Jens Müller wrote: > > Hi, > > I needed a new JMeter function to be able to access the name of the current > sampler from the Header Manager. > > I wanted to share it, maybe you can add it to the development branch: Code additions are normally provided via the bug-tra

Re: [JMeter] Extending JMeter: Shared Data Set

2010-09-12 Thread sebb
On 9 September 2010 13:05, Jens Müller wrote: > > Hello, > > JMeter does not seem to include a test element that allows a string out of a > list to be assinged to a variable, guaranteeing at most once semantics for > all users, even in distributed mode. Meaning that every element of the list >

Re: [JMeter] Extending JMeter: Shared Data Set

2010-09-12 Thread sebb
On 10 September 2010 17:20, Milamber wrote: > Hello, > > Your idea is good, and(but) needs a lot of works. > > Please note, you can do this with another way: > 1/ use a JDBC sampler with a SQL SELECT on a database, around a Once > only controller which start first in test > 2/ and JMeter's functio

Re: [JMeter] Addon development: Add new element and extension of existing ones

2010-08-31 Thread sebb
On 27 August 2010 13:39, Jens Müller wrote: > > Hello, > > using the addons.xml ant file I want to extend JMeter. I am able to override > existing implementations this way, but I see no way of adding new elements to > the "Edit, Add, Non test elements" Menu. New elements should automatically ap

Re: [JMeter] Mime types on icons (was: svn commit: r991327)

2010-08-31 Thread sebb
On 31 August 2010 23:17, Rahul Akolkar wrote: > On Tue, Aug 31, 2010 at 5:04 PM,   wrote: >> Author: milamber >> Date: Tue Aug 31 21:04:21 2010 >> New Revision: 991327 >> >> URL: http://svn.apache.org/viewvc?rev=991327&view=rev >> Log: >> Add missing files >> Bug 30563 - Thread Group should have a

Re: cactus-reports.xsl is being generated with errors

2010-08-24 Thread sebb
2010/8/24 José Ricardo : > Hi folks, > > I was following this article about generating XML and HTML report from my > cactus tests: > http://jakarta.apache.org/cactus/integration/integration_browser.html > Unfortunately when I was try to generate one html report about my tests with > any kind of fai

Re: Gump nags, from address

2010-08-17 Thread sebb
+1 On 17 August 2010 18:59, Rahul Akolkar wrote: > Like Commons now does for the new gump builds, I suggest we change the > from address for all Jakarta nags to be "Gump ", > rather than any individuals. > > -Rahul > > - > To uns

Re: [jmeter] publish artifacts on central ?

2010-08-16 Thread sebb
On 26 July 2010 12:54, nicolas de loof wrote: > Hi, > > now that jMeter 2.4 is out, is there any plan to publish artifacts on > central for maven users ? No plans at present. > I can help if you wish ... There are no scripts to create the required Maven artifacts, so if you want to provide thos

Re: [jmeter] beanshell version ?

2010-08-16 Thread sebb
On 27 July 2010 11:03, nicolas de loof wrote: > Hi, > > I wonder what version of beanshell is used by jMeter (2.4) : > the build script downloads bsh2.0b5.jar from beanshell.org, but according > to http://www.beanshell.org/download.html the latest stable version is > 2.0b4. Sounds like the build s

Apache Retreat in Hursley, UK - 17-19th September

2010-08-10 Thread sebb
From: Nick Burch To: retre...@apache.org Reply-To: retre...@apache.org Subject: Apache Retreat in Hursley, UK - 17-19th September Hi All Just a reminder that our next Apache Retreat will be in Hursley in the UK, from the 17th - 19th September. That's a little over a month away now! If you're an

Re: [JMETER] HTTPSampler2

2010-07-20 Thread sebb
On 20 July 2010 17:26, Chris van Es wrote: > Hi, I've recently been looking through the jmeter source in an attempt to > create a HTTP sampler for testing proxy servers. As a result I need to > configure multiple proxies over the course of a test run rather than the > current global proxy settings

[ANNOUNCE] JMeter 2.4 is released

2010-07-14 Thread sebb
The Apache JMeter team announces the availability of Apache JMeter 2.4 r961953. This is a new release which corrects a lot of bugs and adds many new features. JMeter 2.4 requires Java 1.5 or later to run. == All users are recommended to upgrade. == Apache JMeter is a Java application designed

Re: Getting enough votes (was Re: Update of "JakartaBoardReport-current" ...)

2010-07-14 Thread sebb
On 14 July 2010 02:16, Rahul Akolkar wrote: > Moved to dev@ ... > > On Tue, Jul 13, 2010 at 8:38 PM, Apache Wiki wrote: >> Dear Wiki user, >> >> You have subscribed to a wiki page or wiki category on "Jakarta Wiki" for >> change notification. >> >> The "JakartaBoardReport-current" page has been

[VOTE][RESULT] Release JMeter 2.4 based on RC3

2010-07-13 Thread sebb
Thanks very much to all who voted. The votes were as follows: (*) binding +1 Peter Lin (*) Andrey Pohilko Sebastian Bazley (*) Milamber Derry, Stanton Daniel F. Savarese (*) There were no other votes, so the vote passes. Sebastian --

Re: [VOTE] Release JMeter 2.4 based on RC3

2010-07-10 Thread sebb AT ASF
Here's my vote: +1 On 9 July 2010 00:10, sebb AT ASF wrote: > Please can I have votes for the release of JMeter 2.4? > > Archives/hashes/sigs and RAT report: > > http://people.apache.org/~sebb/jmeter-2.4_RC3/dist > > MD5 hashes of archives for this vote: > >

Re: [VOTE] Release JMeter 2.4 based on RC3

2010-07-10 Thread sebb
On 9 July 2010 22:40, Derry, Stanton wrote: > Hi Sebb, > > The nightly build I pulled down was jakarta-jmeter-r955958_bin.zip.  Looking > at the dates of the jar files I probably dropped the plugin jar file in the > ext directory. Seems so. > Would be a useful thread group

Re: [VOTE] Release JMeter 2.4 based on RC3

2010-07-09 Thread sebb
On 9 July 2010 20:35, Derry, Stanton wrote: > Hi Sebb, > > I don't have access to the system I installed it on at this time.  What > prompted me to download a nightly build in June'2010 was the comment "... > plugin available with JMeter 2.3.5 or later only (curren

Re: [VOTE] Release JMeter 2.4 based on RC3

2010-07-09 Thread sebb
On 9 July 2010 18:58, Derry, Stanton wrote: > Hi Sebb, > > Thought it had become part of the JMeter source, it was in a prior nightly > build I had pullled down. Which nighly build? JMeter was enhanced to make it *possible* to add 3rd party Thread Groups by adding a jar to the

Re: [VOTE] Release JMeter 2.4 based on RC3

2010-07-09 Thread sebb
On 9 July 2010 17:17, Derry, Stanton wrote: > > > > > From: seb...@gmail.com on behalf of sebb AT ASF > Sent: Thu 7/8/2010 4:10 PM > To: dev@jakarta.apache.org; gene...@jakarta.apache.org > Subject: [VOTE] Release JMeter 2.4 based on RC3 &

[VOTE] Release JMeter 2.4 based on RC3

2010-07-08 Thread sebb AT ASF
Please can I have votes for the release of JMeter 2.4? Archives/hashes/sigs and RAT report: http://people.apache.org/~sebb/jmeter-2.4_RC3/dist MD5 hashes of archives for this vote: 01ac101b161643a77267baec99b3acfe *jakarta-jmeter-2.4.tgz 8b1e592d88523c9594560be3b497a6fd *jakarta-jmeter-2.4.zip

Re: JMeter plugin menu items

2010-07-01 Thread sebb
On 01/07/2010, Andrey Pohilko wrote: > Hi, > > There's a lot of plugins in JMeter already and when user's trying to add > another sampler (or something) to test plan, he sees a long menu with items > sorted with seems no order. Actually it is ordered by reverse plugin load > order, but this ma

[ANNOUNCE] Apache Jakarta BSF 3.1 released

2010-06-25 Thread sebb AT ASF
The Apache Jakarta BSF team is pleased to announce the release of BSF 3.1. Apache Jakarta BSF 3.1 is an open-source implementation of JSR-223 (javax.script), "Scripting for the Java Platform". [BSF3 was developed according to the JSR-223 specs, but has not yet been tested using the JSR

[BSF][VOTE][RESULT] Release BSF 3.1 (based on RC3)

2010-06-24 Thread sebb
Thanks very much to all who voted. Here are the results of the vote: +1 (* = binding) Dave Brosius Andrey Pohilko Rony Flatscher (*) Phil Steitz (*) Sebastian Bazley (*) Luc Maisonobe Jörg Schaible There were no other votes. As there are at least 3 binding +1 votes, and no -1 votes, the vote

Re: [BSF][VOTE] Release BSF 3.1 (based on RC3)

2010-06-21 Thread sebb
On 21/06/2010, sebb wrote: > [Resending because I left off the VOTE prefix, and the subject change > does not seem to be filtering down ...] > > > [Third time lucky?] > > Please review and vote on the BSF 3.1 release. > > The artifacts are available at: > >

[BSF][VOTE] Release BSF 3.1 (based on RC3)

2010-06-21 Thread sebb
[Resending because I left off the VOTE prefix, and the subject change does not seem to be filtering down ...] [Third time lucky?] Please review and vote on the BSF 3.1 release. The artifacts are available at: http://people.apache.org/~sebb/bsf-3.1-RC3/ The Maven artifacts are at: https

Release BSF 3.1 (based on RC3)

2010-06-19 Thread sebb
[Third time lucky?] Please review and vote on the BSF 3.1 release. The artifacts are available at: http://people.apache.org/~sebb/bsf-3.1-RC3/ The Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachebsf-004/ The SVN tag is at: http://svn.apache.org/repos/asf

Re: Documentation Need

2010-06-11 Thread sebb
On 11/06/2010, Hosni Romdhani wrote: > > > > Hello: > > > I am Hosni Romdhani, a Java/J2EE developper. > I am working on a project in which we will need to personalize or create a > new HTTP request creation in JMeter. Why? What is it that the current code does not do? > I got the source cod

Re: svn commit: r951636 - /jakarta/bsf/branches/bsf3.x/bsf-engines/build.xml

2010-06-10 Thread sebb
On 10/06/2010, Juergen Pill wrote: > Hello sebb, > > I am flooded with tons of Jakarta e-mails, but do not know hpow to > unsubscribe to all of those lists. It seems an accident that I was enforced > added to those list. > In particular I do not know the e-mail address, th

[CANCELLED][VOTE] Release BSF 3.1 (based on RC2)

2010-06-05 Thread sebb
On 04/06/2010, sebb wrote: > I've hopefully fixed all the problems reported with the previous RC1. Unfortunately I created a packaging problem, so the vote is cancelled. - To unsubscribe, e-mail: dev-

[VOTE] Release BSF 3.1 (based on RC2)

2010-06-03 Thread sebb
I've hopefully fixed all the problems reported with the previous RC1. Please review and vote on the BSF 3.1 release. The artifacts are available at: http://people.apache.org/~sebb/bsf-3.1-RC2/ The Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachebs

Re: [BCEL] anyone working on BCEL ?

2010-05-25 Thread sebb
sible as far as I can tell (except by using different classloaders). > > > - Original Message - > From: "sebb" > Sent: Tue, May 25, 2010 11:30 > Subject:Re: [BCEL] anyone working on BCEL ? > > > On 25/05/2010, Torsten Curdt wrote: > > > Is

[BSF3] [VOTE] [RESULT] Drop bsf-engines.jar from release

2010-05-25 Thread sebb
ode before removing the bsf engine build etc. -- Forwarded message -- From: sebb Date: 22 May 2010 12:17 Subject: [BSF3] [VOTE] Drop bsf-engines.jar from release To: dev@jakarta.apache.org I'd like to call a formal vote on dropping the bsf-engines.jar from BSF3 release

Re: [BCEL] anyone working on BCEL ?

2010-05-25 Thread sebb
On 25/05/2010, Torsten Curdt wrote: > > Is anyone working on - or wanting to work on - BCEL at present? > > > Patch applying time is slowly approaching for me. But that's about it. > > > > I know that Findbugs are keen to get away from using their patched version. > > > Well, we talked years ago.

[BCEL] anyone working on BCEL ?

2010-05-24 Thread sebb
Is anyone working on - or wanting to work on - BCEL at present? I know that Findbugs are keen to get away from using their patched version. I can do some tidying up of test cases and basic warnings if that would help. There seem to have been a lot of fixes since 5.2, so it would be good to get a

Re: [BSF3] [VOTE] Drop bsf-engines.jar from release

2010-05-23 Thread sebb
Here's mine: +1 On 22/05/2010, Rony G. Flatscher wrote: > +1 > > > ---rony > > > On 22.05.2010 13:17, sebb wrote: > > I'd like to call a formal vote on dropping the bsf-engines.jar from > > BSF3 releases. > > > > The reasons for th

[BSF3] [VOTE] Drop bsf-engines.jar from release

2010-05-22 Thread sebb
I'd like to call a formal vote on dropping the bsf-engines.jar from BSF3 releases. The reasons for this are: - it's not possible to selectively include just the factories one wants. This can cause a clash with other factories that may be required. - the jar is just a repackaging of factories from

Re: [VOTE] Release BSF 3.1

2010-05-20 Thread sebb
so now - thanks! On 18/05/2010, sebb wrote: > Please review and vote on the BSF 3.1 release. > > The artifacts are available at: > > http://people.apache.org/~sebb/bsf-3.1-RC1/ > > The Maven artifacts are at: > > https://repository.apache.org/content/repositories

Re: [BSF3] Drop bsf-engines from release?

2010-05-19 Thread sebb
On 19/05/2010, Rony G. Flatscher wrote: > On 19.05.2010 17:18, sebb wrote: > > Following on from https://issues.apache.org/jira/browse/BSF-32: > > > > I'm not sure it really makes sense to include a single jar with all > > the BSF engine factories in it. >

[BSF3] Drop bsf-engines from release?

2010-05-19 Thread sebb
Following on from https://issues.apache.org/jira/browse/BSF-32: I'm not sure it really makes sense to include a single jar with all the BSF engine factories in it. For one thing, why would one want so many factories present? They will only work if the corresponding engine jar is also present, so

Re: [VOTE] Release BSF 3.1

2010-05-18 Thread sebb
On 18/05/2010, Jörg Schaible wrote: > sebb wrote: > > > On 18/05/2010, Jörg Schaible wrote: > > [snip] > > > >> Yes, if I add this, the build runs through. However, you're aware that > >> the > >> usage of repositories within the POM

[VOTE] Release BSF 3.1

2010-05-18 Thread sebb
Please review and vote on the BSF 3.1 release. The artifacts are available at: http://people.apache.org/~sebb/bsf-3.1-RC1/ The Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachebsf-001/ The SVN tag is at: http://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf

Re: Export Control Question re: BSF

2010-05-18 Thread sebb
Have you seen http://www.apache.org/licenses/exports/ On 18/05/2010, Erin Clark wrote: > Hi All: > > > > I'm not sure to contact, so forgive me, but I'm assisting a client with > the export classification of their product and the subject product > utilizes Apache Jakarta Bean Scripting Framew

Re: Release BSF 3.1 ?

2010-05-18 Thread sebb
vote shortly. > > Brett > > > On Sat, May 15, 2010 at 2:42 AM, sebb wrote: > > There have been a few changes to the BSF 3.x code line since 3.0. > > > > I think it would be good to release version 3.1 along with its Maven > version. > > > > I&

[Travel Assistance] - applications Open for ApacheCon NA 2010

2010-05-17 Thread sebb
The Travel Assistance Committee is now taking in applications for those wanting to attend ApacheCon North America (NA) 2010, which is taking place between the 1st and 5th November in Atlanta. The Travel Assistance Committee is looking for people who would like to be able to attend ApacheCon,

Release BSF 3.1 ?

2010-05-14 Thread sebb
There have been a few changes to the BSF 3.x code line since 3.0. I think it would be good to release version 3.1 along with its Maven version. I've asked for Nexus access for BSF 3.x, so I propose to use that for staging/voting on the Maven artifacts. I'm happy to manage the release, unless any

Re: [g...@vmgump]: Project cactus (in module jakarta-cactus) failed

2010-04-22 Thread sebb
That's probably because you are subscribed as mfigueir...@maisis.pt Send the e-mail to dev-unsubscribe-mfigueiredo=maisis...@jakarta.apache.org and reply to the confirmation e-mail On 22/04/2010, Miguel Figueiredo wrote: > Hello all, > > I was subscribed to the retired Slide Project and now I

<    1   2   3