Re: DO NOT REPLY [Bug 41788] Log viewer (console window) needed as an option

2012-01-22 Thread Philippe Mouawad
Hello, As I fixed the pending issues (limit size to avoid OOM and fix enable/disable effect), I commited feature. Maybe we should add icon in toolbar ? Regards Philippe On Sat, Jan 21, 2012 at 11:39 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hello guys, > I wait for your feedba

Re: DO NOT REPLY [Bug 41788] Log viewer (console window) needed as an option

2012-01-22 Thread Milamber
Le 22/01/2012 10:59, Philippe Mouawad a ecrit : > Hello, > As I fixed the pending issues (limit size to avoid OOM and fix > enable/disable effect), I commited feature. > Maybe we should add icon in toolbar ? > I don't think. Log viewer is a very useful behavior to help to debug script (for ex

Re: svn commit: r1234482 - in /jmeter/trunk: docs/images/screenshots/changes/28_loggerpanel.png xdocs/changes.xml xdocs/images/screenshots/changes/28_loggerpanel.png

2012-01-22 Thread Milamber
Le 22/01/2012 10:55, pmoua...@apache.org a ecrit : > Author: pmouawad > Date: Sun Jan 22 10:55:34 2012 > New Revision: 1234482 > > URL: http://svn.apache.org/viewvc?rev=1234482&view=rev > Log: > Added new and noteworthy > > Added: > jmeter/trunk/docs/images/screenshots/changes/28_loggerpanel.

Re: Properties files in mavenised artifacts

2012-01-22 Thread sebb
On 21 January 2012 22:55, Mark Collin wrote: > I've been hunting through the mavenised artifacts available at: > > > > https://repository.apache.org/content/repositories/snapshots/org/apache/jmet > er/ > > > > However I cannot find the following in any package: > > > > saveservice.properties > > u

Re: Time for a release?

2012-01-22 Thread sebb
On 21 January 2012 17:12, Rainer Jung wrote: > On 21.01.2012 17:42, sebb wrote: >> >> I also want to add a signing target which can loop through all the >> dist artifacts (archives, poms, jars). >> >> That will need GPG installed, preferably GPG 2.x > > > Note that Mark has added this feature to t

Apache Excalibur Logger

2012-01-22 Thread Philippe Mouawad
Hello, I noticed there was some plan to remove Excalibur logger dependency. What is the new selected component to replace it ? - log4j - slf4J+logback When do we plan this migration ? Working on 41788 I noticed javadocs for excalibu

Re: svn commit: r1234482 - in /jmeter/trunk: docs/images/screenshots/changes/28_loggerpanel.png xdocs/changes.xml xdocs/images/screenshots/changes/28_loggerpanel.png

2012-01-22 Thread Philippe Mouawad
Done Thanks for the idea. On Sun, Jan 22, 2012 at 12:28 PM, Milamber wrote: > > > Le 22/01/2012 10:55, pmoua...@apache.org a ecrit : > > Author: pmouawad > > Date: Sun Jan 22 10:55:34 2012 > > New Revision: 1234482 > > > > URL: http://svn.apache.org/viewvc?rev=1234482&view=rev > > Log: > > Added

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

2012-01-22 Thread Milamber
Le 22/01/2012 15:56, milam...@apache.org a ecrit : > Author: milamber > Date: Sun Jan 22 15:56:06 2012 > New Revision: 1234530 > > URL: http://svn.apache.org/viewvc?rev=1234530&view=rev > Log: > Improve screenshots and add black borders > Reduce menu Log viewer length > Philippe, It's better

Re: svn commit: r1234478 - in /jmeter/trunk: bin/ src/core/org/apache/jmeter/gui/ src/core/org/apache/jmeter/gui/action/ src/core/org/apache/jmeter/gui/util/ src/core/org/apache/jmeter/resources/ src/

2012-01-22 Thread Milamber
Philippe, It's possible to include JSplitPane topAndDown = new JSplitPane(JSplitPane.VERTICAL_SPLIT); in setVisible true/false in guiInstance.getLoggerPanel().setVisible(true); In my opinion, it is not needed to see the vertical split all the time. Thanks Milamber Le 22/01/2012 10:46,

RE: Properties files in mavenised artifacts

2012-01-22 Thread Mark Collin
Parent sounds like a good place. Normally it would pick up things in src/main/resources, but as you don't have a maven directory structure I think you'll need to define a resource dir in the parent POM. Something like this should work: ${basedir}/bin **/*.prope

Re: Properties files in mavenised artifacts

2012-01-22 Thread sebb
On 22 January 2012 18:21, Mark Collin wrote: > Parent sounds like a good place. > > Normally it would pick up things in src/main/resources, but as you don't > have a maven directory structure I think you'll need to define a resource > dir in the parent POM.  Something like this should work: > > >

Re: New Maven targets (was: Re: Time for a release?)

2012-01-22 Thread sebb
On 21 January 2012 19:07, Milamber wrote: > > > Le 21/01/2012 16:42, sebb a ecrit : >> If you want to try out the Maven targets, update workspace and build >> (ant package) >> >> Then create the poms/jars: >> >> ant  _maven_dist -Djmeter.version=2.6-SNAPSHOT >> >> [might add this to the distributi

Re: Apache Excalibur Logger

2012-01-22 Thread sebb
On 22 January 2012 13:04, Philippe Mouawad wrote: > Hello, > I noticed there was some plan to remove Excalibur logger dependency. > What is the new selected component to replace it ? > >   - log4j >   - slf4J+logback Given that the main focus of JMeter is HTTP, and we use Apache HttpClient, if we

Re: Apache Excalibur Logger

2012-01-22 Thread Anthony Johnson
On Sun, Jan 22, 2012 at 8:29 PM, sebb wrote: > > On 22 January 2012 13:04, Philippe Mouawad wrote: > > Hello, > > I noticed there was some plan to remove Excalibur logger dependency. > > What is the new selected component to replace it ? > > > >   - log4j > >   - slf4J+logback > > Given that the

Re: Properties files in mavenised artifacts

2012-01-22 Thread sebb
On 23 January 2012 01:03, sebb wrote: > On 22 January 2012 18:21, Mark Collin wrote: >> Parent sounds like a good place. >> >> Normally it would pick up things in src/main/resources, but as you don't >> have a maven directory structure I think you'll need to define a resource >> dir in the parent

Re: Apache Excalibur Logger

2012-01-22 Thread sebb
On 23 January 2012 01:46, Anthony Johnson wrote: > On Sun, Jan 22, 2012 at 8:29 PM, sebb wrote: >> >> On 22 January 2012 13:04, Philippe Mouawad >> wrote: >> > Hello, >> > I noticed there was some plan to remove Excalibur logger dependency. >> > What is the new selected component to replace it

buildbot exception in ASF Buildbot on jmeter-nightly

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

buildbot failure in ASF Buildbot on jmeter-trunk

2012-01-22 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/458 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source St

Re: Apache Excalibur Logger

2012-01-22 Thread Anthony Johnson
On Sun, Jan 22, 2012 at 9:28 PM, sebb wrote: > On 23 January 2012 01:46, Anthony Johnson wrote: >> On Sun, Jan 22, 2012 at 8:29 PM, sebb wrote: >>> >>> On 22 January 2012 13:04, Philippe Mouawad >>> wrote: >>> > Hello, >>> > I noticed there was some plan to remove Excalibur logger dependency.

RE: Properties files in mavenised artifacts

2012-01-22 Thread Mark Collin
The mvn deploy command should also build the package if the section exists in the POM so you could have a build section for the parent POM that only pulls in resources that are required (this would muddy the waters slightly but seems like the pragmatic approach). Of course you could also tweak yo

Re: Apache Excalibur Logger

2012-01-22 Thread Philippe Mouawad
Regarding logging, It CAN Go fast if we share work and each of us takes one SRC folder. It's à matter f search replace for 90%. Regarding pool i am not sure to there is an datasourceelemnt That has à Maxpool property and looking at code it seemed the excalibur datasource was using this property

Re: New Maven targets

2012-01-22 Thread Milamber
Le 23/01/2012 01:09, sebb a ecrit : > On 21 January 2012 19:07, Milamber wrote: > >> >> Le 21/01/2012 16:42, sebb a ecrit : >> >>> If you want to try out the Maven targets, update workspace and build >>> (ant package) >>> >>> Then create the poms/jars: >>> >>> ant _maven_dist -Djmeter.v