[kaffe] CVS kaffe (robilad): fix for Apache Axis: treat empty string the same as null for proxyHost proxyPo

2004-12-06 Thread Kaffe CVS
PatchSet 5545 Date: 2004/12/06 08:27:42 Author: robilad Branch: HEAD Tag: (none) Log: fix for Apache Axis: treat empty string the same as null for proxyHost proxyPort 2004-12-05 Davanum Srinivas [EMAIL PROTECTED] *

[kaffe] CVS kaffe (robilad): Updated classpath version

2004-12-06 Thread Kaffe CVS
PatchSet 5548 Date: 2004/12/06 13:24:45 Author: robilad Branch: HEAD Tag: (none) Log: Updated classpath version 2004-12-06 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/gnu/classpath/Configuration.java (CLASSPATH_VERSION) Updated. Reported by: Michael Koch

[kaffe] solaris, sparc64 regre. failures

2004-12-06 Thread Riccardo
Hey, interestingl, the regressios failing on ultra-sparc are different than those on dual-sparc (even taking out the path errors due to different diretcotiry structure). The os version is the same. CLTestConc.failTestUnlock.fail NetworkInterfaceTest.fail ThreadState.fail

Re: [kaffe] Kaffe on Linux-Arm9

2004-12-06 Thread [EMAIL PROTECTED]
Thanks for the answer , I tried to cross compile the last stable version (1.0.7) but it's not able to find native library (libNAME.so) even if the directory is in the LD_LIBRARY_PATH. Moreover it's unable to find something about BigInteger.init() and it has problem with floating point. The CVS

[kaffe] Can we call java from C using this package

2004-12-06 Thread Kabileshkumar Cheetancheri
Hi Can we call java class from C using this package. If yes can you please send me a demo progrom thanks kabilesh ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (guilhem): Serialization fixes merged from GNU Classpath.

2004-12-06 Thread Kaffe CVS
PatchSet 5549 Date: 2004/12/06 17:39:38 Author: guilhem Branch: HEAD Tag: (none) Log: Serialization fixes merged from GNU Classpath. * include/Makefile.am, include/Makefile.in: Generate JNI headers for ObjectInputStream and VMObjectStreamClass now. *

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: various swing fixes

2004-12-06 Thread Kaffe CVS
PatchSet 5554 Date: 2004/12/06 19:06:50 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: various swing fixes 2004-12-06 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/javax/swing/DefaultListCellRenderer.java,

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: cleanup in ICC_Profile

2004-12-06 Thread Kaffe CVS
PatchSet 5551 Date: 2004/12/06 18:39:46 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: cleanup in ICC_Profile 2004-12-06 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/awt/color/ICC_Profile.java: Resynced with GNU Classpath.

Re: [kaffe] Can we call java from C using this package

2004-12-06 Thread Dalibor Topic
Kabileshkumar Cheetancheri wrote: Hi Can we call java class from C using this package. If yes can you please send me a demo progrom Hi Kabilesh, could you try out the code from the JNI tutorial and report back if it worked for you? See

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: improved AWT javadocs

2004-12-06 Thread Kaffe CVS
PatchSet 5553 Date: 2004/12/06 19:02:09 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: improved AWT javadocs 2004-12-06 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/awt/Component.java, libraries/javalib/java/awt/geom/Rectangle2D.java:

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: white space differences

2004-12-06 Thread Kaffe CVS
PatchSet Date: 2004/12/06 20:31:49 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: white space differences Members: ChangeLog:1.3101-1.3102 libraries/javalib/gnu/classpath/RawData32.java:1.1-1.2

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: various swing fixes

2004-12-06 Thread Kaffe CVS
PatchSet 5554 Date: 2004/12/06 19:06:50 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: various swing fixes 2004-12-06 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/javax/swing/DefaultListCellRenderer.java,

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: whitespace changes

2004-12-06 Thread Kaffe CVS
PatchSet 5558 Date: 2004/12/06 21:31:43 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: whitespace changes Members: ChangeLog:1.3104-1.3105 libraries/javalib/gnu/java/nio/NIOServerSocket.java:1.6-1.7 Index: kaffe/ChangeLog diff -u

RE: [kaffe] Kaffe on a Gumstix

2004-12-06 Thread patt reveur
When correctly installed, you just need a classis java Sample to run a Sample.class setted in the current directory. So what I am thinking is you must have not set your installation directory the correct way. I meant that when cross compiling your kaffe in antoher linux machine, you have to

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: small whitespace and import fixes

2004-12-06 Thread Kaffe CVS
PatchSet 5559 Date: 2004/12/06 22:07:53 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: small whitespace and import fixes Members: ChangeLog:1.3105-1.3106 libraries/javalib/gnu/java/rmi/RMIMarshalledObjectInputStream.java:1.2-1.3

[kaffe] CVS kaffe (robilad): Use pure java XSLT engine by default

2004-12-06 Thread Kaffe CVS
PatchSet 5560 Date: 2004/12/07 00:53:43 Author: robilad Branch: HEAD Tag: (none) Log: Use pure java XSLT engine by default 2004-12-06 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/javax/xml/transform/TransformerFactory.java: Use gnu.xml.transform.TransformerFactoryImpl