Hi, I am trying to build a project using GCJ. The project has an Ant build file and I don't know how to set the default compiler to GCJ. I tried: <property name="build.compiler" value="gcj" /> But it had no effect. Can you help a newbie ? Thanks.