RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
OK I have tried using the 2.6-SNAPSHOT at https://repository.apache.org/content/repositories/snapshots/ and I get the following dependency issues: [INFO] [ERROR] BUILD ERROR [INFO]

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
Oh this has highlighted another difference between the implementation I supplied and your one, I have a POM named ApacheJMeter_reports and you have one named ApacheJMeter_report. If you do want to use the one I supplied you'll need to take the s off the name to make it match your current POM.

Re: Publishing to Maven Central

2012-01-19 Thread sebb
On 19 January 2012 09:13, Mark Collin m...@ardescosolutions.com wrote: Oh this has highlighted another difference between the implementation I supplied and your one, I have a POM named ApacheJMeter_reports and you have one named ApacheJMeter_report.  If you do want to use the one I supplied

Re: Time for a release?

2012-01-19 Thread Philippe Mouawad
I have to finish 2 things (mirror server documentation and default to 2.5.1 behaviour) and commit another patch . I think I will do it this week end. Sebb, Milamber, when do you plan the release ? Regards Philippe On Thu, Jan 19, 2012 at 8:49 AM, Milamber milam...@apache.org wrote: Hello, I

Re: svn commit: r1233097 - in /jmeter/trunk: docs/images/screenshots/changes/ xdocs/ xdocs/images/screenshots/changes/

2012-01-19 Thread Philippe Mouawad
Hello, Regarding New and noteworthy, should'nt we also have: - JMS improvements (51419 and 52088) - And ignore failed for embedded resources (like Remote Batching support) Milamber, I can add them if you tell me which software you use for your highlights ? Thanks. Regards Philippe On

HTTP Requests, content encoding and recording

2012-01-19 Thread Jens Müller
Hello, when recording HTTP data with JMeter, I'd assume that the request is sent to the server just like the browser would send it. This is not the case in two examples I've run across. As you'll know, when recording with HTTP Proxy Server, JMeter will be creating HTTP Samplers and then using

Re: svn commit: r1233097 - in /jmeter/trunk: docs/images/screenshots/changes/ xdocs/ xdocs/images/screenshots/changes/

2012-01-19 Thread Milamber
On Thu, Jan 19, 2012 at 12:20 PM, Philippe Mouawad philippe.moua...@gmail.com wrote: Hello, Regarding New and noteworthy, should'nt we also have: - JMS improvements (51419 and 52088) - And ignore failed for embedded resources (like Remote Batching support) Milamber, I can add them

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
Just tried the latest snapshot and everything looks good now. :) Is the plan to push this up to the maven central repo when 2.6 final is released? -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 19 January 2012 10:59 To: dev@jmeter.apache.org Subject: Re: Publishing to

Re: Publishing to Maven Central

2012-01-19 Thread sebb
On 19 January 2012 15:04, Mark Collin m...@ardescosolutions.com wrote: Just tried the latest snapshot and everything looks good now. :) OK, thanks. Is the plan to push this up to the maven central repo when 2.6 final is released? Yes, that was the plan. -Original Message- From:

Re: Toolbar Polish

2012-01-19 Thread sebb
On 19 January 2012 16:36, Anthony Johnson ans...@gmail.com wrote: Hi Milamber,   I will debug the Search button issues and file a bug if they still occur today(OSX 10.7.2/JDK 1.6.0_29) Since no work is occurring on this area, I will work on some of my improvements and submit via patches.

Re: Toolbar Polish

2012-01-19 Thread Milamber
On Thu, Jan 19, 2012 at 5:47 PM, sebb seb...@gmail.com wrote: On 19 January 2012 16:36, Anthony Johnson ans...@gmail.com wrote: Hi Milamber, I will debug the Search button issues and file a bug if they still occur today(OSX 10.7.2/JDK 1.6.0_29) Since no work is occurring on this

Re: Toolbar Polish

2012-01-19 Thread Milamber
On Thu, Jan 19, 2012 at 4:36 PM, Anthony Johnson ans...@gmail.com wrote: Hi Milamber, I will debug the Search button issues and file a bug if they still occur today(OSX 10.7.2/JDK 1.6.0_29) I don't have access to a similar platform. (Perhaps Philippe can help us?) Since no work is

Re: Toolbar Polish

2012-01-19 Thread sebb
On 19 January 2012 17:54, Milamber milam...@apache.org wrote: On Thu, Jan 19, 2012 at 5:47 PM, sebb seb...@gmail.com wrote: On 19 January 2012 16:36, Anthony Johnson ans...@gmail.com wrote: Hi Milamber,   I will debug the Search button issues and file a bug if they still occur today(OSX

Re: Toolbar Polish

2012-01-19 Thread Milamber
On Thu, Jan 19, 2012 at 6:10 PM, sebb seb...@gmail.com wrote: On 19 January 2012 17:54, Milamber milam...@apache.org wrote: On Thu, Jan 19, 2012 at 5:47 PM, sebb seb...@gmail.com wrote: On 19 January 2012 16:36, Anthony Johnson ans...@gmail.com wrote: Hi Milamber, I will debug the

Re: Toolbar Polish

2012-01-19 Thread sebb
On 19 January 2012 18:28, Milamber milambersp...@gmail.com wrote: On Thu, Jan 19, 2012 at 6:10 PM, sebb seb...@gmail.com wrote: On 19 January 2012 17:54, Milamber milam...@apache.org wrote: On Thu, Jan 19, 2012 at 5:47 PM, sebb seb...@gmail.com wrote: On 19 January 2012 16:36, Anthony

Re: Toolbar Polish

2012-01-19 Thread Anthony Johnson
Perhaps we could modify the search box slightly to get rid of the need for the clear search results button? The following could be done: 1. Search box gets a Clear Results button. 2. On enter, Search box doesn't exit. 3. Clear Results button would be disabled until their are results to clear.

Thoughts on adding Undo Functionality

2012-01-19 Thread Anthony Johnson
Hey Guys, So, the user list shamed me into giving more time into adding the Undo feature to JMeter. I would appreciate some feedback if what I am thinking will work. I was first looking at the setProperty methods, but I found that it doesn't work well because those don't get called until you

buildbot failure in ASF Buildbot on jmeter-trunk

2012-01-19 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/jmeter-trunk/builds/415 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source

Re: Toolbar Polish

2012-01-19 Thread Philippe Mouawad
Hello, I am on Mac OSX 10.6.8 / JDK 1.6.0_29 I don't reproduce issue. Search button always work without calling reset. Same for reset. What is the exact scenario ? Thanks On Thu, Jan 19, 2012 at 9:05 PM, Anthony Johnson ans...@gmail.com wrote: Perhaps we could modify the search box slightly

Build failed in Jenkins: JMeter-trunk #1923

2012-01-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/JMeter-trunk/1923/changes Changes: [pmouawad] Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI -- [...truncated 584 lines...] package-only: [jar] Building jar:

buildbot success in ASF Buildbot on jmeter-trunk

2012-01-19 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/jmeter-trunk/builds/417 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build

RE: Toolbar Polish

2012-01-19 Thread Anthony Johnson
Let me debug on my machine. Use-case: 1. Build trunk via ant 2. bash ./bin/jmeter.sh 3. Hit search button 4. Search for Test to get a result. 5. Hit clear search button. Expected Search results are cleared. On my machine, I have to use the menu item. I will debug it and report back. Sent

Re: Toolbar Polish

2012-01-19 Thread Anthony Johnson
Looks great:-) On Thu, Jan 19, 2012 at 6:08 PM, Milamber milam...@apache.org wrote: Le 19/01/2012 17:59, Milamber a ecrit : On Thu, Jan 19, 2012 at 4:36 PM, Anthony Johnson ans...@gmail.com mailto:ans...@gmail.com wrote: Hi Milamber, I will debug the Search button

Re: svn commit: r1233638 - in /jmeter/trunk: docs/images/screenshots/changes/ src/core/org/apache/jmeter/images/toolbar/ xdocs/ xdocs/images/screenshots/changes/

2012-01-19 Thread sebb
On 19 January 2012 23:02, milam...@apache.org wrote: Author: milamber Date: Thu Jan 19 23:02:37 2012 New Revision: 1233638 URL: http://svn.apache.org/viewvc?rev=1233638view=rev Log: Improve toolbar icons set with some icons from open_icon_library-CC

Re: svn commit: r1233614 - /jmeter/trunk/test/src/org/apache/jmeter/save/TestSaveService.java

2012-01-19 Thread sebb
On 19 January 2012 22:38, pmoua...@apache.org wrote: Author: pmouawad Date: Thu Jan 19 22:38:44 2012 New Revision: 1233614 URL: http://svn.apache.org/viewvc?rev=1233614view=rev Log: Commenting test to avoid failure. TestLoadAndSave seems wrong as it does not take into account migration.

Build failed in Jenkins: JMeter-trunk #1926

2012-01-19 Thread Apache Jenkins Server
See https://builds.apache.org/job/JMeter-trunk/1926/changes Changes: [sebb] Increase ramp-up slightly to avoid occasional thread overlap in testing -- [...truncated 565 lines...] [javac] Compiling 61 source files to

Re: svn commit: r1233614 - /jmeter/trunk/test/src/org/apache/jmeter/save/TestSaveService.java

2012-01-19 Thread Philippe Mouawad
Hello, I don't agree. Tests on loadAndSave seems wrong to me as it does not take into account upgrade procedure . Furthermore I don't understand the purpose of TestGUI23.jmx, from what I supposed it was to test 2.3 format but If I upgrade the format what's the use of the Test case ? Regards