Re: svn commit: r1452134 - /jmeter/trunk/build.properties

2013-03-12 Thread Philippe Mouawad
Hello,
I have updated code to make it compile but I would like to check it works.

Is there a sample Test Plan showing this feature ?

Regards
Philippe

On Mon, Mar 4, 2013 at 1:36 PM, sebb  wrote:

> On 4 March 2013 06:48, Milamber  wrote:
> >
> >
> > Le 03/03/2013 21:44, s...@apache.org a ecrit :
> >
> >> Author: sebb
> >> Date: Sun Mar  3 21:44:15 2013
> >> New Revision: 1452134
> >>
> >> URL: http://svn.apache.org/r1452134
> >> Log:
> >> Update to latest version of Bouncy Castle jars
> >
> >
> > With the new version of BC jars, the compile-components task doesn't
> works.
> >
> > src/components/org/apache/jmeter/assertions/SMIMEAssertion.java:52:
> package
> > org.bouncycastle.cms does not exist
> > [javac] import org.bouncycastle.cms.CMSException;
> >
> > Seems have a lot of changes between 1.45 and 1.48...
> >
>
> Oops - sorry, I'll fix or revert soon.
>
> Looks like an extra jar is needed (bcpkix) but that is not the only
> change required.
>
> [Code compiled for me using Eclipse, but I'd overlooked that I had
> copies of 1.45 jars on the build path.]
>
> >>
> >> Modified:
> >>  jmeter/trunk/build.properties
> >>
> >> Modified: jmeter/trunk/build.properties
> >> URL:
> >>
> http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1452134&r1=1452133&r2=1452134&view=diff
> >>
> >>
> ==
> >> --- jmeter/trunk/build.properties (original)
> >> +++ jmeter/trunk/build.properties Sun Mar  3 21:44:15 2013
> >> @@ -57,15 +57,15 @@ beanshell.loc   = ${maven2.r
> >>   beanshell.md5   = 02F72336919D06A8491E82346E10B4D5
> >>
> >>   # Bouncy Castle jars (compile and test only - not distributed)
> >> -bcmail.version  = 1.45
> >> -bcmail.jar  = bcmail-jdk15-${bcmail.version}.jar
> >> -bcmail.loc  =
> >> ${maven2.repo}/org/bouncycastle/bcmail-jdk15/${bcmail.version}
> >> -bcmail.md5  = 13321fc7eff7bcada7b4fedfb592025c
> >> -
> >> -bcprov.version  = 1.45
> >> -bcprov.jar  = bcprov-jdk15-${bcprov.version}.jar
> >> -bcprov.loc  =
> >> ${maven2.repo}/org/bouncycastle/bcprov-jdk15/${bcprov.version}
> >> -bcprov.md5  = 2062f8e3d15748443ea60a94b266371c
> >> +bcmail.version  = 1.48
> >> +bcmail.jar  = bcmail-jdk15on-${bcmail.version}.jar
> >> +bcmail.loc  =
> >> ${maven2.repo}/org/bouncycastle/bcmail-jdk15on/${bcmail.version}
> >> +bcmail.md5  = d21564a05cec19caea793f6c63c79b59
> >> +
> >> +bcprov.version  = 1.48
> >> +bcprov.jar  = bcprov-jdk15on-${bcprov.version}.jar
> >> +bcprov.loc  =
> >> ${maven2.repo}/org/bouncycastle/bcprov-jdk15on/${bcprov.version}
> >> +bcprov.md5  = c08b58e03da7d469b0e7df6f4dd99712
> >>
> >>   commons-codec.version   = 1.6
> >>   commons-codec.jar   =
> commons-codec-${commons-codec.version}.jar
> >>
> >>
> >>
> >
>



-- 
Cordialement.
Philippe Mouawad.


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  wrote:
> 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  wrote:
>> Can I get access to the wiki to update the 
>> http://wiki.apache.org/jmeter/JMeterMavenPlugin page?
>>
>
> Yes - what is your Wiki login name?
>
>>
>> The information currently shown is quite out of date.
>>
>



[Jmeter Wiki] Update of "JMeterMavenPlugin" by Ardesco

2013-03-12 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change 
notification.

The "JMeterMavenPlugin" page has been changed by Ardesco:
http://wiki.apache.org/jmeter/JMeterMavenPlugin?action=diff&rev1=9&rev2=10

Comment:
Updated to provide current information

  Please note: the JMeter Maven plugin is a 3rd party product; it is not part 
of the Apache JMeter project
  }}}
  
- A more recent version of this wiki page can be found here
+ '''JMeter Maven Plugin'''
  
+ This is a Maven 2 plugin that allows you to run JMeter tests as part of the 
build.
- https://github.com/Ronnie76er/jmeter-maven-plugin/wiki
- 
- This is a Maven 2 plugin that allows you to run JMeter tests as part of the 
build.  I am using this with [[http://jchav.blogspot.com/|JChav]] and 
[[http://maven.apache.org/continuum/|Continuum]] to automate the running of a 
suite of JMeter load tests, and publish the results to a web page.  Sorry this 
is not more polished.  It could use some TLC to make it more user-friendly to 
actually plug it into a project.  I just thought I'd stick the code out there 
as quickly as possible and see if anyone is interested in it before I went any 
further with it.
- 
- To build and use the plugin:<> <> '''Remote Repository'''
- 
-  * Create a locally hosted remote Maven repository, if you don't already have 
one.
-  * Configure your pom to utilize this remote repository.
- 
- '''Deploy JMeter Jar'''
- 
-  * Deploy the attached [[attachment:jmeter-2.2.jar|JMeter jar]] and 
[[attachment:jmeter-2.2.pom|POM]] to your remote repository (note that you do 
not need to have JMeter separately installed). For example:
-  {{{
- mvn deploy:deploy-file -DgroupId=org.apache.jmeter -DartifactId=jmeter 
-Dversion=2.2 -Dpackaging=jar 
-Dfile=c://downloads//jmeter//jmeterPlugin/jmeter-2.2.jar 
-DpomFile=c://downloads//jmeter//jmeterPlugin/jmeter-2.2.pom 
-Durl=file:myRepoHost.com/FileShare/ProductDevelopment/ApplicationDevelopment/maven2repository
 -DrepositoryId=my-repo
- }}}
- 
- '''Deploy Dependencies'''
- 
-  * Add the jar files that are referenced in the JMeter POM to your local 
repository, via the deploy plugin, if they are not on ibiblio.
  
  '''Install the Plugin'''
  
+ This plugin is available from the maven central repository, as long as you 
have a working install of maven you only need to create a valid pom.xml that 
references this plugin.
-  * Download the attached [[attachment:maven-jmeter-plugin-src.tar.gz|Maven 
JMeter Plugin source tarball]].  Untar it.
-  * Run "mvn install" to build and install the plugin.
-  * In your project's pom.xml, add a dependency on this plugin:
-  {{{
- 
-   org.apache.jmeter
-   maven-jmeter-plugin
-   1.0-SNAPSHOT
- 
- }}}
  
- '''Configure the Plugin'''
+ '''Basic Configuration'''
  
   * Create a src/test/jmeter directory, and place your JMeter load tests there.
-  * Create a jmeter.properties file in src/test/jmeter.  It's fine to just 
copy the default properties file from the JMeter install if you want.
-  * Optionally configure includes and excludes in your pom.xml for which tests 
to run.  If you don't, it will just run **/*.jmx.  For example:
+  * Add the plugin to your pom.xml
+ 
   {{{
+ +---+
+ 
+ [...]
-   
+ 
- 
+ 
-   
+ 
- org.apache.jmeter
+ 
+ com.lazerycode.jmeter
- maven-jmeter-plugin
+ jmeter-maven-plugin
- 
-   
- myTest1.jmx
- myTest2.jmx
-   
- 
+ 1.8.0
+ 
+ 
+ jmeter-tests
+ verify
+ 
+ jmeter
+ 
+ 
+ 
+ 
-   
+ 
- 
+ 
-   
+ 
+ [...]
+ 
+ +---+
- }}}
- 
-  * The default reports directory is 'jmeter-reports' which is created in the 
base folder ( usually where maven is run from )
-  * Changing the reports directory : Add a reportDir setting to the plugin 
configuration. for example:
-  {{{
-   
- 
-   
- org.apache.jmeter
- maven-jmeter-plugin
- 
-   
- myTest1.jmx
- myTest2.jmx
-   
-   target/jmeter-reports
- 
-   
- 
-   
  }}}
  
  '''Executing the Plugin'''
  
-  * Run "mvn org.apache.jmeter:maven-jmeter-plugin:jmeter" to run the tests.
+  * Run "mvn verify" to run the tests (Best practive would be to assign the 
JMeter tests to a specific profile so that they only run when invoking that 
profile).
  
- '''Change to the plugin - by Peter Andersen / not committed!'''
+ '''External Links'''
  
- (If this can be used - please commit this into the codebase)
+ The source code for this plugin can be found at 
https://github.com/Ronnie76er/jmeter-maven-plugin
  
- 

[Jmeter Wiki] Trivial Update of "FrontPage" by JMeterAdmin

2013-03-12 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change 
notification.

The "FrontPage" page has been changed by JMeterAdmin:
http://wiki.apache.org/jmeter/FrontPage?action=diff&rev1=146&rev2=147

  <>
  To edit pages, visit 
[[http://wiki.apache.org/jmeter/FrontPage?action=login|Login]] at the top-left 
of any page to create a user profile.
  <>
- Then send a brief request (including your wiki username) to the JMeter 
[[http://jmeter.apache.org/mail2.html|JMeter Developer List]] asking to be 
added to the [[ContributorsGroup|Contributors Group]]. You can then edit the 
pages in this Wiki.
+ Then send a brief request '''(including your wiki username)''' to the JMeter 
[[http://jmeter.apache.org/mail2.html|JMeter Developer List]] asking to be 
added to the [[ContributorsGroup|Contributors Group]]. You can then edit the 
pages in this Wiki.
  <>
  Everyone is encouraged to help us keep JMeter's Wiki up to date.
  }}}


Re: Wiki Access Request

2013-03-12 Thread sebb
Done

On 12 March 2013 19:06, Mark Collin  wrote:
> 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  wrote:
>> Can I get access to the wiki to update the
>> http://wiki.apache.org/jmeter/JMeterMavenPlugin page?
>>
>
> Yes - what is your Wiki login name?
>
>>
>> The information currently shown is quite out of date.
>>
>


[Jmeter Wiki] Update of "ContributorsGroup" by JMeterAdmin

2013-03-12 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change 
notification.

The "ContributorsGroup" page has been changed by JMeterAdmin:
http://wiki.apache.org/jmeter/ContributorsGroup?action=diff&rev1=10&rev2=11

  #acl AdminGroup:read,write,admin,revert,delete All:read
- '''Contributors''' with permission to edit the HttpComponents wiki – read, 
write, delete and revert pages or individual changes. 
+ '''Contributors''' with permission to edit the JMeter wiki – read, write, 
delete and revert pages or individual changes. 
  To be added to this group, please send a brief request to the 
[[http://jmeter.apache.org/mail2.html| JMeter dev@ list]] including your wiki 
username. 
  No mailing list subscription required.
  
@@ -17, +17 @@

   * RobinWilson
   * shmulikk
   * danielasztulwark
+  * Ardesco
  


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  wrote:
> Can I get access to the wiki to update the 
> http://wiki.apache.org/jmeter/JMeterMavenPlugin page?
>

Yes - what is your Wiki login name?

>
> The information currently shown is quite out of date.
>



Re: Wiki Access Request

2013-03-12 Thread sebb
On 12 March 2013 12:22, Mark Collin  wrote:
> Can I get access to the wiki to update the
> http://wiki.apache.org/jmeter/JMeterMavenPlugin page?
>

Yes - what is your Wiki login name?

>
> The information currently shown is quite out of date.
>