Skip to content

Commit

Permalink
Fail on errror
Browse files Browse the repository at this point in the history
  • Loading branch information
howlger committed Apr 20, 2018
1 parent 9a37934 commit 76ffb70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ and with no claim as to its suitability for any purpose. -->
<delete file="${temp.dir}/eclipse/eclipse/_workspace/.metadata/.log"/>
<delete dir="${out.dir}"/>
<exec executable="${temp.dir}/eclipse/eclipse/eclipsec${exec.extension}"
failonerror="yes"
dir="${temp.dir}/eclipse/eclipse">
<arg line="-nosplash"/>
<arg line="-configuration _config"/>
Expand Down Expand Up @@ -432,7 +433,8 @@ and with no claim as to its suitability for any purpose. -->
Math.round(sizeInBytes / 1024));
]]></script>
<delete file="${app.subfolder}-${date}_setup.exe"/>
<exec executable="${temp.dir}/nsis/nsis-${nsis.version}/makensis${exec.extension}">
<exec executable="${temp.dir}/nsis/nsis-${nsis.version}/makensis${exec.extension}"
failonerror="yes">
<arg value="/DAPPNAME=${app.name}"/>
<arg value="/DFOLDER_NAME=${app.subfolder}"/>
<arg value="/DPUBLISHER=${app.provider}"/>
Expand Down

0 comments on commit 76ffb70

Please sign in to comment.