git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee0842
)
JAL-3033 echo eclipse log to stdout for buildlog
author
Jim Procter
<jprocter@issues.jalview.org>
Wed, 18 Jul 2018 13:25:57 +0000
(14:25 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Wed, 18 Jul 2018 13:25:57 +0000
(14:25 +0100)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
5a698f0
..
2857897
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-1051,6
+1051,9
@@
<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}" /> -->