chronos-jmeter copies the jarfiles to jmeter/lib/junit before the test. And 
cleanup the directory after the test.
If you want to see the content, You can launch the jmetergui with  
chronos-jmeter:jmetergui. And then inspect jmeter/lib/junit while the gui is 
open.

For an example, i suggest You look at: 
http://mojo.codehaus.org/chronos/chronos-samples/jmeterjunitsamples/index.html

The pom can also be found from subversion as 
http://svn.codehaus.org/mojo/tags/chronos-1.0-beta-1/chronos-samples/jmeterjunitsamples/pom.xml

/Kent

Den 15/11/2011 kl. 09.05 skrev Thomas Otto (JIRA):

> 
>    [ 
> https://jira.codehaus.org/browse/MOJO-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=283463#comment-283463
>  ] 
> 
> Thomas Otto commented on MOJO-1733:
> -----------------------------------
> 
> Where is the chronos pluging searching for the test.jar file? In the target 
> folder? Or in the jmeter/lib/junit directory? And where I place the 
> dependencies? I see that the chronos plugin copy all the dependencies into 
> the jmeter/lib/junit folder. But after running the goal, the folder is empty.
> Did you have a complete example pom.xml with junit tests and an example jmx 
> file for me?
> Thank you
> 
> 
>> Cannot get chronos-maven-plugin to work. mojo-sandbox:5-SNAPSHOT.pom cannot 
>> be found
>> ------------------------------------------------------------------------------------
>> 
>>                Key: MOJO-1733
>>                URL: https://jira.codehaus.org/browse/MOJO-1733
>>            Project: Mojo
>>         Issue Type: Bug
>>         Components: chronos
>>        Environment: windows, maven 2, jmeter 2.4
>>           Reporter: Simon Kofod
>> 
>> I've created a java project based on maven and the documentation found here: 
>> http://mojo.codehaus.org/chronos-maven-plugin/usage.html
>> When I run maven I get the following error after maven has tried to download 
>> mojo-sandbox-5-snapshot.pom from different locations:
>> [INFO] 
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Error building POM (may not be this project's POM).
>> Project ID: org.codehaus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT
>> Reason: Cannot find parent: org.codehaus.mojo:mojo-sandbox for project: 
>> org.codehaus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT for project 
>> org.codehaus.mojo:chronos-maven-plugin:maven-plugin:1.0-SNAPSHOT
>> My pom contains the following:
>> ...
>>  <pluginRepositories>
>>    <pluginRepository>
>>      <id>snapshots.repository.codehaus.org</id>
>>      <url>http://snapshots.repository.codehaus.org/</url>
>>    </pluginRepository>
>>  </pluginRepositories>
>> ...
>>      
>>               <plugin>
>>                    <groupId>org.codehaus.mojo</groupId>
>>                    <artifactId>chronos-maven-plugin</artifactId>
>>                    <version>1.0-SNAPSHOT</version>
>>                    <configuration>
>>                          <input>${basedir}/src/test/jmeter/zeus.jmx</input>
>>                    </configuration>
>>                    <executions>
>>                          <execution>
>>                                <id>jmeter-tests</id>
>>                                <phase>verify</phase>
>>                                <goals>
>>                                      <goal>jmeter</goal>
>>                                </goals>
>>                          </execution>
>>                    </executions>
>>              </plugin>
>> Can you please tell me what I'm doing wrong here? Why is the 
>> mojo-sandbox-5-snapshot not available?
> 
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>    http://xircles.codehaus.org/manage_email
> 
> 


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to