Douglas
last-nonmenu-event is supposed to help determine if the command was
invoked by menu. In this case, the value is temporarily changed in order to
force save-some-buffers to work properly.
Actually, it probably isn't necessary for jde-ant (or jmode-ant) since
jde-ant currently isn't integrated into the menu.
However, since this bit of code was probably scraped from jde-compile, the
issue probably also exists there and will need to be addressed. Do you
have any similar problems when invoking jde-compile under XEmacs?
Jason
Douglas WF
Acheson To: [EMAIL PROTECTED]
<[EMAIL PROTECTED] cc:
om> Subject: jde-ant
07/18/01
09:29 AM
Hello,
After finally moving to ant to build my java apps I would like to
use the jde-ant feature (new name jmode-ant :-) I have played with it
for the last few days. I found a potential problem using XEmacs. I
had to add the following code
from
(let ((temp last-nonmen-event))
to
(let ((temp (if (boundp 'last-nonmenu-event)
last-nonmen-event
nil)))
to avoid getting a
Symbol's value as variable is void: last-nonmenu-event
error.
Anyways, it works -- if someone can let me know what I can do to not
use this hack, that would be good.
Another interesting problem, I have custom targets in the ant build
project. How do I adjust the classpath for ant so I can add my jar
files.
Any help would be very appreciated.
Douglas WF Acheson
=====
Douglas WF Acheson
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
- Re: jde-ant jason . stell
- Re: jde-ant jason . stell
- Re: jde-ant jason . stell
- RE: jde-ant Nick Sieger
- Re: jde-ant Douglas WF Acheson
- Re: jde-ant jason . stell
- Re: jde-ant jason . stell
- Re: jde-ant jason . stell
- Re: jde-ant Douglas WF Acheson
- RE: jde-ant Molitor, Stephen
