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