Works fine.  Create a shell script in your path, say 'buildfoo,' and
change the JDE build command from 'make' to 'buildfoo.'  'buildfoo' looks
something like:

    #!/bin/sh

    opwd=`pwd`
    cd foo       # where foo is your project top dir
    ./build.sh $@
    cd $opwd

"Martin, Stephen" wrote:

> Is anyone using ant with emacs and JDE. If so how do you have it
> set up? How well does it work? Is it possible to get emacs to pass ant
> buffer specific targets?
>
> Steve
> --
> |-------|                                      Stephen Martin
> |Goldman|                                      [EMAIL PROTECTED]
> |Sachs  |                                      125 Broad St.
> |       |                                      NY, NY. USA
> |_______|                                      (212)357-9194

Reply via email to