"Gerald E. Bennett" wrote:

> Is there anyway to replace the :make command in emacs to use ant?
> Is there any special parsing you need to do with the output so that the
> errors are parsed correctly?
> Has anyone written any modules to do this?
>
> thanks in advance.
>
> gerry

In your .emacs:

    (setq compile-command "ant -emacs -find build.xml ")

Reply via email to