SOLRLUCENE-3795: fix build.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1291663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2012-02-21 08:52:53 +00:00
parent 57cc94df3f
commit 1d7656b89b
2 changed files with 9 additions and 8 deletions

View File

@ -41,20 +41,20 @@
<ant dir="strategy" target="clean" />
</target>
<target name="validate">
<ant dir="base" target="clean" />
<ant dir="strategy" target="clean" />
<ant dir="base" target="validate" />
<ant dir="strategy" target="validate" />
</target>
<target name="compile-core">
<ant dir="base" target="clean" />
<ant dir="strategy" target="clean" />
<ant dir="base" target="compile-core" />
<ant dir="strategy" target="compile-core" />
</target>
<target name="compile-test">
<ant dir="base" target="clean" />
<ant dir="strategy" target="clean" />
<ant dir="base" target="compile-test" />
<ant dir="strategy" target="compile-test" />
</target>
<target name="test">
<ant dir="base" target="clean" />
<ant dir="strategy" target="clean" />
<ant dir="base" target="test" />
<ant dir="strategy" target="test" />
</target>
<target name="build-artifacts-and-tests" depends="default,compile-test" />

View File

@ -43,6 +43,7 @@
<path id="test.classpath">
<path refid="test.base.classpath" />
<path refid="base.classpath"/>
<pathelement path="${analyzers-common.jar}" />
<pathelement path="src/test-files" />
</path>