mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 01:51:19 +00:00
build scripts fixes
This commit is contained in:
+6
-1
@@ -73,7 +73,7 @@
|
|||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compile">
|
<target name="compile" depends="build_lib">
|
||||||
<!--<delete dir="${COMPILEDIR}"/>-->
|
<!--<delete dir="${COMPILEDIR}"/>-->
|
||||||
<mkdir dir="${COMPILEDIR}"/>
|
<mkdir dir="${COMPILEDIR}"/>
|
||||||
<javac srcdir="${SOURCEDIR}" destdir="${COMPILEDIR}" includes="**/*.java" target="${TARGETJAVA}" source="${TARGETJAVA}" debug="true"
|
<javac srcdir="${SOURCEDIR}" destdir="${COMPILEDIR}" includes="**/*.java" target="${TARGETJAVA}" source="${TARGETJAVA}" debug="true"
|
||||||
@@ -91,6 +91,10 @@
|
|||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="compile_lib">
|
||||||
|
<ant antfile="${CORELIBSCRIPT}" target="compile" inheritAll="false" usenativebasedir="true" />
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="compile-tests">
|
<target name="compile-tests">
|
||||||
<delete dir="${COMPILETESTSDIR}"/>
|
<delete dir="${COMPILETESTSDIR}"/>
|
||||||
<mkdir dir="${COMPILETESTSDIR}"/>
|
<mkdir dir="${COMPILETESTSDIR}"/>
|
||||||
@@ -559,6 +563,7 @@
|
|||||||
<delete dir="${COVERAGEDIR}"/>
|
<delete dir="${COVERAGEDIR}"/>
|
||||||
<delete dir="${TESTRESULTSDIR}"/>
|
<delete dir="${TESTRESULTSDIR}"/>
|
||||||
<delete dir="${LOCALESTARGETDIR}"/>
|
<delete dir="${LOCALESTARGETDIR}"/>
|
||||||
|
<delete dir="${INSTRDIR}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Debug one test method (Netbeans IDE) -->
|
<!-- Debug one test method (Netbeans IDE) -->
|
||||||
|
|||||||
@@ -185,6 +185,7 @@
|
|||||||
<delete dir="${COVERAGEDIR}"/>
|
<delete dir="${COVERAGEDIR}"/>
|
||||||
<delete dir="${TESTRESULTSDIR}"/>
|
<delete dir="${TESTRESULTSDIR}"/>
|
||||||
<delete dir="${LOCALESTARGETDIR}"/>
|
<delete dir="${LOCALESTARGETDIR}"/>
|
||||||
|
<delete dir="${INSTRDIR}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Debug one test method (Netbeans IDE) -->
|
<!-- Debug one test method (Netbeans IDE) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user