I'm using
compile.using :other=>['-encoding', 'iso-8859-1']
which I guess would be in your case:
compile.using :other=>['-XDignore.symbol.file=true']but maybe there is another way? Regards, Magnus El 8 jan 2013, a las 18.07, Chris Bozic escribió: > In buildr, what would be the best way to configure javac compiler options > like this: > > javac -XDignore.symbol.file=true > > > Thanks for the help! > Chris
