Re: [DISCUSS] Replace log4j2 with logback

2021-12-21 Thread Mark Collin
Yes there are still people using COBOL, changing that is not a case of upgrading a library though, so it’s really a straw man argument. There is nothing stopping people from forking log4j and using their own fork, if that’s a better option for them than upgrading to a 2.x version of log4j,

Re: [DISCUSS] Replace log4j2 with logback

2021-12-21 Thread Mark Collin
To be fair to the log4j team, version 1.12.x went into maintenance mode back in 2007 and they did a couple of minor updates in 2010 and 2012. People have had nearly a decade since the last maintenance release to remove this old dependency and plan/implement an upgrade to the 2.x.x releases.

Re: Version 5.2 (Broken poms)

2019-11-09 Thread Mark Collin
Hi Vladimir, I do take exception to the assertion that this is our fault. As noted in that ticket you raised, the build system should have no effect on us. It doesn’t matter if you build with Ant, Maven, or Gradle as long as you upload valid binaries and a correct POM to maven central.

Re: Eclipse and hamcrest

2019-09-28 Thread Mark Collin
From previous experience I would suggest switching to assertj. It’s not pulled in by as many things so you are less likely to get wierd dependency conflicts and it provides useful output when things don’t match. Also it’s a fluent api so easy to discover the various matcher methods. Really

Maven issues with JMeter 3.1

2017-01-21 Thread Mark Collin
We have some maven issues again with version 3.1 of JMeter. Can somebody have a look at these problems, it would be good to get them fixed for 3.2 (Or whatever the next release is). https://bz.apache.org/bugzilla/show_bug.cgi?id=60621 -

Re: Separate folder for 3rd-party plugins

2016-04-08 Thread Mark Collin
It doesn’t right now, but unless I’m reading the description of the PR wrong, it will once this 3rd party libs folder is added. That’s a pretty big change in my mind. > On 7 Apr 2016, at 16:25, sebb <seb...@gmail.com> wrote: > > On 7 April 2016 at 12:08, Mark C

Re: Separate folder for 3rd-party plugins

2016-04-07 Thread Mark Collin
in which means that you will see different errors if you run through the plugin, or by physically putting things in the correct folder. > On 6 Apr 2016, at 11:38, sebb <seb...@gmail.com> wrote: > > On 6 April 2016 at 11:00, Mark Collin <mark.col...@lazeryattack.com> wrote:

Re: Separate folder for 3rd-party plugins

2016-04-06 Thread Mark Collin
I would rather see this in 3.0 than 3.1. From the point of view of the jmeter-maven-plugin this is a major change because we need to change where we programatically put plugins as we build up a jmeter file structure on the disk. From my point of view I would rather a big chance like this came

Re: Remaining Work before Release of 3.0

2016-03-05 Thread Mark Collin
> If Mark is ok with this, what about having a separate sister project of > jmeter for the maven plugin (maybe also the jenkins one if we have some > volunteers) > It could be (if incubated and agreed upon) under the Apache umbrella and we > could(those who want) participate to it. > > The

Re: Remaining Work before Release of 3.0

2016-03-04 Thread Mark Collin
ail_content=webmail_term=OA-2109-C> > <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > 2016-03-04 9:29 GMT+01:00 Mark Collin <mark.col...@lazeryattack.com>: > >> >>>>> Lack of official feature (JMeter plugin, Maven plugin, etc.) >>>>

Re: Remaining Work before Release of 3.0

2016-03-04 Thread Mark Collin
>>> Lack of official feature (JMeter plugin, Maven plugin, etc.) >> >> >> non official maven plugin exists and works rather nicely. >> What do you mean by JMeter plugin ? >> > > In general I have very bad experience with: > third party plugin (not well integrate, not well tested, not up to

JMeter 2.12 Transitive Dependency Issues

2015-02-28 Thread Mark Collin
Just a quick heads up about this bug https://bz.apache.org/bugzilla/show_bug.cgi?id=57649 It would be good to have a test that checks to see if there are any transitive dependency issues in maven after the POMs are built.

Re: Missing dependency in 2.11

2014-01-15 Thread Mark Collin
/project/rsyntaxtextarea/rsyntaxtextarea/and extract jar. Regards Philippe M. On Wed, Jan 15, 2014 at 8:34 PM, Mark Collin mark.col...@lazeryattack.comwrote: Just a quick one to make you aware, I’m getting the following as a missing maven dependency in maven central for JMeter 2.11

Re: ApacheJMeter_mongodb is missing from maven central

2014-01-12 Thread Mark Collin
On Saturday, January 11, 2014, Mark Collin wrote: Do you have a rough ETA for getting the 2.10 and 2.11 ApacheJMeter_mongodb jars up in maven central? I have a new release of the jmeter-maven-plugin ready to go and I’m trying to decide whether to wait for the jar to be in maven central, or just

Re: ApacheJMeter_mongodb is missing from maven central

2014-01-11 Thread Mark Collin
rebuilds. Since all write access to Maven Central is via Nexus, and Nexus can only hold one staging area for each GA pair, this will have to be done in two stages. i.e. upload 2.10 (somehow), vote, promote then repeat for 2.11 Milamber Le 07/01/2014 10:54, Mark Collin a ecrit : I’ve

Re: ApacheJMeter_mongodb is missing from maven central

2014-01-07 Thread Mark Collin
I’ve logged this as: https://issues.apache.org/bugzilla/show_bug.cgi?id=55965 On 7 Jan 2014, at 10:47, Mark Collin mark.col...@lazeryattack.com wrote: Just been going through the dependencies in maven central today and I’ve noticed that ApacheJMeter_mongodb is missing for 2.10 and 2.11

RE: Wiki Access Request

2013-03-12 Thread Mark Collin
Ardesco -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 12 March 2013 18:51 To: dev@jmeter.apache.org Subject: Re: Wiki Access Request On 12 March 2013 12:22, Mark Collin mark.col...@lazeryattack.com wrote: Can I get access to the wiki to update the http

RE: Wiki Access Request

2013-03-12 Thread Mark Collin
thanks -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 12 March 2013 19:11 To: dev@jmeter.apache.org Subject: Re: Wiki Access Request Done On 12 March 2013 19:06, Mark Collin mark.col...@lazeryattack.com wrote: Ardesco -Original Message- From: sebb [mailto:seb

What is the preffered way to detect that a test has ended and cleanup has completed?

2012-03-19 Thread Mark Collin
This is causing me a few issues. I've tried adding a test listener which detects the end of the test, the problem is that I don't know when clean-up has completed and things like the reporting listener have completed their job(s). I am currently doing the following: 1. Wait for a

RE: What is the preffered way to detect that a test has ended and cleanup has completed?

2012-03-19 Thread Mark Collin
. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 19 March 2012 12:39 To: dev@jmeter.apache.org Subject: Re: What is the preffered way to detect that a test has ended and cleanup has completed? On 19 March 2012 11:52, Mark Collin mark.col...@lazeryattack.com wrote: This is causing me

Beanshell and Maven

2012-03-16 Thread Mark Collin
I've been spending some time trying to get the JMeter dependencies that are not currently available in maven central added because a lot of corporate maven proxies (e.g. artifactory) are configured to only download packages from maven central. For a package to be moved into maven central it

RE: Beanshell and Maven

2012-03-16 Thread Mark Collin
I found the sources this morning \o/ Trying to get this uploaded to maven central now as well. -Original Message- From: Mark Collin [mailto:mark.col...@lazeryattack.com] Sent: 16 March 2012 06:34 To: dev@jmeter.apache.org Subject: Beanshell and Maven I've been spending some time trying

RE: Maven Snapshots

2012-02-29 Thread Mark Collin
February 2012 11:22, Philippe Mouawad philippe.moua...@gmail.com wrote: Hello, From what I know sebb is working on the issue. Regards Philippe On Tue, Feb 28, 2012 at 12:03 PM, Mark Collin m...@ardescosolutions.comwrote: Going to bump this one more time in the hope of getting an answer

RE: Maven Snapshots

2012-02-28 Thread Mark Collin
:03 PM, Mark Collin m...@ardescosolutions.comwrote: Going to bump this one more time in the hope of getting an answer. -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 17 February 2012 16:40 To: dev@jmeter.apache.org Subject: RE: Maven Snapshots

RE: [Incorrect Link] RE: [ANNOUNCE] JMeter 2.6 is released

2012-02-02 Thread Mark Collin
Woohoo :) Is that going to get pushed up to central? -Original Message- From: Milamber [mailto:milam...@apache.org] Sent: 02 February 2012 12:12 To: dev@jmeter.apache.org Subject: Re: [Incorrect Link] RE: [ANNOUNCE] JMeter 2.6 is released Le 02/02/2012 09:23, Mark Collin a ecrit

RE: Properties files in mavenised artifacts

2012-01-23 Thread Mark Collin
Unfortunately that's what it looks like :( -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 23 January 2012 13:46 To: dev@jmeter.apache.org Subject: Re: Properties files in mavenised artifacts On 23 January 2012 13:08, Mark Collin m...@ardescosolutions.com wrote: Yes

Properties files in mavenised artifacts

2012-01-21 Thread Mark Collin
user.properties If I'm being blind please point me in the right direction, if I'm not being blind can we get these added to an artefact, or another artefact added that contains these. -- Mark Collin Managing Director Ardesco Solutions Ltd mailto:m

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
:39 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 22:45, Mark Collin m...@ardescosolutions.com wrote: Uploaded a final version just now. I had to fix some transitive dependency problems that were not apparent until you tried to use the artifacts and I

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
. -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 19 January 2012 09:09 To: dev@jmeter.apache.org Subject: RE: Publishing to Maven Central OK I have tried using the 2.6-SNAPSHOT at https://repository.apache.org/content/repositories/snapshots/ and I get

RE: Publishing to Maven Central

2012-01-19 Thread Mark Collin
to Maven Central 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

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
Subject: Re: Publishing to Maven Central On 18 January 2012 06:35, Mark Collin m...@ardescosolutions.com wrote: I'm in the progress of writing my second attempt at providing a working maven solution which you can see here: It looks to me like an Ant build script using Maven deploy, i.e. Maven

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
...@gmail.com] Sent: 18 January 2012 12:41 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 12:30, Mark Collin m...@ardescosolutions.com wrote: It looks like you have specified all of the dependencies in the ApacheJMeter_parent pom. I thought you wanted a unified set

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
have it to make the whole process easier. Let me know if it needs any more tweaking. Regards Mark -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 18 January 2012 14:10 To: dev@jmeter.apache.org Subject: RE: Publishing to Maven Central I was trying to find

RE: Publishing to Maven Central

2012-01-18 Thread Mark Collin
these things it isn't needed. Regards Mark -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 18 January 2012 23:39 To: dev@jmeter.apache.org Subject: Re: Publishing to Maven Central On 18 January 2012 22:45, Mark Collin m...@ardescosolutions.com wrote: Uploaded a final version just

RE: BUG-49753 Fix

2012-01-11 Thread Mark Collin
I've uploaded an archive as requested, I've updated it just now to pull in three modules that were originally missed. -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 10 January 2012 20:59 To: dev@jmeter.apache.org Subject: RE: BUG-49753 Fix Added a patch

CompoundVariable classfinder.functions

2012-01-11 Thread Mark Collin
Looking through the code whilst debugging a problem with my maven implementation today I found out that CompoundVariable in core - engine - util searches for functions in jars that are in the search_path and the lib/ext folder but it completely ignores anything in the classpath. However when

RE: CompoundVariable classfinder.functions

2012-01-11 Thread Mark Collin
pick up JMeter components to search through for functions. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 11 January 2012 13:35 To: dev@jmeter.apache.org Subject: Re: CompoundVariable classfinder.functions On 11 January 2012 13:18, Mark Collin m...@ardescosolutions.com wrote

RE: BUG-49753 Fix

2012-01-10 Thread Mark Collin
Added a patch file to the bug. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 10 January 2012 13:51 To: dev@jmeter.apache.org Subject: Re: BUG-49753 Fix On 10 January 2012 11:19, Mark Collin m...@ardescosolutions.com wrote: I've implemented the enhancement BUG-49753