You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/11/30 00:20:19 UTC

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

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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org