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:
Robert Muir 2012-01-13 11:36:50 +00:00
parent 9c628ea72b
commit 2ff4bdb04f
1 changed files with 6 additions and 0 deletions

View File

@ -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>