[kaffe] kaffe + XMLRPC resolved

2004-02-10 Thread Mark Maxham
I got the latest sources from CVS, and the problem with gnu.java.net.protocol.https.Connection was fixed. ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] kaffe and Jakarta's XMLRPC lib

2004-02-09 Thread Mark Maxham
I'm having trouble with Jakarta's XMLRPC lib on kaffe 1.1.3, which I got from Debian: Engine: Just-in-time v3 Version: 1.1.3 Java Version: 1.1 I extracted the guts of the XmlRpcClient into a little test app to see if I got the same odd behavior, and I did. When I run this app, what I get

[kaffe] struggling with kaffe and https

2004-02-05 Thread Mark Maxham
I'm running kaffe 1.1.3 on Debian, and I have built the GNU Crypto from the latest CVS, as well as Jessie, also from the latest CVS. Here's my little test app: - import java.io.InputStream; import java.net.URL; import java.net.URLConnection; /** * @author max * */ public class

[kaffe] issue with https, kaffe 1.1.3, and jessie 0.9.6

2004-02-04 Thread Mark Maxham
I have a very simple little program: I'm running kaffe 1.1.3 on Debian, and I have built the GNU Crypto from the latest CVS, as well as Jessie, also from the latest CVS. Here's my little test app: - import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import