Re: [Sablevm-developer] while building ant... Success!
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-08-11 17:00:22
|
Hi Grzegorz, A little bug already... $ sablevm -L sablevm: can't open "/usr/share/sablevm/AUTHORS" Also, doesn't the Debian policy mandate putting libsablevm.so into a seoarate package? I remember reading about something similiar while browsing occasionally the debian-devel ml archive... Etienne On Sun, Aug 11, 2002 at 06:13:47PM +0200, Grzegorz Prokopski wrote: > W li?cie z nie, 11-08-2002, godz. 17:28, Grzegorz Prokopski pisze: > > W li?cie z nie, 11-08-2002, godz. 14:17, Grzegorz Prokopski pisze: > > > So as I said before - I tried to compile ant. the critical part, that > > > gives me problems is this: > > The new version of jikes I belive - really was causing trobules. > > I reverted to older version, recompiled all sablevm-classpath stuff > > (and cleaned/polished the packages - they're almost ready) > > So I played a bit with it, cleaned up the packages a little bit more, > and... it worked! > > I got ant compiled and ant.jar got created. > > Now I got to the stage where 'javadoc' program is being used... > (it didn't worked as you could expect) hmm... > I belive we have com.sun.javadoc in classpath - should we have > some kind of a wrapper in sablevm package? > > It seems that kaffe for ex. has 'javadoc' wrapper. It's this: > #! /bin/sh > # Script to run Sun's documenter > prefix=/usr > exec_prefix=${prefix} > exec ${exec_prefix}/bin/kaffe sun.tools.javadoc.Main ${1+"$@"} > > So the packages are working, now I'll be looking forward for ideas > on how to improve them. Currently I mostly think of how to provide > JAVA_HOME environment (I think in /usr/lib/sablevm/), with any needed > wrappers etc. in it. Any thoughts are welcomed. > > The packages are available at http://debian.sente.pl/debian > /etc/apt/sources.lists line is this: > deb http://debian.sente.pl ./ > > apt-get update; apt-get install sablevm > should do the the trick > > Best regards > > Grzegorz B. Prokopski > > PS: I am Cc:ing ant maintainer. > -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |