cvs commit: jakarta-jmeter/extras build.xml
sebb2005/05/14 16:52:19 Modified:extras build.xml Log: Only save response data for errors Revision ChangesPath 1.3 +1 -2 jakarta-jmeter/extras/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-jmeter/extras/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 7 May 2005 21:54:30 - 1.2 +++ build.xml 14 May 2005 23:52:19 - 1.3 @@ -80,8 +80,7 @@ - - + - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
cvs commit: jakarta-jmeter/extras build.xml
sebb2005/05/07 14:54:30 Modified:extras build.xml Log: Only force testlog to be saved in 2.0 format Revision ChangesPath 1.2 +1 -1 jakarta-jmeter/extras/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-jmeter/extras/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 6 May 2005 02:33:53 - 1.1 +++ build.xml 7 May 2005 21:54:30 - 1.2 @@ -79,7 +79,7 @@ - + - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
cvs commit: jakarta-jmeter/extras build.xml
sebb2005/05/05 19:33:53 Added: extras build.xml Log: Sample ant-jmeter build file Revision ChangesPath 1.1 jakarta-jmeter/extras/build.xml Index: build.xml === To run a test and create the output report: ant -Dtest=script To run a test only: ant -Dtest=script run To run report on existing test output ant -Dtest=script report The "script" parameter is the name of the script without the .jmx suffix. Additional options: -Dshow-data=y - include response data in Failure Details -Dbasedir=xyz - path to test file(s) funcMode = ${funcMode} - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]