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/07 17:13:58 UTC

svn commit: r1005488 - /lucene/dev/nightly/hudson-lucene-trunk.sh

Author: uschindler
Date: Thu Oct  7 15:13:57 2010
New Revision: 1005488

URL: http://svn.apache.org/viewvc?rev=1005488&view=rev
Log:
also compile the modules tests with 1.5

Modified:
    lucene/dev/nightly/hudson-lucene-trunk.sh

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=1005488&r1=1005487&r2=1005488&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Thu Oct  7 15:13:57 2010
@@ -33,7 +33,7 @@ cd $WORKSPACE/$MODULES_DIR
 JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/ant -Dversion=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   -Dsvn.exe=$SVN_EXE \
-  compile
+  compile compile-test
 # release it
 #cp dist/*-src.tar.gz $ARTIFACTS