Stefan Bodewig <bodewig <at> apache.org> writes: > > On Tue, 2 Nov 2004, Niclas Hedhman <niclas <at> hedhman.org> wrote: > > On Monday 01 November 2004 21:12, Dalibor Topic wrote: > > > >> Since you're using the normal debian packages, setting a few > >> additional env vars should do the trick for the bootstrap with > >> kaffe: > >> > >> #### extras for ant bootstrap with kaffe > >> ## > >> ## Use jikes with kaffe's class libraries on bootclasspath > >> export JAVAC=jikes-kaffe > >> > >> ## Jikes doesn't like javac.source=1.2 in build.xml, but only > >> ## accepts 1.3 or 1.4 export ANT_OPTS="-Dbuild.compiler=jikes > >> ## -Djavac.source=1.3" > > > > So, are you suggesting that we do the above, or are you suggesting > > that we should prepare to get Kaffe from CVS? > > Only that we (well, anybody with root privileges) install the > appropriate jikes package and set the two env variables before > starting the bootstrap script.
Yep. Getting & building Kaffe from CVS is probably too much manual labour if you don't intend to hack on Kaffe specifically, while anyone can update the installed versions of kaffe and jikes-kaffe using apt, I guess. And I can take care of injecting bug fixes from/for gump into Kaffe's package on debian, being on the pkg-kaffe team there ;) > The workspace will need to set the build.compiler property to jikes > for all Ant builds as well. Yep. Is setting the environment variable ANT_OPTS enough for gump's ant builds, or does one need to put it somewhere special, too? cheers, dalibor topic --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
