Author: sebb
Date: Mon Nov 29 23:20:19 2010
New Revision: 1040339
URL: http://svn.apache.org/viewvc?rev=1040339&view=rev
Log:
Try again
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1040339&r1=1040338&r2=1040339&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Mon Nov 29 23:20:19 2010
@@ -1906,8 +1906,7 @@ run JMeter unless all the JMeter jars ar
</target>
<target name="svnCheck" description="Use SVN to get the current revision">
- <exec executable="svn" resultproperty="svn.exec.result"
errorproperty="svn.exec.error" failifexecutionfails="false">
- <env key="PATH" path="${env.PATH}:${env.SVNPATH}"/>
+ <exec executable="svn" searchpath="true" resultproperty="svn.exec.result"
errorproperty="svn.exec.error" failifexecutionfails="false">
<arg line="info"/>
<redirector outputproperty="svn.revision">
<outputfilterchain>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]