You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/05/21 20:29:02 UTC

svn commit: r658801 - /jakarta/jmeter/trunk/build.xml

Author: sebb
Date: Wed May 21 11:29:02 2008
New Revision: 658801

URL: http://svn.apache.org/viewvc?rev=658801&view=rev
Log:
Fix the EOL in case the file was derived from the "wrong" archive type

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=658801&r1=658800&r2=658801&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Wed May 21 11:29:02 2008
@@ -1490,6 +1490,9 @@
   	<property name="batchtest.out" location="${basedir}/bin"/>
     <property name="batchtest.name" value="BatchTestLocal"/>
 
+  	<!-- Fix the EOL in case the file was derived from the "wrong" archive type -->
+    <fixcrlf srcdir="${batchtest.inp}" includes="${batchtest.name}.csv"/>
+
   	<echo level="info" message="Starting ${batchtest.name} using ${remote}"/>
   	
   	<macrodef name="deleteworkfiles">



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