On Thu, 25 Apr 2002, Marko Asplund <[EMAIL PROTECTED]> wrote: > i'm using the Jikes compiler and i need to set the '-encoding > 8859_1' option for Jikes.
Use <javac>'s encoding attribute? A more general approach for arbitrary options will be available in 1.5, where we have a nested <compilerarg> element that even allows you to say "only pass this options if the compiler is jikes". Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
