On Mon, 2005-03-21 at 12:43 -0500, Andrew Overholt wrote: > Robin Green was asking on IRC about this: > > http://sources.redhat.com/ml/rhug-rhats/2004-05/msg00002.html > > Is this in our latest ant? If not, can we put it there? Is this affected > by us not having a "ecj" executable? Should I make one? This doesn't look like it requires an ecj executable, but having one would still be useful. GNU Classpath for example expects to find /usr/bin/ecj when configured --with-ecj. Right now I just create a link: /usr/bin/ecj -> /usr/lib/jvm/java-gcj/bin/javac -- Ziga