|
|
@ -55,7 +55,9 @@
|
|
|
|
<property name="release_windows" location="${release}/WINDOWS"/>
|
|
|
|
<property name="release_windows" location="${release}/WINDOWS"/>
|
|
|
|
<property name="svnEntriesFile" location=".svn/entries"/>
|
|
|
|
<property name="svnEntriesFile" location=".svn/entries"/>
|
|
|
|
<property name="defaults" location="defaults"/>
|
|
|
|
<property name="defaults" location="defaults"/>
|
|
|
|
|
|
|
|
<!-- variables for installonlinux target-->
|
|
|
|
<property name="DESTDIR" value="DESTDIR"/>
|
|
|
|
<property name="DESTDIR" value="DESTDIR"/>
|
|
|
|
|
|
|
|
<property name="pkgmanager" value="false"/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- determining if the .svn directory exists -->
|
|
|
|
<!-- determining if the .svn directory exists -->
|
|
|
|
<condition property="svnEntriesFileExists">
|
|
|
|
<condition property="svnEntriesFileExists">
|
|
|
@ -144,10 +146,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- YaCy root directory -->
|
|
|
|
<!-- YaCy root directory -->
|
|
|
|
<filter token="REPL_YACY_ROOT_DIR" value="${yacyroot}"/>
|
|
|
|
<filter token="REPL_YACY_ROOT_DIR" value="${yacyroot}"/>
|
|
|
|
|
|
|
|
<filter token="REPL_PKGMANAGER" value="${pkgmanager}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- deleting old file -->
|
|
|
|
<!-- deleting old file -->
|
|
|
|
<delete file="${build}/yacy.java" failonerror="false"/>
|
|
|
|
<delete file="${build}/yacy.java" failonerror="false"/>
|
|
|
|
<copy file="${src}/yacy.java" tofile="${build}/yacy.java" overwrite="true" filtering="true" />
|
|
|
|
<copy file="${src}/yacy.java" tofile="${build}/yacy.java" overwrite="true" filtering="true" />
|
|
|
|
|
|
|
|
<delete file="${build}/de/anomic/yacy/yacyBuildProperties.java" failonerror="false"/>
|
|
|
|
|
|
|
|
<copy file="${src}/de/anomic/yacy/yacyBuildProperties.java" tofile="${build}/de/anomic/yacy/yacyBuildProperties.java" overwrite="true" filtering="true" />
|
|
|
|
|
|
|
|
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
@ -193,14 +198,16 @@
|
|
|
|
</path>
|
|
|
|
</path>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- compiling yacy.java -->
|
|
|
|
<!-- compiling yacy.java -->
|
|
|
|
<!--<javac srcdir="${build}" destdir="${build}" sourcepath="${src}"
|
|
|
|
<javac srcdir="${build}" destdir="${build}" sourcepath="${src}"
|
|
|
|
includes="yacy.java"
|
|
|
|
includes="yacy.java,de/anomic/yacy/yacyBuildProperties.java"
|
|
|
|
classpathref="project.class.path"
|
|
|
|
source="${javacSource}" target="${javacTarget}">
|
|
|
|
debug="true" debuglevel="lines,vars,source"
|
|
|
|
<classpath refid="project.class.path" />
|
|
|
|
source="${javacSource}" target="${javacTarget}" />-->
|
|
|
|
</javac>
|
|
|
|
|
|
|
|
<delete file="${build}/BuildProperties.java" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- compiling the main sources -->
|
|
|
|
<!-- compiling the main sources -->
|
|
|
|
<javac srcdir="${src}/" destdir="${build}"
|
|
|
|
<javac srcdir="${src}/" destdir="${build}"
|
|
|
|
|
|
|
|
excludes="de/anomic/yacy/yacyBuildProperties.java"
|
|
|
|
debug="true" debuglevel="lines,vars,source"
|
|
|
|
debug="true" debuglevel="lines,vars,source"
|
|
|
|
source="${javacSource}" target="${javacTarget}">
|
|
|
|
source="${javacSource}" target="${javacTarget}">
|
|
|
|
<classpath refid="project.class.path" />
|
|
|
|
<classpath refid="project.class.path" />
|
|
|
|