|
|
|
@ -46,13 +46,14 @@
|
|
|
|
|
<property name="libbuild" location="libbuild"/>
|
|
|
|
|
<property name="build" location="classes"/>
|
|
|
|
|
<property name="htroot" location="htroot"/>
|
|
|
|
|
<property name="langstats" location="langstats"/>
|
|
|
|
|
<property name="locales" location="locales"/>
|
|
|
|
|
<property name="skins" location="skins"/>
|
|
|
|
|
<property name="ranking" location="ranking"/>
|
|
|
|
|
<property name="release" location="RELEASE"/>
|
|
|
|
|
<property name="htdocsWWW" location="${data}/HTDOCS/www"/>
|
|
|
|
|
<property name="release_main" location="${release}/MAIN"/>
|
|
|
|
|
<property name="release_ext" location="${release}/EXT"/>
|
|
|
|
|
<property name="release_ext" location="${release}/EXT"/>
|
|
|
|
|
<property name="release_windows" location="${release}/WINDOWS"/>
|
|
|
|
|
<property name="svnEntriesFile" location=".svn/entries"/>
|
|
|
|
|
<property name="defaults" location="defaults"/>
|
|
|
|
@ -410,11 +411,11 @@
|
|
|
|
|
<include name="startYACY.bat"/>
|
|
|
|
|
<include name="startYACY_debug.bat"/>
|
|
|
|
|
<include name="stopYACY.bat"/>
|
|
|
|
|
<include name="getWin32MaxHeap.bat"/>
|
|
|
|
|
<include name="getWin32MaxHeap.bat"/>
|
|
|
|
|
<!--
|
|
|
|
|
<include name="startYACY_Win9x.bat"/>
|
|
|
|
|
<include name="startYACY_noconsole_Win9x.bat"/>
|
|
|
|
|
<include name="stopYACY_Win9x.bat"/>
|
|
|
|
|
<include name="stopYACY_Win9x.bat"/>
|
|
|
|
|
-->
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
@ -434,14 +435,21 @@
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy language statistics files -->
|
|
|
|
|
<copy todir="${release_main}/langstats">
|
|
|
|
|
<fileset dir="${langstats}">
|
|
|
|
|
<include name="*"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy documentation -->
|
|
|
|
|
<copy todir="${release_main}">
|
|
|
|
|
<fileset dir=".">
|
|
|
|
|
<include name="readme.txt"/>
|
|
|
|
|
<include name="gpl.txt"/>
|
|
|
|
|
<include name="ChangeLog"/>
|
|
|
|
|
<include name="AUTHORS"/>
|
|
|
|
|
<include name="COPYRIGHT"/>
|
|
|
|
|
<include name="ChangeLog"/>
|
|
|
|
|
<include name="AUTHORS"/>
|
|
|
|
|
<include name="COPYRIGHT"/>
|
|
|
|
|
<include name="NOTICE"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
@ -495,14 +503,14 @@
|
|
|
|
|
<include name="build.xml"/>
|
|
|
|
|
<include name="build.properties"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy searchtest -->
|
|
|
|
|
<copy todir="${release_main}/bin">
|
|
|
|
|
<fileset dir="bin">
|
|
|
|
|
<include name="searchtest.*"/>
|
|
|
|
|
<include name="localsearch.sh"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy searchtest -->
|
|
|
|
|
<copy todir="${release_main}/bin">
|
|
|
|
|
<fileset dir="bin">
|
|
|
|
|
<include name="searchtest.*"/>
|
|
|
|
|
<include name="localsearch.sh"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
</target>
|
|
|
|
@ -586,11 +594,11 @@
|
|
|
|
|
<include name="startYACY.bat"/>
|
|
|
|
|
<include name="startYACY_noconsole.bat"/>
|
|
|
|
|
<include name="stopYACY.bat"/>
|
|
|
|
|
<include name="getWin32MaxHeap.bat"/>
|
|
|
|
|
<include name="getWin32MaxHeap.bat"/>
|
|
|
|
|
<!--
|
|
|
|
|
<include name="startYACY_Win9x.bat"/>
|
|
|
|
|
<include name="startYACY_noconsole_Win9x.bat"/>
|
|
|
|
|
<include name="stopYACY_Win9x.bat"/>
|
|
|
|
|
<include name="stopYACY_Win9x.bat"/>
|
|
|
|
|
-->
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
@ -610,14 +618,21 @@
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy language statistics files -->
|
|
|
|
|
<copy todir="${release_source}/langstats">
|
|
|
|
|
<fileset dir="${langstats}">
|
|
|
|
|
<include name="*"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy documentation -->
|
|
|
|
|
<copy todir="${release_source}">
|
|
|
|
|
<fileset dir=".">
|
|
|
|
|
<include name="readme.txt"/>
|
|
|
|
|
<include name="gpl.txt"/>
|
|
|
|
|
<include name="ChangeLog"/>
|
|
|
|
|
<include name="AUTHORS"/>
|
|
|
|
|
<include name="COPYRIGHT"/>
|
|
|
|
|
<include name="ChangeLog"/>
|
|
|
|
|
<include name="AUTHORS"/>
|
|
|
|
|
<include name="COPYRIGHT"/>
|
|
|
|
|
<include name="NOTICE"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
@ -671,14 +686,14 @@
|
|
|
|
|
<include name="build.xml"/>
|
|
|
|
|
<include name="build.properties"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy searchtest -->
|
|
|
|
|
<copy todir="${release_main}/bin">
|
|
|
|
|
<fileset dir="bin">
|
|
|
|
|
<include name="searchtest.*"/>
|
|
|
|
|
<include name="localsearch.sh"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy searchtest -->
|
|
|
|
|
<copy todir="${release_main}/bin">
|
|
|
|
|
<fileset dir="bin">
|
|
|
|
|
<include name="searchtest.*"/>
|
|
|
|
|
<include name="localsearch.sh"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
</target>
|
|
|
|
@ -810,6 +825,13 @@
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy language statistics files -->
|
|
|
|
|
<copy todir="${DESTDIR}/usr/share/yacy/langstats">
|
|
|
|
|
<fileset dir="${langstats}">
|
|
|
|
|
<include name="*"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
<!-- copy documentation -->
|
|
|
|
|
<copy todir="${DESTDIR}/usr/share/doc/yacy">
|
|
|
|
|
<fileset dir=".">
|
|
|
|
@ -888,11 +910,11 @@
|
|
|
|
|
<classpath>
|
|
|
|
|
<pathelement location="${build}"/>
|
|
|
|
|
<pathelement location="${htroot}"/>
|
|
|
|
|
<pathelement location="${lib}/tar.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-fileupload-1.2.1.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-httpclient-3.1.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-io-1.4.jar" />
|
|
|
|
|
<pathelement location="${lib}/tar.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-fileupload-1.2.1.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-httpclient-3.1.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-io-1.4.jar" />
|
|
|
|
|
<pathelement location="${lib}/servlet-api.jar" />
|
|
|
|
|
<pathelement location="${lib}/sbbi-upnplib-1.0.4.jar" />
|
|
|
|
|
<pathelement location="${lib}/commons-jxpath-1.1.jar" />
|
|
|
|
@ -1046,10 +1068,10 @@
|
|
|
|
|
|
|
|
|
|
<!-- Alias -->
|
|
|
|
|
<target name="distWinInstaller" depends="winInstallerExe">
|
|
|
|
|
</target>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<target name="winInstallerExe" depends="compileExtensions,copyMain4Dist,copyExt4Dist" description="Creates the windows installer.exe">
|
|
|
|
|
<!-- http://nsisant.sourceforge.net/ -->
|
|
|
|
|
<!-- http://nsisant.sourceforge.net/ -->
|
|
|
|
|
<mkdir dir="${release_windows}" />
|
|
|
|
|
<copy file="build.nsi" tofile="${release_windows}/build.nsi" overwrite="true" filtering="true" />
|
|
|
|
|
<taskdef name="nsis" classname="net.sf.nsisant.Task">
|
|
|
|
@ -1057,9 +1079,9 @@
|
|
|
|
|
</taskdef>
|
|
|
|
|
<nsis script="${release_windows}/build.nsi" nocd="yes" verbosity="2" />
|
|
|
|
|
<move file="${release_windows}/yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.exe"
|
|
|
|
|
tofile="${release}/yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.exe" />
|
|
|
|
|
|
|
|
|
|
<delete dir="${release_main}"/>
|
|
|
|
|
tofile="${release}/yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.exe" />
|
|
|
|
|
|
|
|
|
|
<delete dir="${release_main}"/>
|
|
|
|
|
<delete dir="${release_ext}"/>
|
|
|
|
|
<delete dir="${release_windows}" failonerror="false" />
|
|
|
|
|
</target>
|
|
|
|
|