https://bz.apache.org/bugzilla/show_bug.cgi?id=57612
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dominik Stadler <[email protected]> --- Ok, that contained the vital piece of information. Now we see the root-cause here: [java] Caused by: java.net.MalformedURLException: no protocol: ${env.http_proxy} [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 this pointed me to two small issues with a junit testcase: * It tries to detect non-available external resources and tries to fail gracefully, but does this incorrectly * The build.xml passes the http_proxy environment variable to the junit task in a invalid way, contributing to the issue I tried to fix both in r1661774, please try with that revision and reopen this ticket with the latest build-log if it still does not work. -- 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]
