SOLR-1991: The example target should work from a fresh checkout without running other targets first

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@961941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-07-08 21:17:24 +00:00
parent 7ad6c0b3b1
commit 3adc87865b
1 changed files with 1 additions and 1 deletions

View File

@ -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"