mirror of https://github.com/apache/lucene.git
use subant to build the upper pieces
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4539873b4
commit
f566a7a158
|
@ -89,8 +89,12 @@
|
|||
<target name="init">
|
||||
<mkdir dir="target/classes"/>
|
||||
<mkdir dir="${build.javadoc}" />
|
||||
<ant dir="../../" inheritall="false" target="compile" />
|
||||
<ant dir="../../" inheritall="false" target="make-manifest" />
|
||||
<subant target="compileTests">
|
||||
<fileset dir="${solr-path}" includes="build.xml"/>
|
||||
</subant>
|
||||
<subant target="make-manifest">
|
||||
<fileset dir="${solr-path}" includes="build.xml"/>
|
||||
</subant>
|
||||
</target>
|
||||
|
||||
<target name="compile" depends="init">
|
||||
|
|
|
@ -51,8 +51,13 @@
|
|||
<target name="init">
|
||||
<mkdir dir="${dest}/classes"/>
|
||||
<mkdir dir="${build.javadoc}" />
|
||||
<ant dir="../../" inheritall="false" target="compile" />
|
||||
<ant dir="../../" inheritall="false" target="make-manifest" />
|
||||
<subant target="compileTests">
|
||||
<fileset dir="${solr-path}" includes="build.xml"/>
|
||||
</subant>
|
||||
<subant target="make-manifest">
|
||||
<fileset dir="${solr-path}" includes="build.xml"/>
|
||||
</subant>
|
||||
|
||||
</target>
|
||||
|
||||
<target name="compile" depends="init">
|
||||
|
|
Loading…
Reference in New Issue