Hello,
 
One other small problem.  I think there should be a space after the escaped double quote (\") in the following expression in jde-build-ant-command:
 
    (if jde-ant-enable-find
        (setq ant-command
       (concat ant-command
        " -find \"" jde-ant-buildfile "\"")))
 
Otherwise, if you set jde-ant-enable find, it mushes together the quoted buildfile name and the target.  For instance, you get stuff like this:
 
cd d:/cygwin/home/dventimi/work/simplejda/src/simplejda/sqlbeans/
ant -Dbuffer="d:/cygwin/home/dventimi/work/simplejda/src/simplejda/sqlbeans/SQLBean.java" -emacs -Dj2ee.home=$J2EE_HOME  -find "build2.xml"compile
Searching for build2.xmlcompile ...
Could not locate a build file!
 
Compilation exited abnormally with code 1 at Wed Oct 31 10:32:39
Cheers,
David A. Ventimiglia
 
P.S.  Again, this is noticed in JDEE 2.2.9beta4.  Not sure of the status of earlier version.

Reply via email to