SOLR-6926: Add example target with gentle prompt to start using ant server instead

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651698 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2015-01-14 15:14:21 +00:00
parent d095b85427
commit 0f5e7462f5
1 changed files with 15 additions and 0 deletions

View File

@ -738,4 +738,19 @@
<ant dir="test-framework" target="-append-module-dependencies-properties" inheritAll="false"/>
<contrib-crawl target="-append-module-dependencies-properties"/>
</target>
<target name="example" depends="server">
<!-- no description so -p doesn't list it -->
<echo>
! ! ! NOTICE NOTICE NOTICE ! ! !
'ant example' is no longer recomended
Use 'ant server' instead
'ant example' is going to be removed at some point
</echo>
</target>
</project>