https://issues.apache.org/bugzilla/show_bug.cgi?id=51097
--- Comment #3 from Nick Burch <[email protected]> 2011-04-20 18:13:00 EDT --- Test details should be in the file build/test-results/TEST-org.apache.poi.hssf.usermodel.TestBugs.txt Also, from your koji log, it looks like you don't have any fonts on your build machine. You need to have TTF fonts installed, otherwise POI can't figure out how wide columns need to be when sizing them (sizings are absolute, not relative to the font). That explains errors like: [java] 1) testAutoSizeColumn(org.apache.poi.xssf.usermodel.TestXSSFSheet)java.lang.Error: Probable fatal error:No fonts found. [java] at sun.font.FontManager.getDefaultPhysicalFont(FontManager.java:1087) [java] at sun.font.FontManager.initialiseDeferredFont(FontManager.java:959) [java] at sun.font.FontManager.findOtherDeferredFont(FontManager.java:898) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
