feedback on 2.3.4beta4

2004-06-01 Thread Ed Mooney
-1.0beta2b). Regards, -- Ed Mooney |Sun Microsystems, Inc.|Time flies like Java Web Services |UBUR02-201|an arrow, but [EMAIL PROTECTED] |1 Network Drive |fruit flies like 781-442-0459 |Burlington, MA 01803 |a banana. Groucho

Re: feedback on 2.3.4beta4

2004-06-02 Thread Ed Mooney
Hi Paul, Paul Kinnucan wrote: Ed Mooney writes: I installed 2.3.4beta4 on Solaris 9 and have these comments. * I had to make this change to get lisp/makefile to work: all: test -d $(SEMANTIC) -a -d $(SPEEDBAR) -a -d $(ELIB) -a -d $(EIEIO

Re: strange problem

2004-06-16 Thread Ed Mooney
Hi Guy, Sounds like you might have broken the loading of cedet-1.0beta2b/semantic in the course of upgrading. Try adapting Paul's instructions at http://www.mail-archive.com/jde%40sunsite.dk/msg07525.html to your environment. -- Ed Guy Durrieu wrote: Hello, I just installed JDE on my Sun

Re: second error on a line

2004-07-12 Thread Ed Mooney
Thanks, Paul. -- Ed Paul Kinnucan wrote: Ed Mooney writes: Thanks, Paul. Just to confirm, I'm talking about the case where a single line of Java code has more than one error, which show up as more than one line in the compilation buffer. E.g.: Hi Ed, I've confirmed the problem

makefile

2004-07-19 Thread Ed Mooney
jde-2.3.4beta5/lisp/makefile fails for me like this under /usr/ccs/bin/make on Solaris 9: [EMAIL PROTECTED] make test -d ../../cedet-1.0beta2b -a -d ../../elib rm -f *.elc jde-compile-script-init echo (add-to-list 'load-path \.\) jde-compile-script-init echo (add-to-list

Re: makefile

2004-07-20 Thread Ed Mooney
Hi Paul, I recommend: if echo $(EMACS) | grep -w xemacs ; \ This works for me with Cygwin (Cygnus?) make on Windows XP. -- Ed Paul Kinnucan wrote: Ed Mooney writes: jde-2.3.4beta5/lisp/makefile fails for me like this under /usr/ccs/bin/make on Solaris 9: [EMAIL PROTECTED] make

Re: Can't exec program: /:/bin/jdb

2004-08-06 Thread Ed Mooney
I'm forgetting which settings are necessary/sufficient, but this could be because either $JAVA_HOME/bin isn't in your PATH, you haven't registered a JDK with the JDE, or both. -- Ed Jay Rogers wrote: I get the following error when invoking jde-debug cd /home/jnr/src/java/ /:/bin/jdb

Re: Allowing shell wildcards in jde-global-classpath and jde-sourcepath

2004-08-10 Thread Ed Mooney
Suraj' changes would be a great benefit for me. -- Ed Paul Kinnucan wrote: Suraj Acharya writes: I made the following changes to allow me to use wildcards in the classpath and sourcepath variables. The file expansion included with jde which expands specially named directories (for

Re: JDEBug: Launch process with vm args and application args?

2004-08-17 Thread Ed Mooney
Try setting Jde Db Option Application Args Jde Db Option Vm Args in the Jde Db Options group (JDE/Project/Options/Debug). -- Ed Matthew Weaver wrote: In JDEBug, it seems that Launch Process does not apply jde-run-option-vm-args and jde-run-option-application-args. Is there any way to

JDEbug/Attach Process

2004-10-07 Thread Ed Mooney
I run test like this: java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000 test From JDEbug/Processes/Attach Process/On Local Host, I see this: *** Debugger Output for Process 8000(1) *** Attached to process on port 8000 of local host. Attached VM (socket) Java Debug

Re: Debugging remote 1.4.2 jvm

2004-12-03 Thread Ed Mooney
I couldn't get attach mode to work, either[1]. -- Ed [1] http://article.gmane.org/gmane.emacs.jdee/4017 Karr, David wrote: -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 8:05 AM To: Karr, David Cc: Paul Kinnucan; [EMAIL PROTECTED]

finding symbol in same file

2004-12-22 Thread Ed Mooney
I have this class: public class hello { public static void main(String [] args) { hello(); } public static void hello() { System.out.println(Hello.); } } When point's in hello() (in main()) and I type C-c C-v C-y, the JDEE returns 'Cannot determine the class of

Re: cannot read files in zip file after installing jde 2.3.5

2004-12-22 Thread Ed Mooney
for program: no such file or directory, pkunzip I use unzip instead of pkunzip. ;; use unzip instead of pkunzip (setq archive-zip-use-pkzip nil) The JDEE does not set this variable, as far as I know. Paul -- Ed Mooney |Sun Microsystems, Inc.|Time flies like Java Web Services

parsing casts depends on space

2004-12-23 Thread Ed Mooney
With point in driverMain: (Integer)driverMain.invoke ... C-c C-v C-y returns Wrong type argument: number-or-marker-p, nil Backtrace attached. C-c C-v C-y works correctly with a space after the cast: (Integer) driverMain.invoke ... It would be more convenient if jde-parse.el could

retaining *JDEE Compile Server* buffer?

2005-01-07 Thread Ed Mooney
What's the method for retaining the *JDEE Compile Server* after compilation? It seems to be insensitive to the setting of jde-compile-enable-kill-buffer. Thanks, -- Ed

Re: JDE does not jump to line responsible for error.

2005-01-31 Thread Ed Mooney
Couldn't tell if this applies to you but, in my environment, anyway, if there are more than one compilation errors for a given source line, point has to be in the first error for that line. -- Ed Christopher Balz wrote: I am using JDE 2.3.5, GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of

Re: cygwin emacs path problem

2005-04-18 Thread Ed Mooney
Try setting jde-cygwin-path-converter to jde-cygwin-path-converter-cygpath: M-x customize-variable RET jde-cygwin-path-converter FSF emacs, XEmacs and NT/Emacs are the only versions the user's guide[1] claims the JDEE supports. -- Ed [1]

Re: cygwin emacs path problem

2005-04-19 Thread Ed Mooney
Now I'm confused. Is the version of emacs[1] you can install by running http://cygwin.com/setup.exe A or B? I had thought it was A. If not, where can I get A? -- Ed [1] E.g.: http://mirrors.rcn.net/pub/sourceware/cygwin/release/emacs/ Jason Rumney wrote: Paul Kinnucan wrote: Hi Felix, As I

Re: cygwin emacs path problem

2005-04-19 Thread Ed Mooney
Hi Paul, Ah, okay. FWIW, I started using JDEE with Cygwin emacs again after Henry Thompson reported doing so successfully a while back[1]. The only functionality I've missed so far is with jde-find[2]. This compares much favorably with a year ago or so, when (as I recall) C-c C-v C-c didn't

Re: cygwin emacs path problem

2005-04-21 Thread Ed Mooney
/jde@sunsite.dk/msg08252.html [4] http://jdee.sunsite.dk/jdedoc/html/jde-ug/jde-ug-content.html#Intro Henry S. Thompson wrote: Ed Mooney [EMAIL PROTECTED] writes: FWIW, I started using JDEE with Cygwin emacs again after Henry Thompson reported doing so successfully a while back[1]. The only

Re: cygwin emacs path problem

2005-04-21 Thread Ed Mooney
-cygwin-path-converter (quote (jde-cygwin-path-converter-cygpath))): Starting the BeanShell. Please wait... Can not find the source for features.Features. -- Ed Henry S. Thompson wrote: Ed Mooney [EMAIL PROTECTED] writes: In the meantime, I've reverted to using Windows/NT/XP emacs[2

Re: Turning off the style check for tabs

2005-06-09 Thread Ed Mooney
Try M-x jde-checkstyle-customize -- Ed Charles Curley wrote: My client likes tabs in files. How do I turn off the style check for tabs in JDEE? I've already found out that you can, but I don't see anything in the checkstyle or jdee docs that say how you do this. Thanks.

Re: Turning off the style check for tabs

2005-06-09 Thread Ed Mooney
I don't know. This may be relevant: ^H v indent-tabs-mode -- Ed Charles Curley wrote: On Thu, Jun 09, 2005 at 12:54:15PM -0400, Ed Mooney wrote: Try M-x jde-checkstyle-customize Right, been there. The closest thing I could find was Jde Checkstyle Style, but how do you use it? How