JAL-3033 echo eclipse log to stdout for buildlog
authorJim Procter <jprocter@issues.jalview.org>
Wed, 18 Jul 2018 13:25:57 +0000 (14:25 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 18 Jul 2018 13:25:57 +0000 (14:25 +0100)
build.xml

index 5a698f0..2857897 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <arg value="${eclipse-work}"/>
   </exec>
 
+  <exec executable="/bin/cat">
+    <arg value="${eclipse-work}/.metadata/.log"/>
+  </exec>
   <!-- TODO: run jslint and something else here to check we have a complete set of .js files for java -->
   <!-- possibly compare timestamps between .js files and their mate in source - any newer or not present triggers a new build -->
   <!-- <mkdir dir="${packageDir}/${site}" /> -->