Some people in list asked about problem with
jde-ant-working-directory.  Patch is below.

You probably need to set jde-ant-enable-find to t, so build.xml will
be searched from current file, not in jde-ant-working-directory.  I
think this behaviour is usefull and I didn't change it.

*** jde-ant.el  Sun Mar 23 22:43:04 2003
--- ../jde-ant.el.old   Sun Mar 23 20:49:33 2003
***************
*** 447,455 ****
                                                     compile-command)))
              (jde-ant-compile-internal compile-command 
                                        "No more errors"))
!         (let ((default-directory
!                     (jde-normalize-path (jde-ant-get-default-directory))))
!           (compile-internal compile-command "No more errors"))))))
  
  (defvar jde-ant-comint-filter nil)
  
--- 447,453 ----
                                                     compile-command)))
              (jde-ant-compile-internal compile-command 
                                        "No more errors"))
!         (compile-internal compile-command "No more errors")))))
  
  (defvar jde-ant-comint-filter nil)
  

===== End of patch
-- 
Ivan Boldyrev
PGP fp: 3640 E637 EE3D AA51 A59F  3306 A5BD D198 5609 8673   ID 56098673

Reply via email to