Hi Syd, My main thought is that today's a bit busy for digging into the build process, but if everything goes completely according to plan tomorrow, I'll be floating around as a support person all day so I should have time to take a look. :-) See you tomorrow, Martin On 2017-11-09 04:52 PM, Syd Bauman wrote:
Martin (CC council) --
Obviously that change I made to P5/Test/antruntest.xml broke the build. The validation of detest.odd as an ODD file is producing no output, when it should produce quite a few errors. (This is the detest1.log file.)
The command being issued and giving us incorrect output is, I think $ ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -lib ../Utilities/lib/saxon9he.jar:../Utilities/lib/jing.jar -Dtrang=../Utilities/lib/trang.jar -DdefaultSource=`pwd`/../p5subset.xml -DXSL=/var/lib/jenkins/jobs/TEIP5-Test-dev/workspace/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet -f antruntest.xml -Doutputname=detest -DoddFile=detest.odd validateodd > detest1.log 2>&1
Which is to say run antruntest.xml target validateodd with input detest.odd. When I run the same commandline on my home desktop (slightly different paths, of course), and separate out STDERR from STDOUT, I get no errors and the following detest1.log:
| Buildfile: /home/syd/Documents/TEI_dev/P5/Test/antruntest.xml | | validateodd: | | BUILD SUCCESSFUL | Total time: 0 seconds
That looks very much like it is not even trying to run validateodd. Any thoughts?