You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/05/26 15:48:13 UTC

DO NOT REPLY [Bug 49344] NumberFormatTests.xlsx fail on my machine

https://issues.apache.org/bugzilla/show_bug.cgi?id=49344

--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> 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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org