RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Nic Pottier


I can't find any reference to this in the users guide.  Can you give us another clue?  
Maybe the name of the command?

-Nic

 * This release introduces a cross-referencing tool that enables
   you to find all callers of a specified method in a specified
   classpath. This can be useful, for example, if you need to
   change the name of a method. See Cross-Referencing Classes
   in the JDEE User's Guide.
 
   Thanks to Andy Hyatt for contributing this tool to the JDEE.


Re: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Andrew Hyatt
I think he means the local user's guide, not the website's user's guide.

On Thursday, June 19, 2003, at 11:04  AM, Nic Pottier wrote:



I can't find any reference to this in the users guide.  Can you give 
us another clue?  Maybe the name of the command?

-Nic

* This release introduces a cross-referencing tool that enables
  you to find all callers of a specified method in a specified
  classpath. This can be useful, for example, if you need to
  change the name of a method. See Cross-Referencing Classes
  in the JDEE User's Guide.
  Thanks to Andy Hyatt for contributing this tool to the JDEE.



RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Paul Kinnucan
Nic Pottier writes:
  
  
  I can't find any reference to this in the users guide.  Can you give us another 
  clue?  Maybe the name of the command?
  

1. Select JDE-Help-JDEE User's Guide from the Emacs menu bar.
   
   The JDEE User's Guide appears.

2. Expand the Searching Source Code entry on the TOC.

   The entry expands to show the subsections.

3. Select the Cross Referencing Classes heading.

- Paul



RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Robert Mecklenburg
RM While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1
RM (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get:
RM 
RM While compiling toplevel forms in file 
RM c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el:

AP You should not compile jde-xemacs.el on a non-xemacs system, it
AP won't work.

Then the makefile is wrong.  I just typed make.

Thanks,
-- 
Robert



Re: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-18 Thread Robert Mecklenburg
While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1
(i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get:

While compiling toplevel forms in file 
c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el:
  !! File error ((Cannot open load file debug-toolbar))

Sure enough, I do not have a debug-toolbar.el anywhere on my machine.
Commenting out line 102 works around the problem:

;;;(require 'debug-toolbar)

I don't know if this will cause other problems with GNU Emacs jde.

Cheers,
-- 
Robert



RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-18 Thread Andy Piper
 While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1
 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get:
 
 While compiling toplevel forms in file 
 c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el:

You should not compile jde-xemacs.el on a non-xemacs system, it won't work.

andy