You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2001/03/13 08:05:07 UTC

Re: IDE

Scott Carter <Sc...@i2.com> wrote:

> I am trying to use ant to build with a IDE compiler.  

I've no idea, what an IDE compiler is, I'll assume you're talking
about a different implementation of javac.

> How can I do this?

Write your own implementation of
org.apache.tools.ant.taskdefs.compilers.CompilerAdapter. Ant's
distribution contains examples for two different javacs from Sun,
jikes and Microsoft's jvc.

Stefan