JAL-3033 fail if the transpiler isn’t updated from swingjs/…
authorJim Procter <jprocter@issues.jalview.org>
Tue, 26 Jun 2018 08:57:14 +0000 (09:57 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 26 Jun 2018 08:57:14 +0000 (09:57 +0100)
build.xml

index 5a0f1c7..37ac65a 100755 (executable)
--- a/build.xml
+++ b/build.xml
   <property name="eclipse-workrepo" value="/home/bamboo/buildtools/eclipse/eclipse-js-workspace/jalview-js"/>
     
   <!-- update transpiler -->
-  <copy file="${swingjsdir}/net.sf.j2s.core.jar" todir="${eclipse-inst}/dropins"/>
+  <copy file="${swingjsdir}/net.sf.j2s.core.jar" todir="${eclipse-inst}/dropins" overwrite="true" failonerror="true"/>
   <!-- update the git repo linked to the eclipse workspace -->
   <exec executable="/usr/bin/git" outputproperty="git.commit" failifexecutionfails="true">
     <arg value="rev-parse" />