This is in 2.2.9beta4 (defun jde-build-ant-command (target more-args)
...
...
(if jde-ant-enable-find
(setq ant-command
(concat ant-command
- " -find \"" jde-ant-buildfile "\"")))
+ " -find \"" jde-ant-buildfile "\" ")))
This is jde-build-ant-command. Not a proper diff (sorry) but it shows the
missing space in the 'if jde-ant-enable-find' section,
Kevin Jones
Developmentor
www.develop.com
