Re: Switching shell pointer on the fly:

2001-01-15 Thread Paul Kinnucan
At 05:09 PM 1/15/01 -0800, Christopher Mark Balz wrote: GNU Emacs 20.6.1 (i386-*-nt5.0.2195) of Tue Feb 29 2000 Windows 2K Cygwin On build, I must run a DOS script, although I prefer to use Cygwin's bash shell as my default shell. Does anyone know how one would go about switching the shell

Re: JDE and ant?

2001-01-16 Thread Paul Kinnucan
At 09:18 PM 1/16/01 +, you wrote: Paul Kinnucan [EMAIL PROTECTED] 16-Jan-01 9:08:12 PM I've updated the JDE to handle environment variables in classpaths and was planning on including relative paths as well. Both will be included in the next release. Cool. So my code was for nothing

Re: JDE/Completion: import statement completion

2001-01-17 Thread Paul Kinnucan
At 08:12 PM 1/17/01 +0100, Sherley BROTHIER wrote: Thanks Paul for your answer. I think it's shame that it doesn't work. Is there any plan for such an extension ? I think it could be very usefull to have completion even on non compiled classes. Why? Any "intellisense" capability requires

Re: JDE/Completion: import statement completion

2001-01-17 Thread Paul Kinnucan
At 06:29 PM 1/17/01 +0100, Sherley BROTHIER wrote: Hi, I've just installed jde 2.2.6 under xemacs 21.1.12 on a Linux box. Installation was Ok and everything seems to be OK: that's a great functionnality. However, I've got a strange behavior when I try to use completion across packages. Imagine

Re: empty .java files ?

2001-01-18 Thread Paul Kinnucan
The next release of the JDE will contain the fix for this that I posted to the list on January 9. - Paul At 08:45 AM 1/18/01 +0100, you wrote: If i do a C-x C-f and type a filename that does not exists e.g (MyFile.java) then i get this error: File mode specification error: (error "Lisp nesting

Re: Unable to compile or debug on JDE

2001-01-22 Thread Paul Kinnucan
At 09:16 AM 1/22/01 -0500, you wrote: X-Recipient: [EMAIL PROTECTED] Date: Sun, 21 Jan 2001 17:32:51 -0500 From: Sue-Fen Wang Cuti [EMAIL PROTECTED] X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en,pdf To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Unable to compile or debug on JDE

Re: problems loading JDE

2001-02-01 Thread Paul Kinnucan
At 12:30 PM 2/1/01 -0500, Keith Vander Linden wrote: I currently have: eieio 0.15 elib 1.0 emacs 20.7 jde 2.2.6 semantic 1.3.2 speedbar 0.13a When loading JDE, I get the following error: Signaling: (void-variable vals) byte-code(" ... (defvar jde-parse-bovine-java-grammar

Re: function to get class name (without the package path)

2001-02-01 Thread Paul Kinnucan
At 12:56 PM 2/1/2001 -0500, Glen Cordrey wrote: Is there a function which will return the class name, without the package path (i.e., NOT fully qualified) of the class in the current buffer? If you mean the public class for which the buffer is named, the following Lisp expression will work:

Re: Xemacs 21.2 for WinNT and latest JDE

2001-02-04 Thread Paul Kinnucan
At 03:05 PM 2/3/2001 -0800, "charles martin" [EMAIL PROTECTED] wrote: Hello, Once again I am afraid that I have to ask your help in attempting to get the basic functionality of JDE working. I recently compiled the beta version of Xemacs 21.2 for WindowsNT and attempted to use jde. I find

Re: XAE mailing list?

2001-02-04 Thread Paul Kinnucan
At 01:21 PM 2/4/2001 -0700, James Franklin wrote: Hi folks, Is there a XAE mailing list and if so where. I may have missed the ANN and if so my apologies. Jim Hi guys, Yes, there is now an XAE mailing list. To subscribe, visit http://sunsite.dk/mailman/listinfo/xae If you hurry, you will be

Re:

2001-02-09 Thread Paul Kinnucan
At 11:54 AM 2/9/01 -0800, you wrote: Please enter the details of your bug report here I'm not getting a '=' cursor running jdb. Os is solaris (2.6). A couple of points: -- It appears that your project file is setting jde-db-source-directories to nil, overriding the value set in your .emacs

Re: Why can't I attach to weblogic using JDE-bug?

2001-02-12 Thread Paul Kinnucan
IAt 01:53 PM 2/12/01 -0800, you wrote: Hi, I've installed the lastest version of JDE packages on my machine. Text editing and speedbar work very well on my machine. However, I encounter some problem when I try to attach to a running weblogic server. I started the server using the following

Re: resetting jde-options after each buffer-switch problem

2001-02-13 Thread Paul Kinnucan
At 02:01 PM 2/13/2001 +0100, [EMAIL PROTECTED] wrote: In general i find the project switching mechanism and related setting of all jde-options to the values of the new project file or - if there is no project file - resetting the values to the ones set in .emacs or - if there are no new values

Re: Newbie Question continued

2001-02-16 Thread Paul Kinnucan
At 02:44 AM 2/17/2001 +, you wrote: I have made sure my source files are there, and made sure jde-db-source-directories points to them in the manner you specified in the jdb debugging guide. But I am still getting strange behavior when I debug. When I try to debug with jdb, everthing works

Re: there is no Run command under JDEbug

2001-02-16 Thread Paul Kinnucan
At 02:00 PM 2/16/2001 -0500, you wrote: To: [EMAIL PROTECTED] Subject: --text follows this line-- Please enter the details of your bug report here I did the following steps: 1. start emacs 2. open file emacs2.java 3. start debugger form JDEbug-Process 4. launch process from JDEbug-Process 5.

Re: JDE and JDK1.3

2001-02-17 Thread Paul Kinnucan
At 10:17 PM 2/17/2001 +0530, you wrote: I have no way of specifying the target as 1.3 under JDE-project-options-compile --- target. I have installed jdk 1.3 on my system but I still am forced to set the target to either 1.1 or 1.2 when I compile under JDE ! I have fixed this problem in the

RE: No response to command from JDEbug.

2001-02-18 Thread Paul Kinnucan
At 07:46 PM 2/18/2001 -0500, you wrote: Hi Paul, I took a look. It turns out I was pointing it at the wrong install of JDK. After making the change, I tried turning on classic mode. However, that is not available in the Solaris version. I was able to get JDEbug to debug a sample

Re: Debugger behavior

2001-02-19 Thread Paul Kinnucan
At 11:56 AM 2/19/2001 -0500, Norman Walsh wrote: I'm struggling to understand the behavior of the debugger under JDE. I'm running JDE 2.2.6 on a Debian Linux box (java 1.2.2) with with elib-1.0, eieio-0.15, semantic-1.3.3, and speedbar-0.13a. I have a large app (Xalan, actually :-), and I've

Re: package declarations in JDE

2001-02-19 Thread Paul Kinnucan
At 04:54 PM 2/19/2001 -0500, you wrote: Dear Mr. Kinnucan, I, along with 800 other students at SUNY Buffalo, would like to thank you for developing the JDE for Emacs. It is a very powerful addition to Emacs and was my impetus for changing text editors when I began coding Java. One

Re: xemacs and help-symbol-at-point

2001-02-19 Thread Paul Kinnucan
At 05:06 PM 2/19/2001 -0500, Philip Miller wrote: Thanks for getting back to me. I renamed the original jde subdirectories (jde, semantic, and speedbar, and etc/jde). I had already poked around the jde lisp files and looked at the source to help-symbol-at-point. I thought the key to getting

RE: package declarations in JDE

2001-02-19 Thread Paul Kinnucan
\n" (jpack-generate-package-statement) "\n")) David Hay Senior Software Engineer Requisite Technology, Inc. [EMAIL PROTECTED] 303-474-2268 "Failure has a thousand explanations. Success doesn't need one" -- Sir Alec Guinness -Original Message

Re: javac vs jikes

2001-02-20 Thread Paul Kinnucan
At 08:48 AM 2/20/2001 +0100, Alain Muls wrote: Hello, I read about the jikes compiler and tried it out on a simple non graphical java application. It was fast and delivered the compiled code. I then tried it on a swing application with the same classpath settings as for javac (-classpath

Re: Can't post to sunsite.jde group at sunsite.dk

2001-02-20 Thread Paul Kinnucan
At 06:01 PM 2/20/01 +, Jim Davidson wrote: SunSITE.dk has changed their policies, and now require registration for posting. You can signup (just requires an e-mail), or you can send your message to the list via the usual e-mail address. The registration is described at:

Re: Aarrgh! Can't get JDE or Xslt-Process to build.

2001-02-20 Thread Paul Kinnucan
At 08:07 AM 2/20/01 -0800, Ovidiu Predescu wrote: Since both JDE and XSLT-process fail, my guess there must be something wrong with a package they depend on. Since vals is in the definition generated by semantic, this smells like a semantic issue. Ovidiu On 20 Feb 2001 13:51:05 +1000, Steve

Re: error starting up jde

2001-02-24 Thread Paul Kinnucan
At 10:47 AM 2/24/2001 -0800, John harrison [EMAIL PROTECTED] wrote: Hi Paul, I currently receive the following response when attempting to startup emacs/jde: Error in init file: Symbol's value as variable is void: vals This sounds like an incorrectly compiled JDE. One of the JDE files,

ANN: Fix for Beanshell bug

2001-02-24 Thread Paul Kinnucan
At 03:40 PM 2/24/2001 -0500, Javier S. Lopez wrote: Please enter the details of your bug report here Hi Paul, I just downloaded the new jde and I got the following message when trying to use the command jde-complete-at-point-menu. I saw the same error in the version 2.2.7beta1. I am running on

ANN: Bug fix for run and debug commands.

2001-02-25 Thread Paul Kinnucan
At 10:52 AM 2/25/2001 -0500, Javier S. Lopez wrote: Hi Paul, The new copy of the beanshell.el fixed the problem. I think, I got another bug, when I tried to run an application it dies because it has the -classpath flag with no argument. This is what is shown. cd

Re: JDE again and again :)

2001-02-26 Thread Paul Kinnucan
At 10:35 AM 2/26/01 -0500, Philip Miller wrote: I would like to thank everyone for their off-line help. This is my last off-topic posting now that I have jde working correctly on NT with emacs running under cygwin with pcl-cvs. Now I have some coding to do! :-) Turns out my problem was in how

Re: switching buffers and jde-wiz-update-class-list

2001-02-26 Thread Paul Kinnucan
Hi Ben, This bug was fixed in JDE 2.2.7beta2 which I released a couple of days ago. I forgot to mention the fix in the Release Notes for which please accept my apologies. - Paul At 01:03 PM 2/26/01 -0800, Ben Menasha wrote: Paul, when I was switching buffers I was finding that

Re: JDE-2.2.6: File mode specification error

2001-03-10 Thread Paul Kinnucan
At 04:58 PM 3/10/2001 -0500, you wrote: Hi, I have just switched from 2.2.5 to 2.2.6. Now I get a "File mode specification error: (void-variable vals)" every time Please search the JDE mailing list archive, using the keyword "vals", for information on why this error occurs and how to

Re: c-mode-common-hook

2001-03-12 Thread Paul Kinnucan
At 04:05 PM 3/12/01 +0530, G Annamalai wrote: Hello All, What is the equivalent of c-mode-common-hook for jde? I have this in my .emacs file (defun anna-c-mode-common-hook () (c-set-style "gnu") (setq c-tab-always-indent t) (c-comment-only-line-offset . 0) ) (add-hook

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Paul Kinnucan
At 02:22 PM 3/19/2001 +0100, Richard den Adel wrote: Paul Kinnucan wrote: Hi All, The JDE has a Java build feature that relies on javac dependency checking to rebuild a project. This feature has been broken by the reduced level of dependency checking in recent versions of javac. Lately

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Paul Kinnucan
At 01:46 PM 3/19/2001 +, Nic Ferrier wrote: [snip I've been considering adding "compile master" support to the compiler. Specifically I thought one could specify a java class as a source file producer, eg: javac -cp classes.jar -d destdir -producer MakeSources.class The compiler calls

Re: PROPOSAL: New Java Build Feature

2001-03-19 Thread Paul Kinnucan
At 09:44 AM 3/19/2001 -0500, Stephane wrote: Hello all, i don't find this way very clean (but perhaps my poor english understanding helped :) ). I think we shall better consider the use of ant (jakarta.apache.org) , this software greatly enhances project management and automates many tasks

RE: PROPOSAL: New Java Build Feature

2001-03-19 Thread Paul Kinnucan
At 10:57 AM 3/19/01 -0600, you wrote: Have you thought about using jikes for dependancy checking? Or even just taking the dependancy checking code out of it and using that separatly? It is open source and I've found it's dependancy checking to be most excellent. Yes, I have and rejected it for

Re: ANN: JDE 2.2.7beta3 available at ...

2001-03-19 Thread Paul Kinnucan
At 10:29 AM 3/19/01 -0800, Ovidiu Predescu wrote: Oops, sorry, I downloaded the wrong file. However it does look like you updated only the .zip file, and forgot the .tar.gz, which is still 2.2.7beta2. The version of .tar.gz that I downloaded five minutes ago unarchives to beta3. - Paul

Re: Q: jde-project-name - what is it for ?

2001-03-21 Thread Paul Kinnucan
At 06:05 PM 3/20/2001 -0800, you wrote: Folks, I tried to look through the jde's .el files and tried to look through the jde documentation. I could not figure out the real purpose of jde-project-name ? How is the variable jde-project-name really used ? What is its relationship to the project

Re: PROPOSAL: New Java Build Feature (LONG)

2001-03-21 Thread Paul Kinnucan
At 07:29 PM 3/21/2001 -0800, you wrote: I stand corrected - the depend task works exactly as Mark says it does. Mark, thanks for bringing this to my attention. Nevertheless, the Ant depend task admittedly does not detect all dependencies. I therefore question its value. I would not want to

Re: jde-javadoc-gen and spaces

2001-03-22 Thread Paul Kinnucan
Hi Jeffrey, Thanks for reporting this problem and providing a fix. I have updated the copy of jde-javadoc-gen.el in the JDE's CVS source repository at http://sunsite.dk/cvsweb/jde/lisp - Paul At 12:56 PM 3/22/01 -0600, Jeffrey Phillips wrote: Sorry for the direct email, but I'm not on the JDE

Re: 2.2.7beta3 doesn't find java-executable

2001-03-23 Thread Paul Kinnucan
At 10:41 PM 3/23/2001 +0100, Rick Janda [EMAIL PROTECTED] wrote: Hallo, I upgrade von jde2.2.5 to 2.2.7beta3. Now jde do not find my java executable. I will get the message: Searching for program: No such file or directory, java in minibuffer, if I try to use run-app or start-debugger.

ANN: JDE 2.2.7beta4 available at ...

2001-03-26 Thread Paul Kinnucan
http://jde.sunsite.dk/ My primary reason for making this release is to get feedback from JDEbug users who have had trouble launching a debuggee process. I made two changes to the launch process. I want to see if the changes affect the problem where JDEbug hangs when launching a process. Since I

Re: AW: AW: jde-help-find-javadoc problem in beta4

2001-03-28 Thread Paul Kinnucan
At 07:38 AM 3/28/2001 +0200, [EMAIL PROTECTED] wrote: Wouldn't it be cleaner just to change line 110 from (if (which "wget") to (if (executable-find "wget") executable-find has the advantage of being in the standard emacs distribution (Emacs 20.7), so there's no need to

Re: classpath syntax-error in defmethod jde-dbs-debugger-start

2001-03-28 Thread Paul Kinnucan
At 11:35 AM 3/28/2001 +0200, you wrote: Hi Paul, I was trying to get JDEBug to work for me. My environment is Windows-NT 4 (SP 6) Laptop with jdk-1.3.0_02, xemacs-21.2.12, jde-2.2.7b4, and cygwin32 incl. bash shell. After manually copying the ./classic binaries to some *very special* place

Re: AW: AW: jde-help-find-javadoc problem in beta4

2001-03-28 Thread Paul Kinnucan
At 07:38 AM 3/28/01 +0200, you wrote: Wouldn't it be cleaner just to change line 110 from (if (which "wget") to (if (executable-find "wget") executable-find has the advantage of being in the standard emacs distribution (Emacs 20.7), so there's no need to bundle anything

Re: trouble with JDebug under W2K, jdk1.3

2001-03-28 Thread Paul Kinnucan
At 11:55 AM 3/28/2001 -0800, Samantha Atkins wrote: I downloaded the most recent stable version of JDE (2.2.6) and the most recent version of everything recommended in the install instructions. But I notice that the eieio (v 0.16) doesn't use the old oref-engine stuff any more. Which is fine

ANN: JDE 2.2.7beta5 available at ...

2001-03-29 Thread Paul Kinnucan
http://jde.sunsite.dk/ JDE 2.2.7beta5 *** * PLEASE READ * *** * *

RE: PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Paul Kinnucan
At 01:59 PM 3/29/01 -0600, Nick Sieger wrote: I think I see your point about settings from projects carrying across project boundaries at buffer switches, but that's what the change to jde-load-project-file is intended to guard against - it always does a `jde-set-variables-init-value' and then

Re: Debug error in JDEBug

2001-03-29 Thread Paul Kinnucan
Submit a problem report. - Paul

ANN: JDE 2.2.7beta6 available at ...

2001-03-30 Thread Paul Kinnucan
http://jde.sunsite.dk/ JDE 2.2.7beta6 *** * PLEASE READ * *** * *

RE: Starting debugger fails (wrong classpaths)

2001-04-02 Thread Paul Kinnucan
At 11:39 AM 4/2/01 -0500, you wrote: From: Jose Luis Marin [mailto:[EMAIL PROTECTED]] [snip] My current /etc/emacs20/site-start.d/50jde.el contains the following: (setq load-path (nconc load-path (list (format "/usr/share/%s/site-lisp/jde/"

Re: expanding variable during JDEBug

2001-04-02 Thread Paul Kinnucan
At 12:02 PM 4/2/01 -0700, Institutional Man wrote: I am new to JDEBug. When I step through my code I notice local variables appearing in the local variable buffer as follows: [+]-- java.lang.String args[] When I click on [+] shouldn't I see an expansion of args[]? I'm guessing (since you

Re: expanding variable during JDEBug

2001-04-02 Thread Paul Kinnucan
lasspath h:/mswin/jmath/classes;h:/mswin/jmath/src jmath.Test hello Local Variables Buffer: [+]-- double[] B [+]-- double[][] A [-]-\ java.lang.String[] Args `--- [0] hello - Paul Date: Mon, 02 Apr 2001 15:26:58 -0400 To: "Institutional Man" [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: JDEbug Keybindings

2001-04-02 Thread Paul Kinnucan
At 04:44 PM 4/2/01 -0400, you wrote: My JDEbug keybindings aren't working. The Java and JDE menus do display their keybindings, and they work. But the default JDEbug bindings do not display, and they do not execute. I am using XEmacs 21.1.14 on Solaris 2.6, eieio-0.16, speedbar-0.13,

Re: JDE Debugging problem using JDB

2001-04-05 Thread Paul Kinnucan
Hi Andy, JDEbug is based on Sun's Java Platform Debug Architecture (JPDA). The initial version of the Java side of JDEbug was developed for the JDE by the team at Sun who developed JPDA. In particular, Sun approached me two years ago about creating a JPDA-based debugger for the JDE and offered

Re: AW: use w3 instead of wget?

2001-04-05 Thread Paul Kinnucan
I will put this in the JDE sources. Thanks, Paul At 03:18 PM 4/5/01 +0200, [EMAIL PROTECTED] wrote: I have a small comment regarding jde-help. I've seen that the function jde-help-symbol makes use of the function jde-help-find-javadoc which checks whether a certain url exists. It does

Re: AW: AW: JDebug Improvement Suggestion

2001-04-05 Thread Paul Kinnucan
At 10:45 AM 4/5/01 +0200, [EMAIL PROTECTED] wrote: [snip] No, you are definitely not the only guy able to use JDEBug :-) IMHO the problems JDEBUG getting startet will go to nearly zero because many of these problems are related not using the most recent JDK (means 1.3.0), some problems getting

Re: senator.el is gone from CVS

2001-04-05 Thread Paul Kinnucan
At 06:23 PM 4/5/01 +0200, you wrote: I don't get the lisp/senator.el package from CVS, but it was included in the 2.2.6 distribution. The missing .el file results in: The JDE CVS repository is intended to facilitate development of the JDE. It is not intended to serve as a source for

Re: jde-save-project misses some jde variables

2001-04-05 Thread Paul Kinnucan
t; "()" "''n)" "\"{\"''n" "\"}\"''n ''n" "' \"public void ejbRemove() throws RemoteException \"" "(if jde-gen-kr " "()" "''n)" "\"{\"''n" "\"}\"''n

Re: jde-save-project misses some jde variables

2001-04-05 Thread Paul Kinnucan
At 11:11 AM 4/5/01 -0600, Robert Mecklenburg wrote: RM jde-compile-option-sourcepath RM jde-compile-option-directory I just saved both of the above in a project file without any problems. I didn't bother with the others because I have no reason to assume they wouldn't work as well. I am using

RE: jde-save-project misses some jde variables

2001-04-05 Thread Paul Kinnucan
At 11:50 AM 4/5/01 -0600, Robert Mecklenburg wrote: RM jde-compile-option-sourcepath RM jde-compile-option-directory RM jde-gen-cflow-if RM jde-gen-cflow-else RM jde-gen-cflow-elseif RM jde-gen-cflow-while RM jde-gen-cflow-for RM [ are not being saved ] RM Notice that jde-gen-cflow-* aren't

Re: senator.el is gone from CVS

2001-04-06 Thread Paul Kinnucan
At 09:59 AM 4/6/2001 +0200, you wrote: Paul Kinnucan [EMAIL PROTECTED] writes: The JDE CVS repository is intended to facilitate development of the JDE. It is not intended to serve as a source for independently developed packages required by and, in some cases, distributed with the JDE. Ok

Re: ANN: JDE 2.2.7beta7 available at ...

2001-04-16 Thread Paul Kinnucan
At 10:31 AM 4/14/2001 -0700, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan [EMAIL PROTECTED] writes: snip * If'ed out fontifying exception stack trace in run buffer when running in XEmacs. This is temporary until I can code an alternative to font-lock-add

ANN: JDE 2.2.7beta8 available at ...

2001-04-16 Thread Paul Kinnucan
http://jde.sunsite.dk/ JDE 2.2.7beta8 *** * PLEASE READ * *** * *

Re: ANN: JDE 2.2.7beta7 available at ...

2001-04-17 Thread Paul Kinnucan
At 01:03 PM 4/17/2001 +0100, Phillip Lord wrote: "Paul" == Paul Kinnucan [EMAIL PROTECTED] writes: Paul At 10:31 AM 4/14/2001 -0700, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan [EMAIL PROTECTED] writes: snip * If'ed out fontifying exception s

RE: jde

2001-04-18 Thread Paul Kinnucan
At 05:17 PM 4/18/2001 -0500, Schewe, Jon (MN65) wrote: No, it's the same, except that it gets invoked when you start a new Java file. To reiterate Eric's point, how is what this user asking for different from File-JDE New-Class (= M-x jde-gen-class-buffer) This command creates a new Java

Re: Problem with JDEBug?

2001-04-18 Thread Paul Kinnucan
At 11:10 PM 4/18/2001 -0400, you wrote: Please enter the details of your bug report here I'm having trouble starting JDEbug. I've used it in the past with great results, but I've not been able to get it to work lately. Some people have this same trouble. Others do not. Unfortunately, I am

ANN: JDE 2.2.7beta9 available at ...

2001-04-18 Thread Paul Kinnucan
http://jde.sunsite.dk/ JDE 2.2.7beta9 *** * PLEASE READ * *** * *

Re: JDEBug initialization problem

2001-04-19 Thread Paul Kinnucan
At 10:58 AM 4/19/2001 -0400, Daniel Hegyi wrote: Paul, you mentioned in an email that there are only 2 ways that this JDEBug initialization problem will be fixed: 1. So. who has the problem AND is a lisp guru AND is a JDE guru (or at least has enough time and energy to get acquainted with your

ANN: JDE 2.2.7beta10 available at ...

2001-04-22 Thread Paul Kinnucan
http://jde.sunsite.dk/ JDE 2.2.7beta10 *** * PLEASE READ * *** * *

Re: bug in writing prj.el files

2001-04-22 Thread Paul Kinnucan
Hi Eric, Yes, I have seen this double quote phenomenon myself. Must be a regression error in the many changes to the project code in the last several beta releases. I'll look into it. - Paul At 01:09 PM 4/21/2001 -0700, Eric D. Friedman wrote: I'm doing some testing of the 2.2.7b9 release. I

Re: JDEbug problem

2001-04-22 Thread Paul Kinnucan
At 08:49 PM 4/22/2001 -0400, [EMAIL PROTECTED] wrote: Hi there, System : - Suse 7.0 Linux - Emacs 20.7.1 - java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-2623 (JIT enabled: jitc)) - prj.el is

Re: more on testing JDEbug

2001-04-22 Thread Paul Kinnucan
At 09:32 PM 4/22/2001 -0700, you wrote: : This is very helpful. Is this true of both Linux and Windows or are you : able to test only Linux? Linux only - I would've tested Solaris too but my company moved to a new office over the weekend and the network isn't back up yet. I realized that I

Re: JDEbug problem, cannot debug

2001-04-23 Thread Paul Kinnucan
Hi Ralph, There is something wrong with your problem report. The output of the JDEBug session messages buffer does not square with the output of the *JDEbug* buffer. The first shows a breakpoint request, the second shows none. It would appear that the first is from one debug session, the other

Re: JDEbug error- classic mode

2001-04-24 Thread Paul Kinnucan
At 10:17 AM 4/23/2001 -0400, Max Gravitt wrote: I get the following error when launching a process using JDEbug. When I don't use the classic mode, I don't get an explicit error message, but it doesn't seem to work (the buffer is included at bottom). I assume that this is the bug in HotSpot

RE: Couple of ideas

2001-04-24 Thread Paul Kinnucan
Hi, My plan all along has been to provide incremental parsing of source as it is entered. Originally I was going to use a parser running as a process external to Emacs. However, the advent of Eric Ludlam's semantic package raised the possibility of doing the parsing in Lisp during idle time. The

Re: JDEBug vs Win2K and/or NT4: Status?

2001-04-27 Thread Paul Kinnucan
I have a little more time, I'll see if I can do it. Or, if you make the change and send me the jar file, I'll give it a spin and see what happens. - Original Message - From: Paul Kinnucan [EMAIL PROTECTED] To: Javier Lopez [EMAIL PROTECTED]; Jim Goodwin [EMAIL PROTECTED]; [EMAIL PROTECTED

RE: JDEBug vs Win2K and/or NT4: Status?

2001-04-27 Thread Paul Kinnucan
no reason to honor the request because it's already busy waiting on 1900. thus, two lonely ships pass in the night :-) again, this is just a guess. On Fri, 27 Apr 2001, Paul Kinnucan wrote: At 11:10 AM 4/27/01 -0400, Javier Lopez wrote: I tried it on simple class, (JDE-Debug App) and I

Re: JDEbug doesn't work (this time with attachment ;)

2001-05-07 Thread Paul Kinnucan
Your program never hits the breakpoint that you set. Consequently, the application runs to completion. Check to make sure that you are setting a breakpoint on the startup execution path. - Paul [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hello, I do not succed in using

Re: jde-global-classpath question

2001-05-07 Thread Paul Kinnucan
Niranjan Rao [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hello, I am using jde version 2.2.7beta11 on emacs GNU Emacs 20.7.1 on Win NT. For some strange reason jde seems to be picking up extra class path values. I am not sure from where. I have tried following. From

Re: Problem installing JDE

2001-05-08 Thread Paul Kinnucan
I have not yet upgraded the JDE to support semantic 1.4 or eieio-0.16. You must use the previous versions of these packages. - Paul - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 5:31 AM Subject: Problem installing JDE Hi Paul I have

Re: JDE not starting with XEmacs 21.4 running under cygwin (latest release)

2001-05-08 Thread Paul Kinnucan
I have not tested the JDE with eieio-16.0. Please use th e previous version. - Paul - Original Message - From: Jonathan Lange [EMAIL PROTECTED] To: 'Paul Kinnucan' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 07, 2001 9:03 PM Subject: RE: JDE not starting with XEmacs 21.4

Re: run-with-timer error

2001-05-15 Thread Paul Kinnucan
Hi Jon, I believe this function is defined in the Free Software Foundation compatibility package (fsf-compat.el?) package included in the XEmacs distribution. I am not an XEmacs user so I'm not sure of the exact name of the package. - Paul - Original Message - From: Jon Brisbin [EMAIL

Re: Rescanning class... message at bottom

2001-05-15 Thread Paul Kinnucan
Hi Matt, I'll check whether I integrated this patch this evening. - Paul Matthew Conway [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... I did submit a patch once which basically cached the class list for each project, so that when you did switch projects, it would just

Re: Problems running JDEbug

2001-05-21 Thread Paul Kinnucan
- Original Message - From: D'Elia, Kevin Kevin.D'[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 9:29 AM Subject: Problems running JDEbug Hello, I am having some difficulty debugging a simple application under JDEbug. I am using jdk1.3.0_02, jde 2.2.6 with the

Re: JDE 2.2.7.1 available at ...

2001-05-30 Thread Paul Kinnucan
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 5:05 AM Subject: AW: JDE 2.2.7.1 available at ... Cause of senator is now part of semantic 1.4 (which is need by JDE!) JDE should not include any senator files. Paul,

RE: JDE Bug

2001-06-06 Thread Paul Kinnucan
At 09:23 AM 6/6/2001 -0600, Brad Porter wrote: Ah... The problem seems to be that I have 'jde-cygwin-path-converter' set to 'jde-cygwin-path-converter-cygpath'. This calls the cygwin command 'cygpath' which is the culprit of putting the backslashes in. Since this command is shelled out, the

Re: Decompiler elisp connector

2001-06-07 Thread Paul Kinnucan
I plan to post this on the JDE's Contributed Software page. Interested JDE users can download it from there. - Paul At 08:23 AM 6/7/2001 +1000, Craig McGeachie wrote: Here it is, on the off chance that anyone else may want to play with it. I have attached the file directly, rather than

Re: Cannot open load file: executable

2001-06-07 Thread Paul Kinnucan
At 12:31 PM 6/7/2001 -0400, revans wrote: Is anyone familiar this error?I get it when I try to start XEmacs 2.1 (patch 14) on Solaris 2.6 with JDE. Included are the versions of the packages I have installed, the backtrace, and the message log. Any help would be greatly appreciated. Thanks,

Re: Does JDEbug work with JKD 1.3.1?

2001-06-07 Thread Paul Kinnucan
At 01:15 PM 6/7/2001 -0400, you wrote: I tried to use JDEbug with JDK 1.3.1, Win NT, GNU Emacs 20.7.1, and had no luck. The message in the minibuffer was: Cannot find JPDA jar file at e:/jdk131/lib/jpda.jar So far as I can tell, there is no jpda.jar file to be found in JDK 1.3.1. The

Re: JDE vs. VAJ

2001-06-12 Thread Paul Kinnucan
At 10:24 AM 6/12/2001 -0400, Daniel Hegyi [EMAIL PROTECTED] wrote: Hi, At my job I was forced to use Visual Age for Java, and I must say that I'm pleasantly surprised. The editor has customizable Emacs key bindings (more or less). Most importantly, there is no compile command, after every save

Re: newbie: projects and speedbar (2 questions)

2001-06-14 Thread Paul Kinnucan
Hi, I sent the following reply to you five days ago, but my smtp server could not deliver it. It appears to be a problem with our mail system. - Paul At 11:04 AM 6/8/2001 +0100, you wrote: Hello, I have two questions: 1) When I have a *.java file open, is there a way to stop the

RE: pb with function: deactivate-mark

2001-06-14 Thread Paul Kinnucan
At 08:54 PM 6/14/2001 +0530, Vishy wrote: Anyway, I do not use XEmacs so I do not have the incentive, let alone the time, to resolve this problem. I suggest that you and other XEmacs users try to get at the bottom of the problem and provide a fix. Or you could use Emacs, which is just as

Re: Enhancement request for completion: inherited protected methods

2001-06-14 Thread Paul Kinnucan
At 09:13 AM 6/14/2001 -0400, Philip Miller wrote: I just started using completion a few weeks ago, and I think it is great! There is another thread on what to do with method arguments in jde completion. I have another request for completion: I would like for protected methods to be listed when

Should the JDE require ECB?

2001-06-14 Thread Paul Kinnucan
Hi all, I have come to rely on the Emacs Code Browser (ECB) and would like to integrate it into the JDE. This would entail making ECB yet another external package required by the JDE. The benefit, however, is that the JDE would provide facilities for using ECB, such as keybindings and menu items

RE: JDE Windows 2000 Help please

2001-06-19 Thread Paul Kinnucan
At 06:45 PM 6/18/2001 -0700, you wrote: --- Douglas WF Acheson [EMAIL PROTECTED] wrote: --- MacEachern, Tim [EMAIL PROTECTED] wrote: Looks like it never reaches your breakpoint. Try enclosing the whole main function in a try {...} catch (Throwable t) { System.out.println(t);}

Re: Watches in JDEBug

2001-06-25 Thread Paul Kinnucan
At 06:36 PM 6/23/2001 -0500, Molitor, Stephen wrote: What's the best way to keep a watch of a variable or object in JDEBug? After expanding one of the local variables to the level I want, it collaspes again when I step to the next line. I'd either like to keep the variable tree expanded, or set

Re: History list jde-interactive-make-arg-history is unbound

2001-06-25 Thread Paul Kinnucan
At 01:34 PM 6/25/2001 -0700, you wrote: When I enable jde-project - Read Make Args or jde-project - Ant Read Args or jde-project - Ant Read Target, I get errors like the one the subject `History list jde-interactive-make-arg-history is unbound' This is with Xemacs, solaris, jde 2.2.8beta1. Any

Re: Strange problem with jde-run

2001-06-28 Thread Paul Kinnucan
At 07:42 PM 6/28/2001 +0530, Vishwanathan SVN wrote: whenever I do the following sequence of operations XEmacs simply hangs :-( Open a Java source file. Compile it (This is optional if the file is already compiled) Run it using C-C-C-V-C-R and again run it using C-C-C-V-C-R I figured out that

Re: Need help to run jdb with JDE 2.2.7.1 under XEmacs 21.1

2001-06-28 Thread Paul Kinnucan
At 12:26 PM 6/28/2001 -0700, Jonathan Shim [ESRI-Phoenix] wrote: Hi, Something seem to be hanging when start jdb from jde 2.2.7.1 on application. No arrow (=) pointing to first line in main method, and the jdb option does not show up in my menu bar. I did compile source with -g

Re: History list jde-interactive-make-arg-history is unbound

2001-06-29 Thread Paul Kinnucan
At 10:48 AM 6/29/2001 +0200, Dirk Husemann wrote: PK == Paul Kinnucan [EMAIL PROTECTED] writes: PK At 01:34 PM 6/25/2001 -0700, you wrote: When I enable jde-project - Read Make Args or jde-project - Ant Read Args or jde-project - Ant Read Target, I get errors like the one

  1   2   3   4   5   6   7   >