Set jde-ant-enable-find to true. Jde-ant-build will then search for build.xml, starting from the current directory and working backwards from there.
In your .emacs: (setq jde-ant-enable-find t) Or, you can customize the variable -- M-x customize-variable<ENTER> jde-ant-enable-find. Steve Molitor [EMAIL PROTECTED] -----Original Message----- From: Aubin, Ethan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 12:10 PM To: 'JDE Developers' Subject: ant and paths Hello, Ant will only work if I include the full path in jde-ant-program. Ant currently is in my path... Is there a way for jde search the path for ant? When I do a jde-ant-build. It cd's to the buffers current directory, and runs ant. I'd like to able to set a project directory or an ant-working-directory and have it cd there or look for the build file there. Right now I'm putting in the full path to the build.xml file as a work around... Am I missing or misunderstanding a config option? Any ideas or suggestions? Btw. I'm using jde-2.2.9beta3, gnu emacs 20.4.1 (sparc-sun-solaris2.8), Thanks, [EMAIL PROTECTED]
