RE: JMETER

2009-03-02 Thread Martin Gainty

Hi Jerry-
I dont know what your timeframe is but you'll need rel 2-2 of JorphanUtils.java

http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java?view=markup&pathrev=463044

i would download it compile it and put on classpath before the outdated jar 
that causes error

HTH
Martin
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 




> To: users@maven.apache.org
> Subject: JMETER
> From: jerry.th...@hewitt.com
> Date: Mon, 2 Mar 2009 12:36:35 -0600
> 
> The best source of information regarding JMETER that I have found is here 
> http://jlorenzen.blogspot.com/2008/03/automated-performance-tests-using.html?showComment=123420288#c1509976267762769707
> 
> After following Jame's blog, I was able to record and successfully execute 
> a script in JMeter.  I then moved the JMX to my local project and it's 
> failing with the below message.  I'm running on Maven 2.0.9, JDK 1.5.  I 
> followed the install/deploy instructions exactly (well, I think I did). 
> The java.lang.NoSuchMethodError makes me think I'm not using the correct 
> version of JOrphan or jmeter.jar itself.  Has anyone encountered this 
> before or have ideas?
> 
> 2009/03/02 12:12:04 INFO  - jmeter.util.JMeterUtils: Setting Locale to 
> en_US 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: Copyright (c) 1998-2006 The 
> Apache Software Foundation 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: Version 2.2 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: java.version=1.5.0_14 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: os.name=Windows XP 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: os.arch=x86 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: os.version=5.1 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: Default Locale=English (United 
> States) 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: JMeter  Locale=English (United 
> States) 
> ...
> 2009/03/02 12:12:05 INFO  - jmeter.util.SSLManager: JmeterKeyStore type: 
> class org.apache.jmeter.util.keystore.DefaultKeyStore 
> 2009/03/02 12:12:05 INFO  - jmeter.util.JsseSSLManager: class 
> org.apache.jmeter.util.keystore.DefaultKeyStore 
> 2009/03/02 12:12:05 INFO  - jmeter.util.SSLManager: TrustStore Type: JKS 
> 2009/03/02 12:12:05 INFO  - jmeter.util.SSLManager: TrustStore Location: 
> 2009/03/02 12:12:05 INFO  - jmeter.util.SSLManager: TrustStore type: class 
> org.apache.jmeter.util.keystore.DefaultKeyStore 
> 2009/03/02 12:12:05 INFO  - jmeter.util.JsseSSLManager: JsseSSLManager 
> installed 
> 2009/03/02 12:12:06 ERROR - jmeter.threads.JMeterThread: Test failed! 
> java.lang.NoSuchMethodError: 
> org.apache.jorphan.util.JOrphanUtils.encode(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
> at 
> org.apache.jmeter.protocol.http.util.EncoderCache.getEncoded(EncoderCache.java:45)
> at 
> org.apache.jmeter.protocol.http.util.HTTPArgument.getEncodedName(HTTPArgument.java:144)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.getQueryString(HTTPSamplerBase.java:570)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSampler.java:186)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:404)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647)
> at 
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
> at java.lang.Thread.run(Thread.java:595)
> 
> I also have a few more questions:
> 1.  Is the JMETER Maven plug-in in a repository somewhere yet?  I'm 
> suprised an apache project is not in a maven2 repo.
> 2.  Where would I find more recent updates?
> 3.  Does anyone have a recommendation for an automated testing tool like 
> JMETER (record or create scripts that are played back) that they feel is 
> better?
> 
> Thank you!
> 
> 
> 
> 
> The information contained in this e-mail and any accompanying documents may 
> contain information that is confidential or otherwise protected from 
> disclosure. If you are not the intended recipient of this message, or if this 
> message has been addressed to you in error, please immediately alert the 
> sender by reply e-mail and then delete this message, including any 
> attachments. Any dissemination, distribution or other use of the contents of 
> this message by anyone other than the intended recipient is strictly 
> prohibited. All messages sent to and from this e-mail address may be 
> monitored as permitted by applicable law and regulations to ensure compliance 
> with our

RE: JMETER

2009-03-03 Thread Jerry Thome
Thanks Martin!  I was able to compile that class and recreate the 
jorphan.jar.  Got past the issue.  On to the next...

  java.net.ConnectException: 
Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at 
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at 
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
at 
sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
at 
sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
at 
sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:278)
at 
sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:176)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:162)
at 
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.connect(HttpsURLConnectionOldImpl.java:122)
at 
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:406)
at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658)
at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647)
at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
at java.lang.Thread.run(Thread.java:595)


The URL I'm attempting to access is outside our firewall.  I'm trying my 
best to ensure the proxy information is setup and I have the third party's 
SSL certificate in the correct keystore/truststore.  I have the proxy info 
setup in my settings.xml, but I'm not confident this plug-in is using that 
information.  I also have http.proxyHost and such set in the 
jmeter.properties, but I'm not confident that is correct either.

The URL I'm trying to access is available via the browser and works when I 
use the JMeter application, just not the Maven2 plugin.  The main 
difference is that I pass in the -H and -P via the jmeter.bat when I fire 
that up.  BTW, several corporate URLs are executing correctly prior to the 
third party one.  It fails as soon as I try to go *outside*.

Any thoughts?

Thanks.




"Martin Gainty"  

03/02/2009 07:41 PM
Please respond to
"Maven Users List" 



To
users@maven.apache.org
cc

Subject
RE: JMETER







Hi Jerry-
I dont know what your timeframe is but you'll need rel 2-2 of 
JorphanUtils.java

http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java?view=markup&pathrev=463044


i would download it compile it and put on classpath before the outdated 
jar that causes error

HTH
Martin
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and 
Sender does not endorse distribution to any party other than intended 
recipient. Sender does not necessarily endorse content contained within 
this transmission. 




> To: users@maven.apache.org
> Subject: JMETER
> From: jerry.th...@hewitt.com
> Date: Mon, 2 Mar 2009 12:36:35 -0600
> 
> The best source of information regarding JMETER that I have found is 
here 
> 
http://jlorenzen.blogspot.com/2008/03/automated-performance-tests-using.html?showComment=123420288#c1509976267762769707

> 
> After following Jame's blog, I was able to record and successfully 
execute 
> a script in JMeter.  I then moved the JMX to my local project and it's 
> failing with the below message.  I'm running on Maven 2.0.9, JDK 1.5.  I 

> followed the install/deploy instructions exactly (well, I think I did). 
> The java.lang.NoSuchMethodError makes me think I'm not using the correct 

> version of JOrphan or jmeter.jar itself.  Has anyone encountered this 
> before or have ideas?
> 
> 2009/03/02 12:12:04 INFO  - jmeter.util.JMeterUtils: Setting Locale to 
> en_US 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: Copyright (c) 1998-2006 The 
> Apache Software Foundation 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: Version 2.2 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: java.version=1.5.0_14 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: os.name=Windows XP 
> 2009/03/02 12:12:04 INFO  - jmeter.JMeter: os.arch=x86 
> 2009/03/02 12:12:04 INFO  - jme

RE: JMETER

2009-03-03 Thread Martin Gainty

the Jmeter host and port parameters should be located in 
%JMETER_HOME%\bin\jmeter.properties e.g.
beanshell.server.port=8080
httpclient.localaddress=1.2.3.4

--find the SecureHandshake your SSH client is using and configure the 
https.default.protocol to use it
https.default.protocol=SSLv3

there was a bug in Jmeter v2.2 that didnt read localaddress properly but that 
should be resolved
in later distros ..let me know how this resolves your situation

HTH
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 




> To: users@maven.apache.org
> Subject: RE: JMETER
> From: jerry.th...@hewitt.com
> Date: Tue, 3 Mar 2009 15:49:29 -0600
> 
> Thanks Martin!  I was able to compile that class and recreate the 
> jorphan.jar.  Got past the issue.  On to the next...
> 
>   java.net.ConnectException: 
> Connection refused: connect
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at 
> java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> at 
> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> at 
> java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
> at java.net.Socket.connect(Socket.java:520)
> at java.net.Socket.connect(Socket.java:470)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
> at 
> sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
> at 
> sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
> at 
> sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:278)
> at 
> sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335)
> at 
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:176)
> at 
> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
> at 
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:162)
> at 
> com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.connect(HttpsURLConnectionOldImpl.java:122)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:406)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658)
> at 
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647)
> at 
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
> at java.lang.Thread.run(Thread.java:595)
> 
> 
> The URL I'm attempting to access is outside our firewall.  I'm trying my 
> best to ensure the proxy information is setup and I have the third party's 
> SSL certificate in the correct keystore/truststore.  I have the proxy info 
> setup in my settings.xml, but I'm not confident this plug-in is using that 
> information.  I also have http.proxyHost and such set in the 
> jmeter.properties, but I'm not confident that is correct either.
> 
> The URL I'm trying to access is available via the browser and works when I 
> use the JMeter application, just not the Maven2 plugin.  The main 
> difference is that I pass in the -H and -P via the jmeter.bat when I fire 
> that up.  BTW, several corporate URLs are executing correctly prior to the 
> third party one.  It fails as soon as I try to go *outside*.
> 
> Any thoughts?
> 
> Thanks.
> 
> 
> 
> 
> "Martin Gainty"  
> 
> 03/02/2009 07:41 PM
> Please respond to
> "Maven Users List" 
> 
> 
> 
> To
> users@maven.apache.org
> cc
> 
> Subject
> RE: JMETER
> 
> 
> 
> 
> 
> 
> 
> Hi Jerry-
> I dont know what your timeframe is but you'll need rel 2-2 of 
> JorphanUtils.java
> 
> http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java?view=markup&pathrev=463044
> 
> 
> i would download it compile it and put on classpath before the outdated 
> jar that causes error
> 
> HTH
> Martin
> __ 
> Disclaimer and confidentiality note 
> Everything in this e-mail and any attachments relates to the official 
> business of Sender. This transmission is of a confidential nature and 
> Sender does not endorse

RE: JMETER

2009-03-03 Thread Jerry Thome
I did get it working with a little brute force before I received your 
latest suggestion.  First, I added "ssl.provider" and 
"javax.net.ssl.keyStorePassword" to the jmeter.properties.  These were not 
present as options in the jmeter.properties that came with the 2.3.2 
JMeter.

Next, I modified the source JMeterMojo.  I simply hard-coded "-H", "-P", 
and "-N" and their corresponding values as arguments into the 
Jmeter().start() call itself... sort of like I did by adding these 
parameters to the JMeter bat.  It worked!  I know this isn't optimal, but 
it did prove that the proxy and port were not being set.

To confirm, the beanshell.server.port and httpclient.localaddress identify 
which port and proxy for JMeter to use to access the Internet?  The names 
don't seem to jive, but I will give it a try.

Last question.  Can a Mojo access configuration from the Maven 
settings.xml and how?  If I need to go with my modified version, I would 
like to leverage the proxy information already present in the 
settings.xml.

Thanks!





"Martin Gainty"  

03/03/2009 08:22 PM
Please respond to
"Maven Users List" 



To
users@maven.apache.org
cc

Subject
RE: JMETER







the Jmeter host and port parameters should be located in 
%JMETER_HOME%\bin\jmeter.properties e.g.
beanshell.server.port=8080
httpclient.localaddress=1.2.3.4

--find the SecureHandshake your SSH client is using and configure the 
https.default.protocol to use it
https.default.protocol=SSLv3

there was a bug in Jmeter v2.2 that didnt read localaddress properly but 
that should be resolved
in later distros ..let me know how this resolves your situation

HTH
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and 
Sender does not endorse distribution to any party other than intended 
recipient. Sender does not necessarily endorse content contained within 
this transmission. 




> To: users@maven.apache.org
> Subject: RE: JMETER
> From: jerry.th...@hewitt.com
> Date: Tue, 3 Mar 2009 15:49:29 -0600
> 
> Thanks Martin!  I was able to compile that class and recreate the 
> jorphan.jar.  Got past the issue.  On to the next...
> 
>   java.net.ConnectException: 
> Connection refused: connect
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at 
> java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> at 
> 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> at 
> java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
> at java.net.Socket.connect(Socket.java:520)
> at java.net.Socket.connect(Socket.java:470)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
> at 
> sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
> at 
> sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
> at 
> 
sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:278)
> at 
> sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335)
> at 
> 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:176)
> at 
> 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
> at 
> 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:162)
> at 
> 
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.connect(HttpsURLConnectionOldImpl.java:122)
> at 
> 
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:406)
> at 
> 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658)
> at 
> 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647)
> at 
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
> at java.lang.Thread.run(Thread.java:595)
> 
> 
> The URL I'm attempting to access is outside our firewall.  I'm trying my 

> best to ensure the proxy information is setup and I have the third 
party's 
> SSL certificate in the correct keystore/truststore.  I have the proxy 
info 
> setup in my settings.xml, but I'm not confident this plug-in is using 
that 
> information.  I also have http.proxyHost and such set in the 
> jmeter.properties, but I'm not confident that is correct either.
> 
> The URL I'm trying to access is available via the browser and works when 
I 
> use the JMeter application, just 

Re: JMeter Maven Plugin

2007-05-29 Thread Jo Vandermeeren

On 5/29/07, Paola <[EMAIL PROTECTED]> wrote:



Hi,
   I try make download the Jmeter-maven-plugin, but this not exist in
repo1,
please somebody know where he exist!!!???



Tried google?
http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin


Re: JMeter Maven Plugin

2007-05-29 Thread Paola

Sorry...
I try this site... but when make mvn install...
This plugin go in :  http://fellagoagain-dr.santamonica.corp.yahoo.com/maven
And in thi moment, the maven return of me...: ERROR can transfer thir
archive


Jo Vandermeeren wrote:
> 
> On 5/29/07, Paola <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi,
>>I try make download the Jmeter-maven-plugin, but this not exist in
>> repo1,
>> please somebody know where he exist!!!???
>>
> 
> Tried google?
> http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JMeter-Maven-Plugin-tf3835463s177.html#a10859568
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jmeter maven plugin

2007-01-05 Thread JC Walmetz

Hi,

Did you find some more information about the JMeter plugin ?

J-C



Ed Young wrote:
> 
> I found a jmeter maven plugin that has been developed and I am
> having some difficulty installing it. I found the wiki here:
> http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin
> 
> Are there any more resources on how to install and use this? I'm
> having trouble installing it. (By the way, I posted a similar message
> as this to the jmeter user list. )
> 
> 1. I followed the instructions but am confused by something: Where do
> I "drop the jar and pom files"? I have a maven repository, in my
> .m2/repository but normally I install jar dependencies with a mvn
> install:install-file -DgroupId...etc.
> 
> 2. I downloaded the tarball and ran mvn install. When I did I got:
> C:\Installs\apache\maven-jmeter-plugin>mvn install
> mvn install
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] Building Maven JMeter Plugin
> [INFO]task-segment: [install]
> [INFO]
> 
> [INFO] [plugin:descriptor]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 1 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://fellagoagain-dr.santamonica.corp.yahoo.com/maven/org/apache/jmeter/jmeter/2.2/jmeter-2.2.pom
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Error building POM (may not be this project's POM).
> 
> 
> Project ID: org.apache.jmeter:jmeter
> 
> Reason: Error getting POM for 'org.apache.jmeter:jmeter' from the
> repository: Error transferring file
>  org.apache.jmeter:jmeter:pom:2.2
> 
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  yahoo-music (http://fellagoagain-dr.santamonica.corp.yahoo.com/maven)
> 
> Thanks for any pointers.
> 
> 
> -- 
> Ed
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jmeter-maven-plugin-tf2862564s177.html#a8178754
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JMeter in Maven

2011-03-18 Thread Jeff MAURY
On Fri, Mar 18, 2011 at 12:03 PM, Asmann, Roland wrote:

> Hi all,
>
> I've been looking through Google to find a plugin to run JMeter from
> Maven. It seems there are two main plugins, one of which seems to have
> several branches.
>
> Has anybody worked with any of them? If so, could you tell me which one
> is the best to use? And is any of them available in a repository somewhere?
>
The Maven plugin from the JMeter team is using an old version of JMeter.
if you want control over the JMeter version, please see the chronos plugin:
http://mojo.codehaus.org/chronos-maven-plugin

Regards
Jeff


>
> Thanks.
>
> --
> Roland Asmann
> Senior Software Engineer
>
> adesso Austria GmbH
> Floridotower 26. Stock  T +43 1 2198790-27
> Floridsdorfer Hauptstr. 1   F +43 1 2198790-927
> A-1210 Wien M +43 664 88657566
>E roland.asm...@adesso.at
>W www.adesso.at
>
> -
> >>> business. people. technology. <<<
> -
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
"Legacy code" often differs from its suggested alternative by actually
working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


Re: JMeter in Maven

2011-03-18 Thread Asmann, Roland
On 18.03.2011 13:23, Jeff MAURY wrote:
>
>
> On Fri, Mar 18, 2011 at 12:03 PM, Asmann, Roland
> mailto:roland.asm...@adesso.at>> wrote:
>
> Hi all,
>
> I've been looking through Google to find a plugin to run JMeter from
> Maven. It seems there are two main plugins, one of which seems to have
> several branches.
>
> Has anybody worked with any of them? If so, could you tell me which one
> is the best to use? And is any of them available in a repository
> somewhere?
>
> The Maven plugin from the JMeter team is using an old version of JMeter.
> if you want control over the JMeter version, please see the chronos
> plugin: http://mojo.codehaus.org/chronos-maven-plugin

I looked into that one, but it seems it is still a SNAPSHOT. And since 
the site hasn't been updated since 2008, I was a little skeptic about 
that one... Besides, I am not allowed to use SNAPSHOTS in my POM, but 
that is a different story altogether.

>
> Regards
> Jeff
>
>
> Thanks.
>
> --
> Roland Asmann
> Senior Software Engineer
>
> adesso Austria GmbH
> Floridotower 26. Stock  T +43 1 2198790-27
> 
> Floridsdorfer Hauptstr. 1   F +43 1 2198790-927
> 
> A-1210 Wien M +43 664 88657566
> 
> E roland.asm...@adesso.at
> 
> W www.adesso.at
> 
>
> -
>  >>> business. people. technology. <<<
> -
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> 
> For additional commands, e-mail: users-h...@maven.apache.org
> 
>
>
>
>
> --
> "Legacy code" often differs from its suggested alternative by actually
> working and scaling.
>   - Bjarne Stroustrup
>
> http://www.jeffmaury.com
> http://riadiscuss.jeffmaury.com
> http://www.twitter.com/jeffmaury

-- 
Roland Asmann
Senior Software Engineer

adesso Austria GmbH
Floridotower 26. Stock  T +43 1 2198790-27
Floridsdorfer Hauptstr. 1   F +43 1 2198790-927
A-1210 Wien M +43 664 88657566
E roland.asm...@adesso.at
W www.adesso.at

-
 >>> business. people. technology. <<<
-

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: JMeter in Maven

2011-03-18 Thread Siegfried Goeschl

Hi Roland,

you can always fall back to use the JMeter Ant integration

Cheers,

Siegfried Goeschl

On 18.03.11 13:38, Asmann, Roland wrote:

On 18.03.2011 13:23, Jeff MAURY wrote:


On Fri, Mar 18, 2011 at 12:03 PM, Asmann, Roland
mailto:roland.asm...@adesso.at>>  wrote:

 Hi all,

 I've been looking through Google to find a plugin to run JMeter from
 Maven. It seems there are two main plugins, one of which seems to have
 several branches.

 Has anybody worked with any of them? If so, could you tell me which one
 is the best to use? And is any of them available in a repository
 somewhere?

The Maven plugin from the JMeter team is using an old version of JMeter.
if you want control over the JMeter version, please see the chronos
plugin: http://mojo.codehaus.org/chronos-maven-plugin

I looked into that one, but it seems it is still a SNAPSHOT. And since
the site hasn't been updated since 2008, I was a little skeptic about
that one... Besides, I am not allowed to use SNAPSHOTS in my POM, but
that is a different story altogether.


Regards
Jeff


 Thanks.

 --
 Roland Asmann
 Senior Software Engineer

 adesso Austria GmbH
 Floridotower 26. Stock  T +43 1 2198790-27
 
 Floridsdorfer Hauptstr. 1   F +43 1 2198790-927
 
 A-1210 Wien M +43 664 88657566
 
 E roland.asm...@adesso.at
 
 W www.adesso.at
 

 -
  >>>  business. people. technology.<<<
 -

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 
 For additional commands, e-mail: users-h...@maven.apache.org
 




--
"Legacy code" often differs from its suggested alternative by actually
working and scaling.
   - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: JMeter in Maven

2011-03-18 Thread Asmann, Roland
Hi Siegfried,

True, but if you're already on Maven, why would you want to go back to Ant?

Roland


On 18.03.2011 13:56, Siegfried Goeschl wrote:
> Hi Roland,
>
> you can always fall back to use the JMeter Ant integration
>
> Cheers,
>
> Siegfried Goeschl
>
> On 18.03.11 13:38, Asmann, Roland wrote:
>  > On 18.03.2011 13:23, Jeff MAURY wrote:
>  >>
>  >> On Fri, Mar 18, 2011 at 12:03 PM, Asmann, Roland
>  >> mailto:roland.asm...@adesso.at>> wrote:
>  >>
>  >> Hi all,
>  >>
>  >> I've been looking through Google to find a plugin to run JMeter from
>  >> Maven. It seems there are two main plugins, one of which seems to have
>  >> several branches.
>  >>
>  >> Has anybody worked with any of them? If so, could you tell me which one
>  >> is the best to use? And is any of them available in a repository
>  >> somewhere?
>  >>
>  >> The Maven plugin from the JMeter team is using an old version of JMeter.
>  >> if you want control over the JMeter version, please see the chronos
>  >> plugin: http://mojo.codehaus.org/chronos-maven-plugin
>  > I looked into that one, but it seems it is still a SNAPSHOT. And since
>  > the site hasn't been updated since 2008, I was a little skeptic about
>  > that one... Besides, I am not allowed to use SNAPSHOTS in my POM, but
>  > that is a different story altogether.
>  >
>  >> Regards
>  >> Jeff
>  >>
>  >>
>  >> Thanks.
>  >>
>  >> --
>  >> Roland Asmann
>  >> Senior Software Engineer
>  >>
>  >> adesso Austria GmbH
>  >> Floridotower 26. Stock T +43 1 2198790-27
>  >> 
>  >> Floridsdorfer Hauptstr. 1 F +43 1 2198790-927
>  >> 
>  >> A-1210 Wien M +43 664 88657566
>  >> 
>  >> E roland.asm...@adesso.at
>  >> 
>  >> W www.adesso.at
>  >> 
>  >>
>  >> -
>  >> >>> business. people. technology.<<<
>  >> -
>  >>
>  >> -
>  >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>  >> 
>  >> For additional commands, e-mail: users-h...@maven.apache.org
>  >> 
>  >>
>  >>
>  >>
>  >>
>  >> --
>  >> "Legacy code" often differs from its suggested alternative by actually
>  >> working and scaling.
>  >> - Bjarne Stroustrup
>  >>
>  >> http://www.jeffmaury.com
>  >> http://riadiscuss.jeffmaury.com
>  >> http://www.twitter.com/jeffmaury
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>

-- 
Roland Asmann
Senior Software Engineer

adesso Austria GmbH
Floridotower 26. Stock  T +43 1 2198790-27
Floridsdorfer Hauptstr. 1   F +43 1 2198790-927
A-1210 Wien M +43 664 88657566
E roland.asm...@adesso.at
W www.adesso.at

-
 >>> business. people. technology. <<<
-

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: JMeter in Maven

2011-03-18 Thread Marc Rohlfs
Not too nice but at least something You could start with: 
http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: JMeter in Maven

2011-03-18 Thread Duncan McNaught
Dear Asmann,
I have been using https://github.com/ascheman/jmeter-maven-plugin which has 
January 7th updates for jmeter 2.4 
I used it before successfully for 2.3 also.
I had to add some dependencies to the main pom, correct a path from 2.3 to 2.4 
in a source file, create a jmeter-2.4.jar, and add lib/ext and lib/junit to my 
maven home.
Thanks,
--Duncan

Duncan McNaught
Release Engineer, Managed Hosting Services
CyberSource Corporation

-Original Message-
From: Asmann, Roland [mailto:roland.asm...@adesso.at] 
Sent: Friday, March 18, 2011 5:03 AM
To: Maven Users List
Subject: JMeter in Maven

Hi all,

I've been looking through Google to find a plugin to run JMeter from 
Maven. It seems there are two main plugins, one of which seems to have 
several branches.

Has anybody worked with any of them? If so, could you tell me which one 
is the best to use? And is any of them available in a repository somewhere?

Thanks.

-- 
Roland Asmann
Senior Software Engineer

adesso Austria GmbH
Floridotower 26. Stock  T +43 1 2198790-27
Floridsdorfer Hauptstr. 1   F +43 1 2198790-927
A-1210 Wien M +43 664 88657566
E roland.asm...@adesso.at
W www.adesso.at

-
 >>> business. people. technology. <<<
-


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Jmeter/Maven integration

2003-07-22 Thread dion
Mark McBride <[EMAIL PROTECTED]> wrote on 22/07/2003 07:46:51 AM:

> Hi,
> 
> Does anyone have advice with running Jmeter from maven?
I run jmeter standalone and then use the results as per the Latka plugin.

> I see two options:
> Use the jmeter-ant task
> Which works great but doesn't have a maven report for it.
That'd be cool.

> Use the latka maven plug-in which converts jmeter test plans.
> This looks nice but it doesn't seem to convert everything over.
Yep, it just converts to Latka tests.

> Maybe this is a good time to write a jmeter plug-in for maven =)
I'd love to have one.

> Also does anyone know of any tools for trending the jmeter results?
NIKO.

dIon

Re: Jmeter/Maven integration

2003-07-23 Thread Matt Johnson
Do you have any references for this?  I can't seem to find search terms 
narrow enough to get results.

[EMAIL PROTECTED] wrote:

Also does anyone know of any tools for trending the jmeter results?
   

NIKO.

dIon
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jmeter/Maven integration

2003-07-23 Thread dion
NIKO == Nothing I Know Of
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003 06:15:51 
PM:

> Do you have any references for this?  I can't seem to find search terms 
> narrow enough to get results.
> 
> [EMAIL PROTECTED] wrote:
> 
> >>Also does anyone know of any tools for trending the jmeter results?
> >> 
> >>
> >NIKO.
> >
> >dIon
> > 
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: Jmeter/Maven integration

2003-07-23 Thread Matt Johnson
Ah well, at least I didn't spend too long looking.  Thanks for the new 
acronym.

Matt

[EMAIL PROTECTED] wrote:

NIKO == Nothing I Know Of
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003 06:15:51 
PM:

 

Do you have any references for this?  I can't seem to find search terms 
narrow enough to get results.

[EMAIL PROTECTED] wrote:

   

Also does anyone know of any tools for trending the jmeter results?

   

NIKO.

dIon

 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   

 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jmeter/Maven integration

2003-07-23 Thread Siegfried Göschl
Hi Matt,

you might hava a look at SVG at BATIK for generating trends.


Cheers,

Siegfried Goeschl

On 24 Jul 2003 at 13:52, Matt Johnson wrote:

> Ah well, at least I didn't spend too long looking.  Thanks for the new
> acronym.
> 
> Matt
> 
> [EMAIL PROTECTED] wrote:
> 
> >NIKO == Nothing I Know Of
> >--
> >dIon Gillard, Multitask Consulting
> >Blog:  http://blogs.codehaus.org/people/dion/
> >
> >
> >Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003
> >06:15:51 PM:
> >
> >  
> >
> >>Do you have any references for this?  I can't seem to find search
> >>terms narrow enough to get results.
> >>
> >>[EMAIL PROTECTED] wrote:
> >>
> >>
> >>
> Also does anyone know of any tools for trending the jmeter
> results?
> 
> 
> 
> 
> >>>NIKO.
> >>>
> >>>dIon
> >>>
> >>>
> >>>  
> >>>
> >>
> >>- To unsubscribe, e-mail: [EMAIL PROTECTED] For
> >>additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> >  
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] For
> additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jmeter/Maven integration

2003-07-23 Thread dion
Siegfried,

that's a good idea. Do u have any experience with it? I'd love to be able 
to easily generate charts etc from raw data via maven.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Siegfried Göschl" <[EMAIL PROTECTED]> wrote on 24/07/2003 
04:50:02 PM:

> Hi Matt,
> 
> you might hava a look at SVG at BATIK for generating trends.
> 
> 
> Cheers,
> 
> Siegfried Goeschl
> 
> On 24 Jul 2003 at 13:52, Matt Johnson wrote:
> 
> > Ah well, at least I didn't spend too long looking.  Thanks for the new
> > acronym.
> > 
> > Matt
> > 
> > [EMAIL PROTECTED] wrote:
> > 
> > >NIKO == Nothing I Know Of
> > >--
> > >dIon Gillard, Multitask Consulting
> > >Blog:  http://blogs.codehaus.org/people/dion/
> > >
> > >
> > >Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003
> > >06:15:51 PM:
> > >
> > > 
> > >
> > >>Do you have any references for this?  I can't seem to find search
> > >>terms narrow enough to get results.
> > >>
> > >>[EMAIL PROTECTED] wrote:
> > >>
> > >> 
> > >>
> > Also does anyone know of any tools for trending the jmeter
> > results?
> > 
> > 
> >  
> > 
> > >>>NIKO.
> > >>>
> > >>>dIon
> > >>>
> > >>>
> > >>> 
> > >>>
> > >>
> > >>- To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > >>additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >> 
> > >>
> > >
> > > 
> > >
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: Jmeter/Maven integration

2003-07-24 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote:
> Siegfried,
> 
> that's a good idea. Do u have any experience with it? I'd love to be able 
> to easily generate charts etc from raw data via maven.

There is a library called JFreeChart that is able of drawing all sorts
of funky graphs, charts and diagrams. I believe it is also able to save
them in a variety of file formats. Not sure about the license though.

R.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jmeter/Maven integration

2003-07-24 Thread Jim Alateras
JFreeChart is licensed GPL/LGPL http://sourceforge.net/projects/jfreechart/

> -Original Message-
> From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 24, 2003 5:13 PM
> To: Maven Users List
> Subject: Re: Jmeter/Maven integration
> 
> 
> [EMAIL PROTECTED] wrote:
> > Siegfried,
> > 
> > that's a good idea. Do u have any experience with it? I'd love 
> to be able 
> > to easily generate charts etc from raw data via maven.
> 
> There is a library called JFreeChart that is able of drawing all sorts
> of funky graphs, charts and diagrams. I believe it is also able to save
> them in a variety of file formats. Not sure about the license though.
> 
> R.
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jmeter/Maven integration

2003-07-24 Thread dion
bummer
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Jim Alateras" <[EMAIL PROTECTED]> wrote on 24/07/2003 05:23:32 PM:

> JFreeChart is licensed GPL/LGPL 
http://sourceforge.net/projects/jfreechart/
> 
> > -Original Message-
> > From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 24, 2003 5:13 PM
> > To: Maven Users List
> > Subject: Re: Jmeter/Maven integration
> > 
> > 
> > [EMAIL PROTECTED] wrote:
> > > Siegfried,
> > > 
> > > that's a good idea. Do u have any experience with it? I'd love 
> > to be able 
> > > to easily generate charts etc from raw data via maven.
> > 
> > There is a library called JFreeChart that is able of drawing all sorts
> > of funky graphs, charts and diagrams. I believe it is also able to 
save
> > them in a variety of file formats. Not sure about the license though.
> > 
> > R.
> > 
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: Jmeter/Maven integration

2003-07-24 Thread Simon Matic Langford
this is probably off topic... but, what is wrong with GPL/LGPL licences?

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: 24 July 2003 08:31
> To: Maven Users List
> Subject: RE: Jmeter/Maven integration
> 
> 
> bummer
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> "Jim Alateras" <[EMAIL PROTECTED]> wrote on 24/07/2003 05:23:32 PM:
> 
> > JFreeChart is licensed GPL/LGPL 
> http://sourceforge.net/projects/jfreechart/
> > 
> > > -Original Message-
> > > From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, July 24, 2003 5:13 PM
> > > To: Maven Users List
> > > Subject: Re: Jmeter/Maven integration
> > > 
> > > 
> > > [EMAIL PROTECTED] wrote:
> > > > Siegfried,
> > > > 
> > > > that's a good idea. Do u have any experience with it? I'd love 
> > > to be able 
> > > > to easily generate charts etc from raw data via maven.
> > > 
> > > There is a library called JFreeChart that is able of 
> drawing all sorts
> > > of funky graphs, charts and diagrams. I believe it is 
> also able to 
> save
> > > them in a variety of file formats. Not sure about the 
> license though.
> > > 
> > > R.
> > > 
> > > 
> > > 
> > > 
> -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jmeter/Maven integration

2003-07-24 Thread dion
LGPL jars and GPL jars are not allowed to be distributed by ASF projects.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Simon Matic Langford" <[EMAIL PROTECTED]> wrote on 24/07/2003 
06:24:41 PM:

> this is probably off topic... but, what is wrong with GPL/LGPL licences?
> 
> The information contained in this e-mail is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. If You are not the intended recipient of this
> e-mail,
> the use of this information or any disclosure, copying or distribution
> is
> Prohibited and may be unlawful. If you received this in error, please
> contact the sender and delete the material from any computer. The views
> expressed in this e-mail may not necessarily be the views of The PCMS
> Group
> plc and should not be taken as authority to carry out any instruction
> contained.
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: 24 July 2003 08:31
> > To: Maven Users List
> > Subject: RE: Jmeter/Maven integration
> > 
> > 
> > bummer
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:  http://blogs.codehaus.org/people/dion/
> > 
> > 
> > "Jim Alateras" <[EMAIL PROTECTED]> wrote on 24/07/2003 05:23:32 PM:
> > 
> > > JFreeChart is licensed GPL/LGPL 
> > http://sourceforge.net/projects/jfreechart/
> > > 
> > > > -Original Message-
> > > > From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, July 24, 2003 5:13 PM
> > > > To: Maven Users List
> > > > Subject: Re: Jmeter/Maven integration
> > > > 
> > > > 
> > > > [EMAIL PROTECTED] wrote:
> > > > > Siegfried,
> > > > > 
> > > > > that's a good idea. Do u have any experience with it? I'd love 
> > > > to be able 
> > > > > to easily generate charts etc from raw data via maven.
> > > > 
> > > > There is a library called JFreeChart that is able of 
> > drawing all sorts
> > > > of funky graphs, charts and diagrams. I believe it is 
> > also able to 
> > save
> > > > them in a variety of file formats. Not sure about the 
> > license though.
> > > > 
> > > > R.
> > > > 
> > > > 
> > > > 
> > > > 
> > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: Jmeter/Maven integration

2003-07-24 Thread Simon Matic Langford
what licences are?

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: 24 July 2003 10:18
> To: Maven Users List
> Subject: RE: Jmeter/Maven integration
> 
> 
> LGPL jars and GPL jars are not allowed to be distributed by 
> ASF projects.
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> "Simon Matic Langford" <[EMAIL PROTECTED]> wrote 
> on 24/07/2003 
> 06:24:41 PM:
> 
> > this is probably off topic... but, what is wrong with 
> GPL/LGPL licences?
> > 
> > The information contained in this e-mail is intended only 
> for the person
> > or
> > entity to which it is addressed and may contain confidential and/or
> > privileged material. If You are not the intended recipient of this
> > e-mail,
> > the use of this information or any disclosure, copying or 
> distribution
> > is
> > Prohibited and may be unlawful. If you received this in 
> error, please
> > contact the sender and delete the material from any 
> computer. The views
> > expressed in this e-mail may not necessarily be the views 
> of The PCMS
> > Group
> > plc and should not be taken as authority to carry out any 
> instruction
> > contained.
> > 
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > > Sent: 24 July 2003 08:31
> > > To: Maven Users List
> > > Subject: RE: Jmeter/Maven integration
> > > 
> > > 
> > > bummer
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:  http://blogs.codehaus.org/people/dion/
> > > 
> > > 
> > > "Jim Alateras" <[EMAIL PROTECTED]> wrote on 24/07/2003 
> 05:23:32 PM:
> > > 
> > > > JFreeChart is licensed GPL/LGPL 
> > > http://sourceforge.net/projects/jfreechart/
> > > > 
> > > > > -Original Message-
> > > > > From: Rafal Krzewski [mailto:[EMAIL PROTECTED]
> > > > > Sent: Thursday, July 24, 2003 5:13 PM
> > > > > To: Maven Users List
> > > > > Subject: Re: Jmeter/Maven integration
> > > > > 
> > > > > 
> > > > > [EMAIL PROTECTED] wrote:
> > > > > > Siegfried,
> > > > > > 
> > > > > > that's a good idea. Do u have any experience with 
> it? I'd love 
> > > > > to be able 
> > > > > > to easily generate charts etc from raw data via maven.
> > > > > 
> > > > > There is a library called JFreeChart that is able of 
> > > drawing all sorts
> > > > > of funky graphs, charts and diagrams. I believe it is 
> > > also able to 
> > > save
> > > > > them in a variety of file formats. Not sure about the 
> > > license though.
> > > > > 
> > > > > R.
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > 
> -
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > 
> > > > 
> > > 
> -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > 
> > > 
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jmeter/Maven integration

2003-07-24 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote:
> LGPL jars and GPL jars are not allowed to be distributed by ASF projects.

But it's the ibiblio.org who is storing distributing jars for us, and
AFAIK they have no problem with GPL/LGPL. The real question IMO is:
Is code that depends on (uses) GPL/LGPL libraries allowed to go into
ASF repositories? How does copile & link-time depending on a library
affecting 'derived work' status of source code? I'm no expert on the
issue but I think that linking against LGPL library does not make your
code LGPL, but linking against GPL library does.

Can someone more experineced in this explain?

R.

PS. I know that sticking with ASF license is the best approach for
staying out of trouble.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jmeter/Maven integration

2003-07-24 Thread dion
This question should be directed to [EMAIL PROTECTED]
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Rafal Krzewski <[EMAIL PROTECTED]> wrote on 24/07/2003 08:29:37 PM:

> [EMAIL PROTECTED] wrote:
> > LGPL jars and GPL jars are not allowed to be distributed by ASF 
projects.
> 
> But it's the ibiblio.org who is storing distributing jars for us, and
> AFAIK they have no problem with GPL/LGPL. The real question IMO is:
> Is code that depends on (uses) GPL/LGPL libraries allowed to go into
> ASF repositories? How does copile & link-time depending on a library
> affecting 'derived work' status of source code? I'm no expert on the
> issue but I think that linking against LGPL library does not make your
> code LGPL, but linking against GPL library does.
> 
> Can someone more experineced in this explain?
> 
> R.
> 
> PS. I know that sticking with ASF license is the best approach for
> staying out of trouble.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: Jmeter/perf testing through Maven?

2005-05-06 Thread Ryan Sonnek
check out junitperf (http://www.clarkware.com/software/JUnitPerf.html).
it extends junit, so it runs well with maven/continuous integration.

-Original Message-
From: Darren Hartford [mailto:[EMAIL PROTECTED]
Sent: Friday, May 06, 2005 9:09 AM
To: Maven Users List
Subject: Jmeter/perf testing through Maven?


Hey all,
*Got unit tests with Junit/maven-test.
*Got functional tests with Cactus/maven-cactus.
*?How does one do performance tests?

I'm just beginning to go down the road of perf tests, so I do plead some
ignorance.  I'm looking into Jmeter, but it seems strongly oriented
towards GUI-run, while my environment is trying to stick with continuous
integration via Maven/CruiseControl.  The projects are mostly
container-based, either servlets in Tomcat or Jetty (or
jboss-embedded-tomcat), or EJB's & WebServices on Jboss, Jonas, and
possibly Geronimo.  Looking for any maven-plugin projects for perf
testing, or at least Ant-supported to be called via Maven.

Any recommendations?
-D

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


RE: Jmeter/perf testing through Maven?

2005-05-06 Thread Smith, Thad
If you prefer JMeter, it does have the ability to replay a test via the
command line, which can be easily kicked off from a custom goal using an
exec tag. If not, JUnitPerf is a great tool.

Regards,

Thad Smith

-Original Message-
From: Ryan Sonnek [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 9:13 AM
To: Maven Users List
Subject: RE: Jmeter/perf testing through Maven?

check out junitperf (http://www.clarkware.com/software/JUnitPerf.html).
it extends junit, so it runs well with maven/continuous integration.

-Original Message-
From: Darren Hartford [mailto:[EMAIL PROTECTED]
Sent: Friday, May 06, 2005 9:09 AM
To: Maven Users List
Subject: Jmeter/perf testing through Maven?


Hey all,
*Got unit tests with Junit/maven-test.
*Got functional tests with Cactus/maven-cactus.
*?How does one do performance tests?

I'm just beginning to go down the road of perf tests, so I do plead some
ignorance.  I'm looking into Jmeter, but it seems strongly oriented
towards GUI-run, while my environment is trying to stick with continuous
integration via Maven/CruiseControl.  The projects are mostly
container-based, either servlets in Tomcat or Jetty (or
jboss-embedded-tomcat), or EJB's & WebServices on Jboss, Jonas, and
possibly Geronimo.  Looking for any maven-plugin projects for perf
testing, or at least Ant-supported to be called via Maven.

Any recommendations?
-D

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Using SVG for charting - Was Re: Jmeter/Maven integration

2003-07-25 Thread Siegfried Göschl
No, I don't have experience with but one of our Java User Group
Events was a presentation about SVG.

If anybody is interested in looking at the presentation

http://luxor-xul.sourceforge.net/talk/jug-nov-2002/slides.html

There is also a chart example 

Cheers,

Siegfried Goeschl


On 24 Jul 2003 at 16:56, [EMAIL PROTECTED] wrote:

> Siegfried,
>
> that's a good idea. Do u have any experience with it? I'd love to be
> able to easily generate charts etc from raw data via maven. -- dIon
> Gillard, Multitask Consulting Blog:
> http://blogs.codehaus.org/people/dion/
>
>
> "Siegfried Göschl" <[EMAIL PROTECTED]> wrote on 24/07/2003
> 04:50:02 PM:
>
> > Hi Matt,
> >
> > you might hava a look at SVG at BATIK for generating trends.
> >
> >
> > Cheers,
> >
> > Siegfried Goeschl
> >
> > On 24 Jul 2003 at 13:52, Matt Johnson wrote:
> >
> > > Ah well, at least I didn't spend too long looking.  Thanks for the
> > > new acronym.
> > >
> > > Matt
> > >
> > > [EMAIL PROTECTED] wrote:
> > >
> > > >NIKO == Nothing I Know Of
> > > >--
> > > >dIon Gillard, Multitask Consulting
> > > >Blog:  http://blogs.codehaus.org/people/dion/
> > > >
> > > >
> > > >Matt Johnson <[EMAIL PROTECTED]> wrote on 23/07/2003
> > > >06:15:51 PM:
> > > >
> > > >
> > > >
> > > >>Do you have any references for this?  I can't seem to find
> > > >>search terms narrow enough to get results.
> > > >>
> > > >>[EMAIL PROTECTED] wrote:
> > > >>
> > > >>
> > > >>
> > > Also does anyone know of any tools for trending the jmeter
> > > results?
> > > 
> > > 
> > > 
> > > 
> > > >>>NIKO.
> > > >>>
> > > >>>dIon
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>
> > > >> - To unsubscribe, e-mail:
> > > >>[EMAIL PROTECTED] For additional commands,
> > > >>e-mail: [EMAIL PROTECTED]
> > > >>
> > > >>
> > > >>
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > --- To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > > additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > 
> > - To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > additional commands, e-mail: [EMAIL PROTECTED]
> >
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]