This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Help with Ant build file
- From: Alex Nedelcu <bonefry at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 08 Sep 2006 17:21:23 +0300
- Subject: Help with Ant build file
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.