added tasks to lucene build file
This commit is contained in:
parent
030f279e28
commit
96d868d285
1 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,15 @@
|
||||||
<import file="build.xml"/>
|
<import file="build.xml"/>
|
||||||
|
|
||||||
<property name="lucene-thdl.bin" location="${bin}/lucene-thdl"/>
|
<property name="lucene-thdl.bin" location="${bin}/lucene-thdl"/>
|
||||||
|
<property name="archive" location="archive"/>
|
||||||
|
<property name="wylie" location="${archive}/wylie"/>
|
||||||
|
<property name="unicode" location="${archive}/unicode"/>
|
||||||
|
<property name="solr" location="${archive}/solr"/>
|
||||||
|
<property name="get.title.metadata" value="http://thdl.org/avarch/mediaflowcat/title_metadata.php"/>
|
||||||
|
<property name="url.to.transcripts" value="http://www.thdl.org/avarch/transcripts"/>
|
||||||
|
<property name="url.to.media.high" value="http://www.thdl.org/media/high"/>
|
||||||
|
<property name="url.to.media.low" value="http://www.thdl.org/media/low"/>
|
||||||
|
<property name="url.to.media.audio" value="http://www.thdl.org/media/audio"/>
|
||||||
|
|
||||||
<path id="lucene.classpath">
|
<path id="lucene.classpath">
|
||||||
<fileset id="lucene.extensions" dir="${ext}/apache">
|
<fileset id="lucene.extensions" dir="${ext}/apache">
|
||||||
|
@ -12,6 +21,12 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<!-- archive tasks -->
|
||||||
|
<target name="archive-get-metadata">
|
||||||
|
<mkdir dir="${archive}"/>
|
||||||
|
<get src="${get.title.metadata}" dest="${archive}/title_metadata.xml" verbose="on"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- concordance program -->
|
<!-- concordance program -->
|
||||||
<target name="lucene-thdl-compile" depends="init">
|
<target name="lucene-thdl-compile" depends="init">
|
||||||
<mkdir dir="${lucene-thdl.bin}"/>
|
<mkdir dir="${lucene-thdl.bin}"/>
|
||||||
|
|
Loading…
Reference in a new issue