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 2011/03/07 08:51:05 UTC

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

Author: uschindler
Date: Mon Mar  7 07:51:05 2011
New Revision: 1078707

URL: http://svn.apache.org/viewvc?rev=1078707&view=rev
Log:
Hopefully fix nightly build (javadocs missing). I don't understand what changed why this does not work anymore :(

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=1078707&r1=1078706&r2=1078707&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Mon Mar  7 07:51:05 2011
@@ -13,7 +13,7 @@ JAVA_HOME=$JAVA_HOME_15 $ANT_HOME/bin/an
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
-  clean set-fsdir create-package
+  clean set-fsdir dist-src dist-javadoc package
 
 JAVA_HOME=$JAVA_HOME_16 $ANT_HOME/bin/ant \
   -Dversion=$VERSION \

Modified: lucene/dev/nightly/hudson-solr-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-trunk.sh?rev=1078707&r1=1078706&r2=1078707&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-trunk.sh (original)
+++ lucene/dev/nightly/hudson-solr-trunk.sh Mon Mar  7 07:51:05 2011
@@ -18,7 +18,7 @@ $ANT_HOME/bin/ant \
   -Dtests.threadspercpu=0 \
   -Dtests.nightly=true \
   -Djunit.formatter=xml \
-  clean set-fsdir test package
+  clean set-fsdir dist-src dist-javadoc test package
 
 # release it
 mv -f dist/*.tgz dist/*.zip dist/*.war $ARTIFACTS