mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 02:36:00 +00:00
build scripts fixes
This commit is contained in:
@@ -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) -->
|
||||
|
||||
@@ -185,6 +185,7 @@
|
||||
<delete dir="${COVERAGEDIR}"/>
|
||||
<delete dir="${TESTRESULTSDIR}"/>
|
||||
<delete dir="${LOCALESTARGETDIR}"/>
|
||||
<delete dir="${INSTRDIR}"/>
|
||||
</target>
|
||||
|
||||
<!-- Debug one test method (Netbeans IDE) -->
|
||||
|
||||
Reference in New Issue
Block a user