See http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2204/display/redirect?pag... Changes: [martindholmes] Working on ticket #260, the mimetype file is now uncompressed in the [martindholmes] Working on ticket #260, the mimetype file now (correctly) doesn't have a [martindholmes] Working on ticket #260, mimetype errors all gone now. ------------------------------------------ [...truncated 36.12 KB...] BUILD: testing fo java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test.fo test.xml ../fo/fo.xsl useFixedDate=true java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar fo.xsd test.fo if [ 0 -ne 1 ]; \ then diff test.fo expected-results/test.fo; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test5.xml ../fo/fo.xsl useFixedDate=true | xmllint --format - > test5.fo java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar fo.xsd test5.fo if [ 0 -ne 1 ]; \ then diff test5.fo expected-results/test5.fo; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar testnotes1.xml ../fo/fo.xsl useFixedDate=true | xmllint --format - > testnotes1.fo java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar fo.xsd testnotes1.fo if [ 0 -ne 1 ]; \ then diff testnotes1.fo expected-results/testnotes1.fo; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test24.fo test24.xml ../fo/fo.xsl useFixedDate=true java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar fo.xsd test24.fo if [ 0 -ne 1 ]; \ then diff test24.fo expected-results/test24.fo; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test25.fo test25.xml ../fo/fo.xsl useFixedDate=true java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar fo.xsd test25.fo if [ 0 -ne 1 ]; \ then diff test25.fo expected-results/test25.fo; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test27.xml ../fo/fo.xsl useFixedDate=true | xmllint --format - > test27.fo java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar fo.xsd test27.fo if [ 0 -ne 1 ]; \ then diff test27.fo expected-results/test27.fo; fi BUILD: testing to-docx ../bin/teitodocx 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.docx (tei to docx) using profile default 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 -p test.xml.docx word/document.xml | xmllint --format - > test.xml.docx.document unzip -p test.xml.docx docProps/core.xml | xmllint --format - | sed 's/>20.*Z>20Z' > test.xml.docx.core if [ 0 -ne 1 ]; \ then diff test.xml.docx.document expected-results/test.xml.docx.document; fi if [ 0 -ne 1 ]; \ then diff test.xml.docx.core expected-results/test.xml.docx.core; fi rm test.xml.docx.document ../bin/teitodocx test6.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test6.xml to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test6.xml.docx (tei to docx) using profile default Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 10 seconds unzip -p test6.xml.docx word/document.xml | xmllint --format - > test6.xml.docx.document if [ 0 -ne 1 ]; \ then diff test6.xml.docx.document expected-results/test6.xml.docx.document; fi rm test6.xml.docx.document ../bin/teitodocx testnotes1.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert testnotes1.xml to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/testnotes1.xml.do... (tei to docx) using profile default Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 10 seconds unzip -p testnotes1.xml.docx word/document.xml | xmllint --format - > testnotes1.xml.docx.document if [ 0 -ne 1 ]; \ then diff testnotes1.xml.docx.document expected-results/testnotes1.xml.docx.document; fi rm testnotes1.xml.docx.document java -Djava.awt.headless=true -jar ../lib/saxon9he.jar testoucscourses.xml ../profiles/default/p4/from.xsl > testoucscoursesp5.xml ../bin/teitodocx --profile=oucscourses testoucscoursesp5.xml testoucscourses.xml.docx WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert testoucscoursesp5.xml to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/testoucscourses.x... (tei to docx) using profile oucscourses Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 9 seconds rm testoucscourses.xml.docx testoucscoursesp5.xml BUILD: testing from-docx ../bin/docxtotei test-indexes.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test-indexes.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile default [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/docx/... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test-indexes.xml && rm temp.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar test.rng test-indexes.xml if [ 0 -ne 1 ]; \ then diff test-indexes.xml expected-results/test-indexes.xml; fi ../bin/docxtotei test11.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test11.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile default [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/docx/... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 10 seconds xmllint --format temp.xml | perl cleanup.pl> test11.xml && rm temp.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar test.rng test11.xml if [ 0 -ne 1 ]; \ then diff test11.xml expected-results/test11.xml; fi ../bin/docxtotei --profile=sciencejournal test11.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test11.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile sciencejournal [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/sciencejourna... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 9 seconds xmllint --format temp.xml | perl cleanup.pl> test11a.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test11a.xml expected-results/test11a.xml; fi ../bin/docxtotei test19.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test19.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile default [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/docx/... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test19.xml && rm temp.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar test.rng test19.xml if [ 0 -ne 1 ]; \ then diff test19.xml expected-results/test19.xml; fi ../bin/docxtotei test18.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test18.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile default [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/docx/... Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test18.xml && rm temp.xml java -Djava.awt.headless=true -jar lib/jing-20120724.0.0.jar test.rng test18.xml if [ 0 -ne 1 ]; \ then diff test18.xml expected-results/test18.xml; fi ../bin/docxtotei test39.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test39.docx to http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml (docx to tei) using profile default [echo] using http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/docx/... 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 2 Two images, side by side]] and [[Figure 3 Two images one above the other]] [xslt] WARN: Possible confusion on where these captions belong: [[Table 1 A Simple table]] and [[Table 2 A more complex table with multi columns]] BUILD SUCCESSFUL Total time: 9 seconds xmllint --format temp.xml | perl cleanup.pl > test39.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test39.xml expected-results/test39.xml; fi ../bin/docxtotei --profile=transcription test-rtf2tei.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test-rtf2tei.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] STRIP TP BUILD SUCCESSFUL Total time: 7 seconds xmllint --format temp.xml | perl cleanup.pl > test-rtf2tei.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test-rtf2tei.xml expected-results/test-rtf2tei.xml; fi ../bin/docxtotei --profile=transcription test29.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. 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: 8 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: 5 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: 5 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: 6 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 Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 8 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 2d1 < testing: mimetype OK 37a37
testing: mimetype OK
make[1]: *** [test-odt] 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