You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2010/07/08 23:17:24 UTC

svn commit: r961941 - /lucene/dev/trunk/solr/build.xml

Author: markrmiller
Date: Thu Jul  8 21:17:24 2010
New Revision: 961941

URL: http://svn.apache.org/viewvc?rev=961941&view=rev
Log:
SOLR-1991: The example target should work from a fresh checkout without running other targets first

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=961941&r1=961940&r2=961941&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Thu Jul  8 21:17:24 2010
@@ -659,7 +659,7 @@
 
   <target name="example" 
           description="Creates a runnable example configuration."
-          depends="init-forrest-entities,dist-contrib,dist-war,example-contrib">
+          depends="init-forrest-entities,compile-lucene,dist-contrib,dist-war,example-contrib">
     <copy file="${dist}/${fullnamever}.war"
           tofile="${example}/webapps/${ant.project.name}.war"/>
     <jar destfile="${example}/exampledocs/post.jar"