mirror of https://github.com/apache/lucene.git
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:
parent
7ad6c0b3b1
commit
3adc87865b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue