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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]