[kaffe] CVS kaffe (guilhem): Weak test fixlet.

2005-08-01 Thread Kaffe CVS
PatchSet 6775 Date: 2005/08/01 20:53:36 Author: guilhem Branch: HEAD Tag: (none) Log: Weak test fixlet. * test/jni/Makefile.am: Fixed typo. * test/jni/Makefile.in: Regenerated. * test/jni/jniWeakTest.c (main): Register preloaded symbols. Members: Chang

[kaffe] CVS kaffe (guilhem): New internal test.

2005-08-01 Thread Kaffe CVS
PatchSet 6774 Date: 2005/08/01 20:50:51 Author: guilhem Branch: HEAD Tag: (none) Log: New internal test. 2005-08-01 Guilhem Lavaux <[EMAIL PROTECTED]> * test/internal/VirtualMethod.java: New test. * test/internal/Makefile.am: Added the test. * test/internal/Makefile.i

[kaffe] Apache Jakarta Commons Net does not work on Linux

2005-08-01 Thread Ito Kazumitsu
Hi, I have found that apache Jakarta Commons Net does not work with current Kaffe on Linux. Test program: $ cat TestCommonsNet.java import org.apache.commons.net.ftp.*; public class TestCommonsNet { public static void main(String[] args) throws Exception { String hostName = args[0]; i