Hi Syd, I checked your changes and see that you introduced a new(?) variable ${DTDcompat} in antruntest.xml which you refer to multiple times. Crucial part is in line https://github.com/TEIC/TEI/blob/c293b6275365b5eefc60399fbec60c7879bc7ee8/P5... where the @unless=„DTDcompat“ blocks the test. One obvious thing is that the variable must be referenced by ${DTDcompat} but I have no idea where you would want to inject the proper value? Best Peter
Am 10.11.2017 um 01:52 schrieb Syd Bauman
: 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?
-- tei-council mailing list tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
PLEASE NOTE: postings to this list are publicly archived