I use JDE version 2.2.6beta7 on NT 4.0 using GNU Emacs version 20.7.1.
When I try to set jde-compile-option-sourcepath variable through
customization and then try to save the project file I get following error
and project file is completely corrupted i.e. nothing gets saved.
Signaling: (wrong-type-argument stringp nil)
set-buffer(nil)
(save-excursion (set-buffer (get-buffer jde-project-file-name)) (unless
(looking-at "\n") (princ "\n")) (save-buffer))
(let ((standard-output ...)) (unless (bolp) (princ "\n")) (princ
"(jde-set-project-name ") (prin1 jde-project-name) (princ ")\n") (princ
"(jde-set-variables ") (mapcar (lambda ... ...) (jde-symbol-list)) (princ
")") (save-excursion (set-buffer ...) (unless ... ...) (save-buffer))
(kill-buffer (get-buffer jde-project-file-name)))
jde-save-variables()
jde-save-project("")
call-interactively(jde-save-project)
I can send my project file if it's required as outlook does not allow me to
paste the file and have to send it as an attachment.