SOLR-2666: Solrj test.classpath should not include Solr core test compilation output

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-07-20 13:38:46 +00:00
parent 32da03bc9f
commit 9b34200d0d
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@
<import file="../common-build.xml"/> <import file="../common-build.xml"/>
<!-- Specialized common-solr.test.classpath, to remove the Solr core test output -->
<path id="test.classpath">
<pathelement path="${common-solr.dir}/build/solr-test-framework/classes/java"/>
<pathelement path="${tests.userdir}"/>
<path refid="test.base.classpath"/>
</path>
<target name="compile-test" depends="compile-solr-test-framework,common.compile-test"/> <target name="compile-test" depends="compile-solr-test-framework,common.compile-test"/>
<target name="test" depends="compile-test,junit-mkdir,junit-sequential,junit-parallel"/> <target name="test" depends="compile-test,junit-mkdir,junit-sequential,junit-parallel"/>