<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Maven JMeter plugin and report generation (the last steps to get it working)</title>
	<atom:link href="http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Ardesco</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4856</link>
		<dc:creator>Ardesco</dc:creator>
		<pubDate>Wed, 08 Feb 2012 23:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4856</guid>
		<description><![CDATA[A lot of the problems mentioned in the comments have been fixed in the latest version and this plugin is now under active development again. Â It is now available from the central maven repository so you no longer need to specify a repository in your POM to use it, all that is required now is:
Â 
&lt;plugin&gt;
&lt;groupId&gt;com.lazerycode.jmeter&lt;/groupId&gt;
&lt;artifactId&gt;jmeter-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;1.4&lt;/version&gt;
&lt;executions&gt;
&lt;execution&gt;
&lt;id&gt;jmeter-tests&lt;/id&gt;
&lt;phase&gt;verify&lt;/phase&gt;
&lt;goals&gt;
&lt;goal&gt;jmeter&lt;/goal&gt;
&lt;/goals&gt;
&lt;/execution&gt;
&lt;/executions&gt;
&lt;/plugin&gt;
Note that the GroupID and ArtifactID have changed.
Project website is http://jmeter.lazerycode.com]]></description>
		<content:encoded><![CDATA[<p>A lot of the problems mentioned in the comments have been fixed in the latest version and this plugin is now under active development again. Â It is now available from the central maven repository so you no longer need to specify a repository in your POM to use it, all that is required now is:<br />
Â <br />
&lt;plugin&gt;<br />
&lt;groupId&gt;com.lazerycode.jmeter&lt;/groupId&gt;<br />
&lt;artifactId&gt;jmeter-maven-plugin&lt;/artifactId&gt;<br />
&lt;version&gt;1.4&lt;/version&gt;<br />
&lt;executions&gt;<br />
&lt;execution&gt;<br />
&lt;id&gt;jmeter-tests&lt;/id&gt;<br />
&lt;phase&gt;verify&lt;/phase&gt;<br />
&lt;goals&gt;<br />
&lt;goal&gt;jmeter&lt;/goal&gt;<br />
&lt;/goals&gt;<br />
&lt;/execution&gt;<br />
&lt;/executions&gt;<br />
&lt;/plugin&gt;<br />
Note that the GroupID and ArtifactID have changed.<br />
Project website is <a href="http://jmeter.lazerycode.com" rel="nofollow">http://jmeter.lazerycode.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4855</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 04 Oct 2007 13:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4855</guid>
		<description><![CDATA[We are having a problem with functions like ${__threadNum}, they are not being replaced when JMeter is executed by the Maven plugin. Has anybody experienced the same? Any ideas what might be causing this? No problems when running the script with the JMeter GUI or command-line. I did find the following messages in the logging:

2007/10/03 15:55:49 DEBUG - jmeter.testelement.property.AbstractProperty: Not running version, return raw function string
2007/10/03 15:55:49 DEBUG - jmeter.engine.util.ValueReplacer: Replacement result: test${__threadNum}]]></description>
		<content:encoded><![CDATA[<p>We are having a problem with functions like ${__threadNum}, they are not being replaced when JMeter is executed by the Maven plugin. Has anybody experienced the same? Any ideas what might be causing this? No problems when running the script with the JMeter GUI or command-line. I did find the following messages in the logging:</p>
<p>2007/10/03 15:55:49 DEBUG &#8211; jmeter.testelement.property.AbstractProperty: Not running version, return raw function string<br />
2007/10/03 15:55:49 DEBUG &#8211; jmeter.engine.util.ValueReplacer: Replacement result: test${__threadNum}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lean</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4854</link>
		<dc:creator>Lean</dc:creator>
		<pubDate>Mon, 01 Oct 2007 14:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4854</guid>
		<description><![CDATA[I have posted a blog entry describing the entire process to make JUnitSampler work with Maven: http://my.opera.com/mateamargo/blog/2007/09/27/running-junitsampler-with-maven]]></description>
		<content:encoded><![CDATA[<p>I have posted a blog entry describing the entire process to make JUnitSampler work with Maven: <a href="http://my.opera.com/mateamargo/blog/2007/09/27/running-junitsampler-with-maven" rel="nofollow">http://my.opera.com/mateamargo/blog/2007/09/27/running-junitsampler-with-maven</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lean</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4853</link>
		<dc:creator>Lean</dc:creator>
		<pubDate>Thu, 30 Aug 2007 14:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4853</guid>
		<description><![CDATA[Well, I finally found out the way to do this. Is not nice but it works.

I had to modify the Maven JMeter Plugin to add all the needed classes to the ClassLoader that JMeter uses.
This is achieved reading a text file with all the dependencies of the project (generated previously with the maven-dependency-plugin).

I&#039;m waiting that Tim McCune confirm me that he accepts my modification to update his plugin.]]></description>
		<content:encoded><![CDATA[<p>Well, I finally found out the way to do this. Is not nice but it works.</p>
<p>I had to modify the Maven JMeter Plugin to add all the needed classes to the ClassLoader that JMeter uses.<br />
This is achieved reading a text file with all the dependencies of the project (generated previously with the maven-dependency-plugin).</p>
<p>I&#8217;m waiting that Tim McCune confirm me that he accepts my modification to update his plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbrecht van Amerongen</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4852</link>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4852</guid>
		<description><![CDATA[I have no experience with JunitSampler option within Jmeter. This features is introduced in version 2.1.2.
I think you have to add the test.jar as an dependency within your pom. I have not tried this yet.
The HTTPSampler does not give these problems.]]></description>
		<content:encoded><![CDATA[<p>I have no experience with JunitSampler option within Jmeter. This features is introduced in version 2.1.2.<br />
I think you have to add the test.jar as an dependency within your pom. I have not tried this yet.<br />
The HTTPSampler does not give these problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lean</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4851</link>
		<dc:creator>Lean</dc:creator>
		<pubDate>Mon, 13 Aug 2007 14:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4851</guid>
		<description><![CDATA[Hi Bobbrecht, I have deployed jmeter-2.2.jar in a internal repository. The log says that it couldn&#039;t find my test classes.
What do you mean with JMeter helper classes?
I have all the dependencies that JMeter needs

I have this line in my target/jmeter/jmeter.log file:

2007/08/13 11:06:38 WARN  - jmeter.protocol.java.sampler.JUnitSampler: ClassNotFoundException:: com.foo.TestClass

Can you tell me which version of Java are you using?
Maybe there is a problem with classpath.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Bobbrecht, I have deployed jmeter-2.2.jar in a internal repository. The log says that it couldn&#8217;t find my test classes.<br />
What do you mean with JMeter helper classes?<br />
I have all the dependencies that JMeter needs</p>
<p>I have this line in my target/jmeter/jmeter.log file:</p>
<p>2007/08/13 11:06:38 WARN  &#8211; jmeter.protocol.java.sampler.JUnitSampler: ClassNotFoundException:: com.foo.TestClass</p>
<p>Can you tell me which version of Java are you using?<br />
Maybe there is a problem with classpath.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbrecht van Amerongen</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4850</link>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
		<pubDate>Mon, 13 Aug 2007 07:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4850</guid>
		<description><![CDATA[Lean,
The whole Jmeter process is run in maven. It seems that the ClassNotFoundException has to do with something in your JMeter Test.
You should add additional helper class files from JMeter as an dependency in your pom.xml.

I hope this will solve your problem.]]></description>
		<content:encoded><![CDATA[<p>Lean,<br />
The whole Jmeter process is run in maven. It seems that the ClassNotFoundException has to do with something in your JMeter Test.<br />
You should add additional helper class files from JMeter as an dependency in your pom.xml.</p>
<p>I hope this will solve your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbrecht van Amerongen</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4849</link>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
		<pubDate>Mon, 13 Aug 2007 07:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4849</guid>
		<description><![CDATA[You have to add the repository where you can download the jmeter.jar to the maven-jmeter-plugin pom.xml. e.g.:


				false

			geotools
			maven.geotools.org
			http://maven.geotools.org/repository/]]></description>
		<content:encoded><![CDATA[<p>You have to add the repository where you can download the jmeter.jar to the maven-jmeter-plugin pom.xml. e.g.:</p>
<p>				false</p>
<p>			geotools<br />
			maven.geotools.org<br />
			<a href="http://maven.geotools.org/repository/" rel="nofollow">http://maven.geotools.org/repository/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lean</title>
		<link>http://technology.amis.nl/2007/08/08/getting-the-maven-jmeter-plugin-working-and-generating-a-report-the-last-steps/#comment-4848</link>
		<dc:creator>Lean</dc:creator>
		<pubDate>Fri, 10 Aug 2007 20:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2364#comment-4848</guid>
		<description><![CDATA[Haven&#039;t you got a ClassNotFoundException in the jmeter/jmeter.log file after running it?
If you did, how did you solve it?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Haven&#8217;t you got a ClassNotFoundException in the jmeter/jmeter.log file after running it?<br />
If you did, how did you solve it?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
