https://issues.apache.org/bugzilla/show_bug.cgi?id=49344
--- Comment #1 from Yegor Kozlov <[email protected]> 2010-05-26 09:48:09 EDT --- Can you run Ant in the debug mode: "ant -debug ..." Are there warnings or errors? Try to replace the reference to syspropertyset with explicit definition, that is, replace <syspropertyset refid="junit.properties"/> with <sysproperty name="user.language" value="en"/> <sysproperty name="user.country" value="US"/> <sysproperty name="POI.testdata.path" value="test-data"/> <sysproperty name="java.awt.headless" value="true"/> What version of Ant are you running? I'm on Ant 1.7.1 and tests against English and Russian locales pass OK to me. Yegor -- 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]
