build scripts fixes

This commit is contained in:
Jindra Petřík
2015-04-06 10:22:45 +02:00
parent 7a8541d8d4
commit 9dff7bf5bc
2 changed files with 7 additions and 1 deletions

View File

@@ -73,7 +73,7 @@
</copy>
</target>
<target name="compile">
<target name="compile" depends="build_lib">
<!--<delete dir="${COMPILEDIR}"/>-->
<mkdir dir="${COMPILEDIR}"/>
<javac srcdir="${SOURCEDIR}" destdir="${COMPILEDIR}" includes="**/*.java" target="${TARGETJAVA}" source="${TARGETJAVA}" debug="true"
@@ -91,6 +91,10 @@
</copy>
</target>
<target name="compile_lib">
<ant antfile="${CORELIBSCRIPT}" target="compile" inheritAll="false" usenativebasedir="true" />
</target>
<target name="compile-tests">
<delete dir="${COMPILETESTSDIR}"/>
<mkdir dir="${COMPILETESTSDIR}"/>
@@ -559,6 +563,7 @@
<delete dir="${COVERAGEDIR}"/>
<delete dir="${TESTRESULTSDIR}"/>
<delete dir="${LOCALESTARGETDIR}"/>
<delete dir="${INSTRDIR}"/>
</target>
<!-- Debug one test method (Netbeans IDE) -->

View File

@@ -185,6 +185,7 @@
<delete dir="${COVERAGEDIR}"/>
<delete dir="${TESTRESULTSDIR}"/>
<delete dir="${LOCALESTARGETDIR}"/>
<delete dir="${INSTRDIR}"/>
</target>
<!-- Debug one test method (Netbeans IDE) -->