Small patch to make ant use the SBT wrapper script.

This commit is contained in:
meeh
2018-05-06 00:20:54 +00:00
parent 5f81a8de59
commit 0a1191aa3f

View File

@@ -301,10 +301,10 @@
<target name="bbLauncher" depends="build"> <target name="bbLauncher" depends="build">
<sequential> <sequential>
<exec executable="sbt" dir="launchers" failonerror="true"> <exec executable="./sbt" dir="launchers" failonerror="true">
<arg value="browserbundle:clean" /> <arg value="browserbundle:clean" />
</exec> </exec>
<exec executable="sbt" dir="launchers" failonerror="true"> <exec executable="./sbt" dir="launchers" failonerror="true">
<arg value="browserbundle:assembly" /> <arg value="browserbundle:assembly" />
</exec> </exec>
</sequential> </sequential>
@@ -312,10 +312,10 @@
<target name="osxLauncher" depends="build,preppkg-osx"> <target name="osxLauncher" depends="build,preppkg-osx">
<sequential> <sequential>
<exec executable="sbt" dir="launchers" failonerror="true"> <exec executable="./sbt" dir="launchers" failonerror="true">
<arg value="macosx:cleanAllTask" /> <arg value="macosx:cleanAllTask" />
</exec> </exec>
<exec executable="sbt" dir="launchers" failonerror="true"> <exec executable="./sbt" dir="launchers" failonerror="true">
<arg value="macosx:buildAppBundleTask" /> <arg value="macosx:buildAppBundleTask" />
</exec> </exec>
</sequential> </sequential>
@@ -1112,7 +1112,7 @@
<!-- <!--
Less common, but they pollute my workspace here, so we Less common, but they pollute my workspace here, so we
might as well nuke these as well. Are there any others? might as well nuke these as well. Are there any others?
!!??? Why don't we just nuke "**/*~" ???!! !!??? Why don't we just nuke "**/*~" ???!!
++Sponge ++Sponge