Re: [kaffe] Problem with Strings/Xml Parsing while trying to run an embedded Jetty

2005-10-19 Thread Rafael Teixeira
Thank You, Ito. I think you've found the right spot on my second problem. Thank you for your time: I will set org.mortbay.xml.XmlParser.NotValidating to true, as the web application is fixed and embedded in the same big jar as jetty and all the other components. Thank you, again On 10/19/05, Ito

[kaffe] CVS kaffe (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

2005-10-19 Thread Kaffe CVS
PatchSet 6950 Date: 2005/10/19 20:48:10 Author: guilhem Branch: HEAD Tag: (none) Log: Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib This script builds a list of the vmspecific classes to distribute with kaffe. Members: ChangeLog:1.4474->1.4475 d

Re: [kaffe] Native library libnull.so

2005-10-19 Thread Dalibor Topic
Gianluca Moro wrote: /usr/local/kaffe/bin/kaffe -Xbootclasspath/p:/home/AMDgiammy/kaffe-1.1.6/kaffeawt.jar HelloWorld java.lang.UnsatisfiedLinkError: Native library `null' not found (as file `libnull.so' in class loader null) in gnu.classpath.boot.library.path and java.library.path `[/usr/local/

Re: [kaffe] Kaffe for OpenWRT

2005-10-19 Thread Dalibor Topic
Richard Brady wrote: Thanks Dalibor, compile is asking me to report some warnings: Then it errors as you can see. Are the warnings and this fail related? Does it look like a problem with my environment or the mipsel compile itself? Hi Richard, it may be a problem in your environment. C

Re: [kaffe] procps api

2005-10-19 Thread Dalibor Topic
Enrico Weigelt wrote: Hi folks, is there any java API for accessing process status information (ie. coming from /proc) ? Hi Enrico, there is nothing like that in the core libraries. That's a pretty system dependant functionality, so the API specs have so far not required it. If there is

Re: [kaffe] Kaffe for Java like language

2005-10-19 Thread Dalibor Topic
Kallol Borah wrote: Hi I am new to the Kaffe implementation. But I am interested to evaluate using Kaffe for a Java like language called Indus that I and a couple of colleagues have implemented for enabling ubiquitous computing. Indus compiles to Java bytecode and then further to C code (thats th

[kaffe] CVS kaffe (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

2005-10-19 Thread Kaffe CVS
PatchSet 6950 Date: 2005/10/19 20:48:10 Author: guilhem Branch: HEAD Tag: (none) Log: Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib This script builds a list of the vmspecific classes to distribute with kaffe. Members: ChangeLog:1.4474->1.4475 d

[kaffe] CVS kaffe (guilhem):

2005-10-19 Thread Kaffe CVS
*** ERROR *** cvsps failed - lastCandidate was 0 ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

2005-10-19 Thread Kaffe CVS
PatchSet 6950 Date: 2005/10/19 20:48:10 Author: guilhem Branch: HEAD Tag: (none) Log: Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib This script builds a list of the vmspecific classes to distribute with kaffe. Members: ChangeLog:1.4474->1.4475 d

Re: [kaffe] classpath _merged_

2005-10-19 Thread Dalibor Topic
Guilhem Lavaux wrote: Hi, The classpath tree has been merged. I know that it builds, runs regression tests & install peacefully here but I haven't yet tested "make dist". If there are problems they will be fixed progressively. Splendid! Since there is a gnu classpath release planning meeti

[kaffe] classpath _merged_

2005-10-19 Thread Guilhem Lavaux
Hi, The classpath tree has been merged. I know that it builds, runs regression tests & install peacefully here but I haven't yet tested "make dist". If there are problems they will be fixed progressively. Cheers, Guilhem. ___ kaffe mailing list k

[kaffe] Kaffe for Java like language

2005-10-19 Thread Kallol Borah
Hi I am new to the Kaffe implementation. But I am interested to evaluate using Kaffe for a Java like language called Indus that I and a couple of colleagues have implemented for enabling ubiquitous computing. Indus compiles to Java bytecode and then further to C code (thats there to support Indus o

[kaffe] Re: Kaffe ieee754_scalb - uClibc status

2005-10-19 Thread Peter S. Mazinger
On Tue, 18 Oct 2005, Gustavo Guillermo Pérez wrote: > Hello list, here the update info abour building kaffe on uClibc. > 1)I'm not going to use X and awt. > 2)Do not want native language support. > 3)kaffe 1.1.6 and CVS, are the same proccess > 4)uClibc version 0.9.28 (cvs snapshot) > > ISSUE: >

Re: [kaffe] Classpath merge

2005-10-19 Thread Guilhem Lavaux
Dalibor Topic wrote: Guilhem Lavaux wrote: Hi, Salut Guilhem, As some people know I have nearly finished merging the classpath tree into kaffe tree. There are still a couple of issues to solve with installing classpath libraries into the right places and how to deal with glibj.zip (build

[kaffe] procps api

2005-10-19 Thread Enrico Weigelt
Hi folks, is there any java API for accessing process status information (ie. coming from /proc) ? If there is none, anywhere here interested in working on that ? cu -- - Enrico Weigelt== metux IT service phone:

Re: [kaffe] Kaffe for OpenWRT

2005-10-19 Thread Richard Brady
Thanks Dalibor,    compile is asking me to report some warnings: checking for sched_yield... no checking sched.h usability... no checking sched.h presence... yes configure: WARNING: sched.h: present but cannot be compiled configure: WARNING: sched.h: check for missing prerequisite headers? con

[kaffe] Native library libnull.so

2005-10-19 Thread Gianluca Moro
Hi all, I'm compiling kaffe-1.1.6 on MIPS platform, with the following configuration ./configure --with-x --with-jikes=no --with-engine=intrp --enable-pure-java-math --without-esd --with-rt-jar=/home/AMDgiammy/kaffe-1.1.6/libraries/javalib/rt.jar --enable-debug --with-threads=unix-jthreads --wit