Hi Ismael, I got the same errors under RedHat 8.0. Though I don't know the implications of my fix (found on Google), I eliminated the error by changing the locale setting in following line in the file /etc/sysconfig/i18n:
From: LANG="en_US.UTF-8" To: LANG="en_US" Ed -----Original Message----- From: Ismael Blesa Part [mailto:iblesa@;tissat.es] Sent: Thursday, November 14, 2002 2:49 AM To: [EMAIL PROTECTED] Subject: Ant does not compile with Redhat 8.0 ??? I have installed Redhat 8.0 and since this I am experiencing some problems with ant. On the compile task I have on my project I am getting a lot of errors that do not allow me to make a build of my project. It was working before on suse and also on windows. I have tested with sun and IBM virtual machines for 1.3.1 SUN is java version "1.3.1_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01) Java HotSpot(TM) Client VM (build 1.3.1_06-b01, mixed mode) IBM is java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1) Classic VM (build 1.3.1, J2RE 1.3.1 IBM build cxia32131-20020622 (JIT enabled: jitc)) The errors I get are compile: [mkdir] Created dir: /home/koko/workspace/myproject/build [mkdir] Created dir: /home/koko/workspace/myproject/build/classes [javac] Compiling 824 source files to /home/koko/workspace/myproject/build/classes [javac] error: compiler message file broken: key=compiler.err.sun.io.MalformedInputException arguments=null, null, null, null, null, null, null [javac] error: compiler message file broken: key=compiler.err.sun.io.MalformedInputException arguments=null, null, null, null, null, null, null [javac] error: compiler message file broken: key=compiler.err.sun.io.MalformedInputException arguments=null, null, null, null, null, null, null [javac] 100 errors BUILD FAILED file:/home/koko/workspace/project/bin/build.xml:179: Compile failed; see the compiler error output for details. -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>