sorry, I don't config right email address in Gnus. I recently began to
use Gnus.
I found that I didn't set AntHome when using ant script. Now I use
AntServer with AntHome set. It works well and greatly faster than ant
script.
I use firefox to view javadoc, It's enforced to concate "file:///"
before file location such as "c:/api/xxx.html" , or firefox reports
unregisterd protocle.
*** d:/emacs-22/site-lisp/jde-2.3.5/lisp/jde-help.el Fri Mar 11 22:25:38 2005
--- d:/soft/Emacs/jde-help.el.org Fri Dec 17 12:29:38 2004
***************
*** 433,439 ****
(princ "</head>\n<body
onload=\"window.focus()\">\n</body>\n</html>")))
(save-buffer)
(kill-buffer buff))
! (setq doc-url (concat "file:///" metafile)))
(error "Unable to create a temporary file in %s directory."
temporary-file-directory))))
(jde-help-show-document doc-url)))
--- 433,439 ----
(princ "</head>\n<body
onload=\"window.focus()\">\n</body>\n</html>")))
(save-buffer)
(kill-buffer buff))
! (setq doc-url metafile))
(error "Unable to create a temporary file in %s directory."
temporary-file-directory))))
(jde-help-show-document doc-url)))
zhangyin writes:
> I'm using nqmacs+jdee2.3.5 on winxp without cygwin. When I use
> jde-ant-build, I encounter the compilation buffer that say
> "...build.xml does not exist". After I traced jde-ant.el. I found the
> problem that file seperator should be " ,not '.
>
> *** d:/emacs-22/site-lisp/jde-2.3.5/lisp/jde-ant.el Wed Mar 9 11:17:09 2005
> --- d:/emacs-22/site-lisp/jde-2.3.5/lisp/jde-ant.org.el Fri Dec 17
> 12:29:38 2004
> ***************
> *** 250,257 ****
> (string= (car jde-ant-invocation-method) "Java")
> (and (string= (car jde-ant-invocation-method)
> "Script")
> ! (not (featurep 'xemacs))
> ! (not (eq system-type 'windows-nt))));;;zhangyin's
> hack
> "'"
> "\""))
> (ant-program (if (or (string-match "\\\\" jde-ant-program)
> --- 250,256 ----
> (string= (car jde-ant-invocation-method) "Java")
> (and (string= (car jde-ant-invocation-method)
> "Script")
> ! (not (featurep 'xemacs))))
> "'"
> "\""))
> (ant-program (if (or (string-match "\\\\" jde-ant-program)