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 2010/10/04 13:24:25 UTC

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

Author: uschindler
Date: Mon Oct  4 11:24:25 2010
New Revision: 1004201

URL: http://svn.apache.org/viewvc?rev=1004201&view=rev
Log:
add some comments
solr contrib build needs fixing to also build tests per default

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

Modified: lucene/dev/nightly/hudson-lucene-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?rev=1004201&r1=1004200&r2=1004201&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Mon Oct  4 11:24:25 2010
@@ -21,6 +21,7 @@ cd $WORKSPACE/$SVN_BRANCH_DIR
 echo "Workspace: $WORKSPACE"
 
 #Package the Source and compile Binaries
+#(this assumes that during the JDK 1.5 compile all tests are built, which is currently the case)
 JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/ant -Dversion=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   -Dsvn.exe=$SVN_EXE \

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=1004201&r1=1004200&r2=1004201&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Mon Oct  4 11:24:25 2010
@@ -20,6 +20,7 @@ cd $WORKSPACE/$SVN_BRANCH_DIR
 echo "Workspace: $WORKSPACE"
 
 #Package the Source and compile Binaries
+#(this assumes that during the JDK 1.5 compile all tests are built, which is currently the case)
 JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/ant -Dversion=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   -Dsvn.exe=$SVN_EXE \

Modified: lucene/dev/nightly/hudson-solr-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=1004201&r1=1004200&r2=1004201&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Mon Oct  4 11:24:25 2010
@@ -13,6 +13,7 @@ cd $WORKSPACE/$SVN_SOLR_BRANCH_DIR
 
 echo "Workspace: $WORKSPACE"
 
+#(this assumes that during the JDK 1.5 compile all tests are built, which is currently the case except for solr/contrib)
 JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \