The javadoc HTML files are generated correctly. However, when NT Emacs tries to
launch my browser on the generated files, this is the error message:
error in process sentinel: ShellExecute failed
and here is the debug dump:
Signaling: (error "ShellExecute failed")
w32-shell-execute("open" "c:/temp/jsee/nwa.fo.atlasbid.download.Download.html")
browse-url-default-windows-browser("c:/temp/jsee/nwa.fo.atlasbid.download.Download.html")
apply(browse-url-default-windows-browser
"c:/temp/jsee/nwa.fo.atlasbid.download.Download.html" nil)
browse-url("c:/temp/jsee/nwa.fo.atlasbid.download.Download.html")
browse-url-of-file("c:/temp/jsee/nwa.fo.atlasbid.download.Download.html")
(progn (message "browse-url-of-file %s" jsee-doc-url) (browse-url-of-file
jsee-doc-url))
(if (string-equal msg "finished\n") (progn (message "browse-url-of-file %s"
jsee-doc-url) (browse-url-of-file jsee-doc-url)))
jsee-compilation-finish-function(#<buffer *compilation*> "finished\n")
compilation-handle-exit(exit 0 "finished\n")
compilation-sentinel(#<process compilation> "finished\n")
Any idea as to why the periods are in the path (not changed to / from the package
statement)?
I know this was working at one time, and I am unsure what I have changed to cause this
error. It has been some weeks since I used jsee, so maybe one of my config changes in
the meantime has broken its use.