You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/06/30 06:46:16 UTC

cvs commit: maven-plugins/latka project.xml

dion        2004/06/29 21:46:16

  Modified:    latka/xdocs index.xml changes.xml goals.xml
               latka    project.xml
  Log:
  Document JMeter version tested against
  
  Revision  Changes    Path
  1.4       +5 -2      maven-plugins/latka/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	4 Mar 2004 18:36:32 -0000	1.3
  +++ index.xml	30 Jun 2004 04:46:16 -0000	1.4
  @@ -106,8 +106,11 @@
           The plugin has a goal <strong>(latka:jmeter-convert)</strong>
           that takes a set of requests as recorded by 
           <a href="http://jakarta.apache.org/jmeter/index.html">JMeter</a>'s
  -        Http Proxy and converts them into a Latka suite. You can easily set up
  -        a browser with the correct proxy settings, and simply by using
  +        Http Proxy and converts them into a Latka suite.
  +      </p>
  +      <p><strong>This has only been tested with JMeter 1.8.x</strong></p>
  +      <p>
  +        You can easily set up a browser with the correct proxy settings, and simply by using
           your web application, you can create tests that this plugin can
           later replay.
         </p>
  
  
  
  1.10      +5 -0      maven-plugins/latka/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	16 May 2004 02:25:46 -0000	1.9
  +++ changes.xml	30 Jun 2004 04:46:16 -0000	1.10
  @@ -24,6 +24,11 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.5" date="in CVS">
  +      <action dev="dion" type="update">
  +        Update docs to reflect the version of JMeter required.
  +      </action>
  +    </release>
       <release version="1.4" date="2004-05-15">
         <action dev="dion" type="fix" issue="MAVEN-993">Fix MAVEN-993. Complain if file to be converted doesn't exist</action>
       </release>
  
  
  
  1.3       +1 -1      maven-plugins/latka/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	4 Mar 2004 18:36:32 -0000	1.2
  +++ goals.xml	30 Jun 2004 04:46:16 -0000	1.3
  @@ -42,7 +42,7 @@
         <goal>
           <name>latka:jmeter-convert</name>
           <description>
  -          Convert a jmeter jmx file to a latka suite
  +          Convert a jmeter (v1.8.x) jmx file to a latka suite
           </description>
         </goal>
       </goals>
  
  
  
  1.34      +1 -1      maven-plugins/latka/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	25 Jun 2004 15:24:30 -0000	1.33
  +++ project.xml	30 Jun 2004 04:46:16 -0000	1.34
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-latka-plugin</id>
     <name>Maven Latka Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Run Latka scripts</shortDescription>
     <url>http://maven.apache.org/reference/plugins/latka/</url>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org