RE: Compile all open Java buffers

2002-07-23 Thread Victor Kirk


 The only modular build system I know of is the jboss buildmagic system. 
 I'd like to hear of others.

Theres always `make'

Vic
--
This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.



address change

2002-07-23 Thread John Holland - JDE


Hello -

I posted some messages about EJB/JBOSS and JDE. As RMAIL seems to be
required to use the Bugtrack for efforts to contribute, I set up
this account for this list specifically because I don't like
using rmail for the rest of my mail. So anyone that was
telling me all that good stuff about xdoclet, code generation
etc please send any further messages to this account.

Thanks,

 John Holland





Has jde-open-source.el been integrated into JDE?

2002-07-23 Thread Roland

Hello,

the function jde-show-class-source is not working correctly even after I 
set my source directories:

(setq jde-db-source-directories (quote (d:/src/java/ 
d:/src/webapps/sharkfin/Web-inf/classes)))

What is wrong? Do I need to set up etags? What about jde-open-source? I 
found that function in the archives:
http://www.mail-archive.com/jde@sunsite.dk/msg03887.html

Has that already been integrated into jde?

Thanks for any answers...

Roland




Re: Has jde-open-source.el been integrated into JDE?

2002-07-23 Thread Javier S. Lopez

Roland [EMAIL PROTECTED] writes:

 Hello,
 
 the function jde-show-class-source is not working correctly even after
 I set my source directories:
 
 (setq jde-db-source-directories (quote (d:/src/java/
 d:/src/webapps/sharkfin/Web-inf/classes)))
 
 What is wrong? Do I need to set up etags? What about jde-open-source?
 I found that function in the archives:
 http://www.mail-archive.com/jde@sunsite.dk/msg03887.html
 
 Has that already been integrated into jde?
Yes, it is call jde-open-class-at-point.

Javier
 
 Thanks for any answers...
 
 Roland
 
 

-- 
Javier S. Lopez 
[EMAIL PROTECTED]Forum Systems, Inc.
(781) 263-5406  40 Williams St., Suite G20,
http://www.forumsys.com Wellesley, MA 02481




how to make change in .emacs effect without restart emacs

2002-07-23 Thread Dan Yu Liu

hello:
  I want to add some Jde Imenu Modifier Abbrev Alist, but
everytime i have to exit emacs and restart emacs again to make
all settings in .emacs file  effect.
  Does anyone know the way to reload .emacs without restart emacs?

Thank you
-Danyu





Re: how to make change in .emacs effect without restart emacs

2002-07-23 Thread Dan Yu Liu

hello Jonathan:
  I still cannot figure it out.
my emacs version is GNU Emacs 20.7.1 and JDEE is jde-2.2.9beta10.
I use your method as following step.
1 first make some changes to my jdee
  a) JDE-Project-Options-General and find Jde Mode Abbreviations
 insert some changes
  b) save as future session
2 active .emacs buffer
  a) run the command M-x eval-buffer
  b) my emacs show the message
Signaling: (void-variable /mz/hd/liudy/)
  eval-buffer()
  call-interactively(eval-buffer)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
3 back my java editor buffer again.
setting still doesn't work?


thank you
-Danyu


On Tue, 23 Jul 2002, Jonathan Meeks wrote:


 Go to the .emacs buffer and type M-x eval-buffer

 From: Dan Yu Liu [EMAIL PROTECTED]
 Subject: how to make change in .emacs effect without restart emacs
 Date: Tue, 23 Jul 2002 22:19:28 -0500 (CDT)

  hello:
I want to add some Jde Imenu Modifier Abbrev Alist, but
  everytime i have to exit emacs and restart emacs again to make
  all settings in .emacs file  effect.
Does anyone know the way to reload .emacs without restart emacs?
 
  Thank you
  -Danyu
 
 





Re: how to make change in .emacs effect without restart emacs

2002-07-23 Thread Jonathan Meeks


Go to the .emacs buffer and type M-x eval-buffer

From: Dan Yu Liu [EMAIL PROTECTED]
Subject: how to make change in .emacs effect without restart emacs
Date: Tue, 23 Jul 2002 22:19:28 -0500 (CDT)

 hello:
   I want to add some Jde Imenu Modifier Abbrev Alist, but
 everytime i have to exit emacs and restart emacs again to make
 all settings in .emacs file  effect.
   Does anyone know the way to reload .emacs without restart emacs?
 
 Thank you
 -Danyu