controversial: do not fail the build for contrib components not building successfully. this is to make Gump happy for now, but in the future a more granular conditional build of each contrib project may be desirable

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@170003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2005-05-13 10:21:54 +00:00
parent 812a234589
commit 11d6c9e87b
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@
<macrodef name="contrib-crawl">
<attribute name="target" default=""/>
<sequential>
<subant target="@{target}" failonerror="true">
<subant target="@{target}" failonerror="false">
<fileset dir="."
includes="contrib/*/build.xml"
/>