On Wed, 24 Apr 2002, GOMEZ Henri <[EMAIL PROTECTED]> wrote: >>> - add --withjikes flags to ant script and use javac >>> by default. >> >>Why do you need that at all? > > The idea is to tell ant script to use jikes > if jikes exist on the system, else just fallback > to javac...
Which means you have a different default than the script that ships with the non-RPM distributions. The canonical way to say "I want jikes" is ant -Dbuild.compiler=jikes and for a more permanent solution ANT_OPTS=-Dbuild.compiler=jikes in ~/.antrc we shouldn't add a third way IMHO. BTW, why does jikes get this special treatment by your RPMs (I'm curious)? This is not the only open source compiler supported by Ant, but you only check for jikes, not gcj nor Kopi. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
