mirror of https://github.com/apache/lucene.git
enable assertions when executing various tools
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c628ea72b
commit
2ff4bdb04f
|
@ -85,6 +85,9 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
|
|||
<path refid="additional.dependencies"/>
|
||||
<pathelement location="${build.dir}/classes/tools"/>
|
||||
</classpath>
|
||||
<assertions>
|
||||
<enable package="org.apache.lucene"/>
|
||||
</assertions>
|
||||
<arg value="${rbbi.src.dir}"/>
|
||||
<arg value="${rbbi.dst.dir}"/>
|
||||
</java>
|
||||
|
@ -104,6 +107,9 @@ are part of the ICU4C package. See http://site.icu-project.org/ </echo>
|
|||
<path refid="additional.dependencies"/>
|
||||
<pathelement location="${build.dir}/classes/tools"/>
|
||||
</classpath>
|
||||
<assertions>
|
||||
<enable package="org.apache.lucene"/>
|
||||
</assertions>
|
||||
</java>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue