I'm using nqmacs+jdee2.3.5 on winxp without cygwin. When I use
jde-ant-build, I encounter the compilation buffer that say
"...build.xml does not exist". After I traced jde-ant.el. I found the
problem that file seperator should be " ,not '.

*** d:/emacs-22/site-lisp/jde-2.3.5/lisp/jde-ant.el     Wed Mar  9 11:17:09 2005
--- d:/emacs-22/site-lisp/jde-2.3.5/lisp/jde-ant.org.el Fri Dec 17 12:29:38 2004
***************
*** 250,257 ****
                           (string= (car jde-ant-invocation-method) "Java")
                           (and (string= (car jde-ant-invocation-method)
                                         "Script")
!                               (not (featurep 'xemacs))
!                             (not (eq system-type 'windows-nt))));;;zhangyin's 
hack
                          "'"
                        "\""))
           (ant-program (if (or (string-match "\\\\" jde-ant-program)
--- 250,256 ----
                           (string= (car jde-ant-invocation-method) "Java")
                           (and (string= (car jde-ant-invocation-method)
                                         "Script")
!                               (not (featurep 'xemacs))))
                          "'"
                        "\""))
           (ant-program (if (or (string-match "\\\\" jde-ant-program)

Reply via email to