why not just give the absolute path of the buildfile as a command line
argument to ant..here's how i have mine set up:
jde-build-use-make: t
jde-make-program: "ant"
jde-make-args: "-buildfile E:\\path\\to\\build.xml"
(you could add any other command line options for ant to jde-make-args)
hope that helps, PB>>
On Fri, 27 Oct 2000 [EMAIL PROTECTED] wrote:
> How can we make the building process running in one precise directory ?
>
> -----------------------------------------------
> cd [the wrong directory]
> ant.bat -buildfile build.xml fast
> Buildfile: ........
> -----------------------------------------------
>
> it does a cd towards the directory where the current file is, and I would
> like to change that.
>
>
> I also would like to change the keys bound to the JDebug commands (step
> over, step into, step out). C-c C-z C-s is too long.
>
> Thank you for your answers
>
> Laurent Mirguet
> GSM : 06 09 13 24 04
> ICQ : 37934822
_____________________________________________________
Peter Brown Senior Staff Programmer
Dept. of Computer Science 140 Governors Drive
University of Massachusetts Amherst, MA 01003-4610
Phone: (413) 577-2505 Fax: (413) 545-1249
[EMAIL PROTECTED] http://www.cs.umass.edu/~pbrown
-----------------------------------------------------