https://bz.apache.org/bugzilla/show_bug.cgi?id=57612
--- Comment #3 from Vasili <[email protected]> --- Hi Dominik, Since you asked me regarding the latest svn version, I have "svn updated", seeing a few changes in the trunk, however the build fails with exactly the same error. I'm providing this information - just in case it may somehow help >svn info | grep Revi Revision: 1661706 > ant clean ... > ant jar ... compile-ooxml-lite: [mkdir] Created dir: C:\poi-src\trunk\build\ooxml-lite-merged [jar] Building jar: C:\poi-src\trunk\build\ooxml-lite-merged\ooxml-lite-me rged.jar [java] Collecting unit tests from C:\poi-src\trunk\build\ooxml-test-classes [java] Inner class org.apache.poi.poifs.crypt.TestCertificateEncryption$Cer tData.class not included [java] Inner class org.apache.poi.TestPOIXMLDocument$OPCParser.class not in cluded [java] Inner class org.apache.poi.TestPOIXMLDocument$TestFactory.class not included [java] Inner class org.apache.poi.xslf.geom.TestPresetGeometries$1.class no t included [java] Inner class org.apache.poi.xssf.extractor.TestXSSFExportToXML$1.clas s not included [java] Inner class org.apache.poi.xssf.extractor.TestXSSFExportToXML$DummyE ntityResolver.class not included [java] Inner class org.apache.poi.xssf.streaming.TestSXSSFWorkbook$1.class not included [java] Inner class org.apache.poi.xssf.streaming.TestSXSSFWorkbook$NullOutp utStream.class not included [java] Inner class org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF $Result.class not included [java] Inner class org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF $SS.class not included [java] Inner class org.apache.poi.xssf.usermodel.TestMultiSheetFormulaEvalu atorOnXSSF$Result.class not included [java] Inner class org.apache.poi.xssf.usermodel.TestMultiSheetFormulaEvalu atorOnXSSF$SS.class not included [java] Inner class org.apache.poi.xssf.usermodel.TestXSSFBugs$1.class not i ncluded [java] Class org.apache.poi.xssf.usermodel.TestXSSFSheetAutosizeColumn does not derive from TestCase and does not have a @Test annotation [java] Found 163 classes [java] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [java] SLF4J: Defaulting to no-operation (NOP) logger implementation [java] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for fu rther details. [java] .................................................................... ................................................................................ .I..........E..................................................II............... ................................................................................ .........................................Setting col: 0 and row 0 [java] Setting col: 1 and row 1 [java] Warning - Row 13 has no cell 1, can't figure out test name [java] [Fatal Error] :1:1: JAXP00010001: The parser has encountered more th an "4096" entity expansions in this document; this is the limit imposed by the J DK. [java] [Fatal Error] :1:1: JAXP00010001: The parser has encountered more th an "4096" entity expansions in this document; this is the limit imposed by the J DK. [java] .................................................................... ................................................................................ ................................................................................ ...........I........I........................................................... ................................................................................ ......................................................org.apache.poi.ss.usermode l.CellValue [12.0] [java] org.apache.poi.ss.usermodel.CellValue [12.0] [java] ....org.apache.poi.ss.usermodel.CellValue [1.0] [java] org.apache.poi.ss.usermodel.CellValue [1.0] [java] .org.apache.poi.ss.usermodel.CellValue [2.0] [java] org.apache.poi.ss.usermodel.CellValue [2.0] [java] .org.apache.poi.ss.usermodel.CellValue [2.0] [java] .org.apache.poi.ss.usermodel.CellValue [2.0] [java] .org.apache.poi.ss.usermodel.CellValue [2.0] [java] .org.apache.poi.ss.usermodel.CellValue [3.0] [java] .................................................................... ................................................................................ ................................................................................ ......Done [java] ...........<?xml version="1.0" encoding="UTF-8"?> [java] <worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/20 06/main"><dimension ref="A1"/><sheetViews><sheetView workbookViewId="0" tabSelec ted="true"/></sheetViews><sheetFormatPr defaultRowHeight="15.0"/><sheetData/><pa geMargins bottom="0.75" footer="0.3" header="0.3" left="0.7" right="0.7" top="0. 75"/></worksheet> [java] .......................................Name: /word/document.xml - Co ntent Type: application/vnd.openxmlformats-officedocument.wordprocessingml.docum ent.main+xml [java] .................................................................... .................................................................. [java] Time: 79.182 [java] There was 1 failure: [java] 1) testSignEnvelopingDocument(org.apache.poi.poifs.crypt.TestSignatu reInfo) [java] java.lang.RuntimeException: error while creating a time-stamp: no pr otocol: ${env.http_proxy} [java] at org.apache.poi.poifs.crypt.dsig.facets.XAdESXLSignatureFacet. createXAdESTimeStamp(XAdESXLSignatureFacet.java:358) [java] at org.apache.poi.poifs.crypt.dsig.facets.XAdESXLSignatureFacet. createXAdESTimeStamp(XAdESXLSignatureFacet.java:349) [java] at org.apache.poi.poifs.crypt.dsig.facets.XAdESXLSignatureFacet. postSign(XAdESXLSignatureFacet.java:156) [java] at org.apache.poi.poifs.crypt.dsig.SignatureInfo.postSign(Signat ureInfo.java:587) [java] at org.apache.poi.poifs.crypt.dsig.SignatureInfo.confirmSignatur e(SignatureInfo.java:321) [java] at org.apache.poi.poifs.crypt.TestSignatureInfo.testSignEnvelopi ngDocument(TestSignatureInfo.java:382) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces sorImpl.java:57) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet hodAccessorImpl.java:43) [java] at java.lang.reflect.Method.invoke(Method.java:606) [java] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(F rameworkMethod.java:50) [java] at org.junit.internal.runners.model.ReflectiveCallable.run(Refle ctiveCallable.java:12) [java] at org.junit.runners.model.FrameworkMethod.invokeExplosively(Fra meworkMethod.java:47) [java] at org.junit.internal.runners.statements.InvokeMethod.evaluate(I nvokeMethod.java:17) [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [java] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4 ClassRunner.java:78) [java] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4 ClassRunner.java:57) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:7 1) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java: 288) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:5 8) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:2 68) [java] at org.junit.internal.runners.statements.RunBefores.evaluate(Run Befores.java:26) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [java] at org.junit.runners.Suite.runChild(Suite.java:128) [java] at org.junit.runners.Suite.runChild(Suite.java:27) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:7 1) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java: 288) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:5 8) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:2 68) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:115) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:105) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:94) [java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:98) [java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:84) [java] Caused by: java.net.MalformedURLException: no protocol: ${env.http_p roxy} [java] at java.net.URL.<init>(URL.java:585) [java] at java.net.URL.<init>(URL.java:482) [java] at java.net.URL.<init>(URL.java:431) [java] at org.apache.poi.poifs.crypt.dsig.services.TSPTimeStampService. timeStamp(TSPTimeStampService.java:120) [java] at org.apache.poi.poifs.crypt.dsig.facets.XAdESXLSignatureFacet. createXAdESTimeStamp(XAdESXLSignatureFacet.java:356) [java] ... 37 more [java] [java] FAILURES!!! [java] Tests run: 1212, Failures: 1 [java] [java] Exception in thread "main" java.lang.RuntimeException: Tests did not succeed, cannot build ooxml-lite jar [java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:100) [java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:84) BUILD FAILED C:\poi-src\trunk\build.xml:1140: Java returned: 1 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
