Re: [Sablevm-developer] Re: Running Ant? - update
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-03-21 05:24:20
|
On Thu, Mar 20, 2003 at 02:48:10PM -0500, David B?langer wrote: >... > This is a bug in classpath unless the JVM spec is unclear. >... No, the bug is mine, as I modified Classpath to do most of the tedious work in Java. The original Classpath code only had a single native call delegating all the work to the VM... I know my code is quite incomplete. Full reflection requires quite a lot of boring code. Doing an efficient implementation is relatively difficult, too. (I admit that one could easily argue that reflection does not need to be implemented efficiently). I hereby make a call for help to all SableVM deleopers: Your help would be highly appreciated for completing the implementation of reflection in SableVM. If you follow my example and try to do a maximum of things in Java and only make native calls when abolutely necessary, then it would be an excellent exercise for you to start working on SableVM, and test your understanding of the internal organization of the VM. > I fixed the exception bug but I still cannot get it to build. I get the > error: > ... > [javac] Compiling 209 source files to > /home/david/sablecc/sablecc-2.18.0/classes > > BUILD FAILED > file:/home/david/sablecc/sablecc-2.18.0/build.xml:173: IO error > scanning directory /home/david/sablecc/sablecc-2.18.0/classes > > Any clue of what could cause that error? I will have to investigate. If anybody beats me to it, all the better. ;-) Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |