[kaffe] Saxon 7.9.1 does not work
Ito Kazumitsu
kaz at maczuka.gcd.org
Mon May 31 10:01:01 PDT 2004
>>>>> ":" == Ito Kazumitsu <kaz at maczuka.gcd.org> writes:
:> Hi,
:> Saxon 7.9.1 worked fine with kaffe whose ChangeLog head was:
:> 2004-05-14 Guilhem Lavaux <guilhem at kaffe.org>
:>
:> But some of recent changes made kaffe incapable of running Saxon 7.9.1.
Here is a simple program which describes the difference.
import java.io.File;
public class Test {
public static void main(String[] args) throws Exception {
File f = new File(args[0]);
System.out.println(f.toURI().toString());
}
}
When run with kaffe of 2004-05-14:
bash-2.05b$ java Test 0
file:/home/kaz/javatest/0
When run with kaffe of 2004-05-27:
bash-2.05b$ java Test 0
file:#/home/kaz/javatest/0
More information about the kaffe
mailing list