Re: [Sablevm-developer] while building ant... Success!
Brought to you by:
egagnon
From: Grzegorz P. <ga...@de...> - 2002-08-11 16:12:52
|
W li=B6cie z nie, 11-08-2002, godz. 17:28, Grzegorz Prokopski pisze:=20 > W li=B6cie z nie, 11-08-2002, godz. 14:17, Grzegorz Prokopski pisze:=20 > > 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=3D/usr exec_prefix=3D${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. |