On Tue, 2 Nov 2004, Niclas Hedhman <[EMAIL PROTECTED]> 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. The workspace will need to set the build.compiler property to jikes for all Ant builds as well. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
