Albert, J�rgen wrote: > When I try to start "JDE"->"Build" with ANT I get the error: > > Wrong type argument: char-or-string-p, nil > > jde-build-function is set to jde-ant-build in my .emacs: > '(jde-build-function (quote (jde-ant-build)))
I used to have this problem too. I found out the following: When a file prj.el (even of 0 byte size) is present in the root of the project directory, the problem disappears. JDE (2.2.8 at least) tries to execute the shell-command cd c:/Java-Projekte/GuiLib/prj.el (in my case) before executing ant and fails with the above error when the file is not there. > Thanks for any hint, > juergen Michael
