See http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2218/display/redirect?pag... Changes: [martindholmes] Fix for a couple of the bugs on issue #222. ------------------------------------------ [...truncated 45.91 KB...] Convert test29.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile transcription [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/transcription... Warning: XML resolver not found; external catalogs will be ignored [xslt] docx conversion issue: unable to handle picture here, no embed or link [xslt] WARN: Possible confusion on where these captions belong: [[Figure 1: An included image]] and [[Figure 2. An embedded .xslx graph, doesn’t work yet.]] [xslt] WARN: Possible confusion on where these captions belong: [[Table 1 A Simple table]] and [[Table 2 A bit more Complex table]] BUILD SUCCESSFUL Total time: 9 seconds xmllint --format temp.xml | perl cleanup.pl > test29.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test29.xml expected-results/test29.xml; fi ../bin/docxtotei --profile=tei test37.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test37.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile tei [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds xmllint --format temp.xml | perl cleanup.pl > test37.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test37.xml expected-results/test37.xml; fi ../bin/docxtotei --profile=tei test40.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test40.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile tei [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds xmllint --format temp.xml | perl cleanup.pl > test40.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test40.xml expected-results/test40.xml; fi BUILD: testing xlsx ../bin/xlsxtotei test.xlsx test.xlsx.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xlsx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xlsx.xml (xlsx to tei) using profile default [echo] Convert using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/xlsx/... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 2 seconds if [ 0 -ne 1 ]; \ then diff test.xlsx.xml expected-results/test.xlsx.xml; fi BUILD: testing rdf java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test12.rdf test12.xml ../profiles/default/rdf/to.xsl if [ 0 -ne 1 ]; \ then diff test12.rdf expected-results/test12.rdf; fi BUILD: testing text ../bin/teitotxt test14.xml test.text WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test14.xml to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.text (tei to txt) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 7 seconds if [ 0 -ne 1 ]; \ then diff test.text expected-results/test.text; fi (cd ..; make names) make[2]: Entering directory `http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/' java -jar lib/saxon9he.jar -it:main tools/getnames.xsl > names.xml make[2]: Leaving directory `http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/' BUILD: testing odt ../bin/teitoodt test.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt (tei to odt) using profile default [echo] Converting http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml into http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 12 seconds unzip -t test.xml.odt > test.xml.odt.listing unzip -o -q test.xml.odt content.xml xmllint --format content.xml > content.xml.odt.listing if [ 0 -ne 1 ]; \ then diff test.xml.odt.listing expected-results/test.xml.odt.listing; fi if [ 0 -ne 1 ]; \ then diff content.xml.odt.listing expected-results/content.xml.odt.listing; fi ../bin/odttotei test7.odt test7.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test7.odt to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test7.xml (odt to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds java -Djava.awt.headless=true -jar ../lib/lib/jing-20120724.0.0.jar test.rng test7.xml if [ 0 -ne 1 ]; \ then diff test7.xml expected-results/test7.xml; fi BUILD: testing markdown BUILD: markdown to tei ../bin/markdowntotei mdtest1.md mdtest1.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert mdtest1.md to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest1.xml (markdown to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds if [ 0 -ne 1 ]; \ then diff mdtest1.xml expected-results/mdtest1.xml; fi BUILD: tei to markdown ../bin/teitomarkdown test.xml mdtest2.md WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest2.md (tei to markdown) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 7 seconds if [ 0 -ne 1 ]; \ then diff mdtest2.md expected-results/mdtest2.md; fi BUILD: testing cocoa to TEI ../bin/cocoatotei cocoatest.txt cocoatest.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest.txt to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest.xml (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds if [ 0 -ne 1 ]; \ then diff cocoatest.xml expected-results/cocoatest.xml; fi ../bin/cocoatotei cocoatest2.txt cocoatest2.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest2.txt to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest2.xml (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds if [ 0 -ne 1 ]; \ then diff cocoatest2.xml expected-results/cocoatest2.xml; fi 5,9c5,8 < <title> < <ab>EPISTLE</ab> < <ab>To all good Fellowes, Professors of</ab> < <ab>%the Gentle Craft; of what degree%</ab> < <ab>soever.</ab> ---
<title>EPISTLE<lb/> To all good Fellowes, Professors of<lb/> %the Gentle Craft; of what degree%<lb/> soever.<lb/>
28,31c27,31 < <title> < <ab>SONGS</ab> < <ab>%The first Three-mans%</ab> < </title> ---
<ab> <title>SONGS<lb/> %The first Three-mans%<lb/> </title> </ab>
51,53c51,54 < <title> < <ab>%The second Three-mans%</ab> < </title> ---
<ab> <title>%The second Three-mans%<lb/> </title> </ab>
86,91c87,93 < <title> < <ab>PROLOGUE</ab> < <ab>%The Prologue as it was pronounced%</ab> < <ab>before the Queenes</ab> < <ab>Majestie.</ab> < </title> ---
<ab> <title>PROLOGUE<lb/> %The Prologue as it was pronounced%<lb/> before the Queenes<lb/> Majestie.<lb/> </title> </ab>
110,141c112,145 < <title> < <ab>DRAMATIS PERSONAE</ab> < <ab>KING OF ENGLAND</ab> < <ab>EARL OF LINCOLN</ab> < <ab>EARL OF CORNWALL</ab> < <ab>LORD MAYOR %of London, Sir Roger Otley%</ab> < <ab>SIMON EYRE, %shoemaker and afterwards Lord Mayor%</ab> < <ab>ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS</ab> < <ab>MEULTER</ab> < <ab>ASKEW, %cousin to% LACY</ab> < <ab>HAMMON, %a city gentleman%</ab> < <ab>WARNER, %cousin to% HAMMON</ab> < <ab>MASTER SCOTT, %friend to% OTLEY</ab> < <ab>HODGE (%also called% ROGER), %foreman to% EYRE</ab> < <ab>FIRKE, %journeyman to% EYRE</ab> < <ab>RAFE DAMPORT, %journeyman to% EYRE</ab> < <ab>LOVELL, %servant to the% KING</ab> < <ab>DODGER, %parasite to% LINCOLN</ab> < <ab>DUTCH SKIPPER</ab> < <ab>BOY, %apprentice to% EYRE</ab> < <ab>BOY, %servant to% OTLEY</ab> < <ab>MARGERY, %wife to% EYRE</ab> < <ab>ROSE, %daughter to% OTLEY</ab> < <ab>JANE, %wife to% RAFE DAMPORT</ab> < <ab>SYBIL, %maid to% ROSE</ab> < <ab>NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+</ab> < <ab>TICES, SERVANTS</ab> < </title> < <title> < <ab>A pleasant Comedie of</ab> < <ab>%the Gentle Craft.%</ab> < </title> ---
<ab> <title>DRAMATIS PERSONAE<lb/> KING OF ENGLAND<lb/> EARL OF LINCOLN<lb/> EARL OF CORNWALL<lb/> LORD MAYOR %of London, Sir Roger Otley%<lb/> SIMON EYRE, %shoemaker and afterwards Lord Mayor%<lb/> ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS<lb/> MEULTER<lb/> ASKEW, %cousin to% LACY<lb/> HAMMON, %a city gentleman%<lb/> WARNER, %cousin to% HAMMON<lb/> MASTER SCOTT, %friend to% OTLEY<lb/> HODGE (%also called% ROGER), %foreman to% EYRE<lb/> FIRKE, %journeyman to% EYRE<lb/> RAFE DAMPORT, %journeyman to% EYRE<lb/> LOVELL, %servant to the% KING<lb/> DODGER, %parasite to% LINCOLN<lb/> DUTCH SKIPPER<lb/> BOY, %apprentice to% EYRE<lb/> BOY, %servant to% OTLEY<lb/> MARGERY, %wife to% EYRE<lb/> ROSE, %daughter to% OTLEY<lb/> JANE, %wife to% RAFE DAMPORT<lb/> SYBIL, %maid to% ROSE<lb/> NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+<lb/> TICES, SERVANTS<lb/> </title> </ab> <ab> <title>A pleasant Comedie of<lb/> %the Gentle Craft.%<lb/> </title> </ab>
make[1]: *** [test-cocoa] Error 1 make[1]: Leaving directory `http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test' make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts