You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/03/09 12:21:00 UTC

svn commit: r1298791 - in /lucene/dev/nightly: hudson-solr-3.x.sh hudson-solr-trunk.sh

Author: uschindler
Date: Fri Mar  9 11:20:59 2012
New Revision: 1298791

URL: http://svn.apache.org/viewvc?rev=1298791&view=rev
Log:
Add missing $svn.exe property in Solr builds

Modified:
    lucene/dev/nightly/hudson-solr-3.x.sh
    lucene/dev/nightly/hudson-solr-trunk.sh

Modified: lucene/dev/nightly/hudson-solr-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=1298791&r1=1298790&r2=1298791&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Fri Mar  9 11:20:59 2012
@@ -15,12 +15,14 @@ JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/an
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
+  -Dsvn.exe=$SVN_EXE \
   clean compile-test package
 
 JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
+  -Dsvn.exe=$SVN_EXE \
   -Dtests.nightly=true \
   -Djunit.formatter=xml \
   -Dargs="$TEST_JVM_ARGS" \
@@ -43,6 +45,7 @@ JAVA_HOME=$JAVA_HOME_16 ANT_OPTS="-Xmx89
   -lib $CLOVER \
   -Drun.clover=true \
   -Dsvnversion.exe=$SVNVERSION_EXE \
+  -Dsvn.exe=$SVN_EXE \
   -Dtests.threadspercpu=0 \
   -Djunit.formatter=xml \
   -Dargs="$TEST_JVM_ARGS" \

Modified: lucene/dev/nightly/hudson-solr-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-trunk.sh?rev=1298791&r1=1298790&r2=1298791&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-trunk.sh (original)
+++ lucene/dev/nightly/hudson-solr-trunk.sh Fri Mar  9 11:20:59 2012
@@ -18,6 +18,7 @@ $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
+  -Dsvn.exe=$SVN_EXE \
   -Dtests.nightly=true \
   -Djunit.formatter=xml \
   -Dargs="$TEST_JVM_ARGS" \
@@ -40,6 +41,7 @@ ANT_OPTS="-Xmx896M" $ANT_HOME/bin/ant \
   -lib $CLOVER \
   -Drun.clover=true \
   -Dsvnversion.exe=$SVNVERSION_EXE \
+  -Dsvn.exe=$SVN_EXE \
   -Dtests.threadspercpu=0 \
   -Djunit.formatter=xml \
   -Dargs="$TEST_JVM_ARGS" \