2009/5/28 Quanah Gibson-Mount <qua...@zimbra.com>:
> Hello,
>
> I build our software (Zimbra Collaboration Suite) on a multitude of
> platforms.  Part of the build process uses Ant.  However, I have found that
> when I got to build our software on the Fedora 10 OS, it fails due to Ant
> not recognizing a particular file name correctly.  The error I see is:
>
> BUILD FAILED
> /data/builds01/F10/main/20090416152049_FOSS/ZimbraWebClient/build.xml:214:
> Problem creating war:
> /data/builds01/F10/main/20090416152049_FOSS/ZimbraWebClient/WebRoot/help/ja
> /advanced/ss_btn_a????o??AE??gE??sE??bE??N.gif (No such file or directory)
>
>
> The actual name of the file is:
>
> [bu...@build-f10 advanced]$ ls -l ss_btn*
> -r--r--r-- 1 build build 234 2009-04-16 15:24
> ss_btn_aÌ÷oÌAEÌgEÌsEÌbEÌN.gif

Don't know about Fedora specifically, but "funny" characters being
replaced by question marks can be a sign of characters not being
supported by the character set encoding.  Is the locale set up for
UTF8 on your Fedora box? (check the LC_* environment variables)

Another thought - which java/jre versions are installed on your
different boxes, english (US) or international?

Hope this helps,


Andy
-- 
http://pseudoq.sourceforge.net/  Open source java sudoku solver

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to