when invoking Ant. Has anyone seen this? Is there anything else I can
provide?
Signaling: (wrong-type-argument char-or-string-p nil)
compile-internal("t:/pkg/ant/bin/ant.bat -Dbuffer=h:/cvsdev/user/jrancier/Se
rvlet/ServletTest.java -buildfile build.xml -emacs " "No more errors")
(let ((default-directory ...)) (compile-internal compile-command "No more
errors"))
(if (not jde-ant-enable-find) (let (...) (compile-internal compile-command
"No more errors")))
(progn (if (eq system-type ...) (let ... ... ... ...) (save-some-buffers
... nil)) (message "%s" compile-command) (if (not jde-ant-enable-find) (let
... ...)) (if jde-ant-enable-find (compile-internal compile-command "No more
errors")))
(if compile-command (progn (if ... ... ...) (message "%s" compile-command)
(if ... ...) (if jde-ant-enable-find ...)))
(when compile-command (if (eq system-type ...) (let ... ... ... ...)
(save-some-buffers ... nil)) (message "%s" compile-command) (if (not
jde-ant-enable-find) (let ... ...)) (if jde-ant-enable-find
(compile-internal compile-command "No more errors")))
(let ((compile-command ...)) (when compile-command (if ... ... ...)
(message "%s" compile-command) (if ... ...) (if jde-ant-enable-find ...)))
jde-ant-build()
call-interactively(jde-ant-build)