On Tue, Sep 21, 2010 at 8:34 PM, Chris Hostetter
<hossman_luc...@fucit.org>wrote:

>
> Likewise: If i feel like releases should always include a picture of a
> monkey holding the New York times on the day the release is made, then i
> should contribute a patch that causes the build to generate a picture of a
> monkey holding the new york times automaticly when the build is run, so we
> don't have to remember to do it at release time.
>
>
man, given the heated discussion on this issue, it had to be done

Index: build.xml
===================================================================
--- build.xml   (revision 999427)
+++ build.xml   (working copy)
@@ -30,6 +30,7 @@

   <target name="compile" description="Compile Lucene and Solr">
     <sequential>
+      <splash imageurl="http://bit.ly/dhoj5W"/>
       <subant target="compile" inheritall="false" failonerror="true">
         <fileset dir="lucene" includes="build.xml" />
         <fileset dir="modules" includes="build.xml" />

-- 
Robert Muir
rcm...@gmail.com

Reply via email to