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/29 23:24:43 UTC

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

Author: sebb
Date: Mon Nov 29 22:24:43 2010
New Revision: 1040321

URL: http://svn.apache.org/viewvc?rev=1040321&view=rev
Log:
Add SVNPATH for use on Hudson

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1040321&r1=1040320&r2=1040321&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Mon Nov 29 22:24:43 2010
@@ -1907,6 +1907,7 @@ run JMeter unless all the JMeter jars ar
 
   <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}"/>
       <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