Re: bug: closing of *compilation* buffer

2002-11-11 Thread Jeff Rancier
The compilation buffer *vanishing* is a nice feature, except when running Ant tasks other than "compile". Trying to see the output of a *run* (or other task), requires you to switch to the compilation buffer after it vanishes to view the output. Which of course eats cycles. Jeff -

Re: C-c C -v C-b fails

2002-09-23 Thread Jeff Rancier
Is your key sequence bound to jde-ant-build? Or jde-build? Jeff - Original Message - From: Ralph Jocham To: [EMAIL PROTECTED] Sent: Sunday, September 22, 2002 12:44 AM Subject: C-c C -v C-b fails Hi,I just upgraded to JDE 2.2.9beta11 and now C-c C-v

Re: ANT compile don't parse errors

2002-09-23 Thread Jeff Rancier
That should read, "don't want thecompilation to disappear?" Not, "don't want the customization to disappear?" Sorry for the confusion. Jeff - Original Message ----- From: Jeff Rancier To: Gross Trebut, Rainer ; [EMAIL PROTECTED] Cc: [EMAIL PROTEC

Inconsistent indentation in jde mode

2002-09-19 Thread Jeff Rancier
I just realized that my indentation in my java buffer is in correct. Here's what it looks like: public class Helloworld { public static void main( String[] args ) { System.out.println( "Hello, world." ); for ( int i = 0 ; i ; i++ ) { } } }// Helloworld (Notice where the braces are

Re: ant build

2002-09-18 Thread Jeff Rancier
Javier, This works nicely. One thing I do like is the feature which hides the compilation buffer. The only problem is (with 2.2.0beta12), is that even if I get errors, the buffer still briefly pauses, but goes away. Is there some customization I need to make? Jeff - Original

Re: ant build

2002-09-18 Thread Jeff Rancier
:/cvsdev/user/jrancier/lookupgenerator/build.xml :26: Compile failed; see the compiler error output for details. Total time: 17 seconds Compilation finished at Wed Sep 18 09:27:53 Jeff p.s., this is using jde-ant.el r1.41 - Original Message - From: [EMAIL PROTECTED] To: Jeff

Re: JDE-2.2.9beta12 available at

2002-09-12 Thread Jeff Rancier
Thank you Toru.That certainly solves the issue of not building. Jeff - Original Message - From: TAKAHASHI Toru To: [EMAIL PROTECTED] Sent: Thursday, September 12, 2002 12:55 PM Subject: Re: JDE-2.2.9beta12 available at I'm getting the following error

Re: JDE-2.2.9beta12 available at

2002-09-11 Thread Jeff Rancier
Hello. I downloaded, installed, and jde-compile-jde'd. I am using the following: GNU Emacs 21.2.1 (i386-msvc-nt5.1.2600) of 2002-03-19 on buffyecb-1.70eieio-0.17beta3elib-1.0jde-2.2.9beta12semantic-1.4beta13speedbar-0.14beta4xae-1.0beta7 I'm getting the following error when trying to

EOF in .emacs

2002-08-28 Thread Jeff Rancier
Hello, I customized (using customize) my JDEbug keys, assigning stepping methods to my functions keys. Here is what resulted in my .emacs file: '(jde-bug-key-bindings (quote (([f6] . jde-bug-step-over) ([? ? ?] . jde-bug-step-over) ([f7] . jde-bug-step-into) ([? ? ?] .

jde-db-source-directories in both prj.el and .emacs

2002-08-15 Thread Jeff Rancier
Hello All, Is is possible to customize jde-db-source-directories to have global values as well as local? I'd like to have the J2SDK source always in there, defined in my .emacs, and then the project's specified in prj.el. That would eliminate me from adding the SDK's source path to the prj.el

jde-compile

2002-08-14 Thread Jeff Rancier
Hello All. Is there any customization to have jde-compile to automatically save the source file if not saved? Thanks, Jeff - Jeffery B. Rancier Softechnics, a METTLER TOLEDO company 7063 Interstate Island Rd. Syracuse, NY 13209

Re: Suppressing compilation buffer

2002-07-31 Thread Jeff Rancier
Hi. I cut and pasted this, but when I evaluated the code, I get the following backtrace. Ideas? I did a C-u M-x apropos: hook, and saw jde-compile-finish-hook. ??? Debugger entered--Lisp error: (void-function jde-compile-finish-hook) (jde-compile-finish-hook (quote

Re: Suppressing compilation buffer

2002-07-31 Thread Jeff Rancier
I don't know what the difference was, but your's worked fine. Thanks naoya. Jeff - Original Message - From: Naoya Maruyama [EMAIL PROTECTED] To: Jeff Rancier [EMAIL PROTECTED] Cc: Sprenger, Karel [EMAIL PROTECTED]; Jack Donohue [EMAIL PROTECTED]; Paul Kinnucan [EMAIL PROTECTED]; Naoya

Re: jde-ant-build

2002-05-22 Thread Jeff Rancier
: Wednesday, May 22, 2002 10:21 AM Subject: RE: jde-ant-build Jeff Rancier wrote: Hello All. When I run jde-ant-build on a Java buffer, I get the following: cd h:/cvsdev/user/jrancier/lookupgenerator/ h:/usr/pkg/jakarta-ant-1.5Beta1/bin/ant.bat -Dant.home=h:/usr/pkg/jakarta-an t

Re: jde-ant-build

2002-05-21 Thread Jeff Rancier
Sorry, it's in the text, but I didn't specify. 1.5Beta1. Jeff - Original Message - From: Schewe, Jon (MN65) [EMAIL PROTECTED] To: Jde List (E-mail) [EMAIL PROTECTED]; 'Jeff Rancier' [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 3:49 PM Subject: RE: jde-ant-build What version of ant

Re: and and jde

2002-04-22 Thread Jeff Rancier
Customize jde-ant - Original Message - From: Ralph Jocham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 3:07 PM Subject: and and jde Hi, I cannot find the place to specify that I want to use ant as my buildtool. Where is it Thanks, Ralph

Re: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Jeff Rancier
Anthony, I don't is it makes a difference, but I add my hook to java-mode-hook, not jde-mode-hook. Jeff - Original Message - From: Anthony Berglas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 04, 2002 3:42 PM Subject: Cannot Set Indentation 2, (setq c-basic-offset 2)

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Jeff Rancier
That's html-helper-mode. - Original Message - From: Jeff Rancier [EMAIL PROTECTED] To: Marc Brooks [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 25, 2002 10:58 AM Subject: Re: Looking for a Style/Mode for editing JSP files | html-help-mode looks

Re: JDE-2.2.9beta8 available at

2002-01-21 Thread Jeff Rancier
] To: 'Jeff Rancier' [EMAIL PROTECTED]; Paul Kinnucan [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 21, 2002 8:06 AM Subject: RE: JDE-2.2.9beta8 available at | AFAIK semantic-add-minor-mode is added first in beta12 of semantic. | Am i right? | | Klaus | | When loading

Re: placement of member variables in get-set generator

2001-12-20 Thread Jeff Rancier
Or even better, parse the file for existing class members and prompt to insert get-set methods. Jeff - Original Message - From: Eric D. Friedman [EMAIL PROTECTED] To: JDE List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 11:24 AM Subject: placement of member variables in get-set

RE: best mode to edit Ant files ?

2001-12-12 Thread Jeff Rancier
You could try http://xae.sunsite.dk Jeff -Original Message- From: Eric Chastan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 3:52 AM To: [EMAIL PROTECTED] Subject: best mode to edit Ant files ? Hello, Do you know a good mode to edit Ant files (with colorization,

jde-bug-key-bindings

2001-10-23 Thread Jeff Rancier
Hello, I took Paul's advice of customizing jde-bug-key-bindings to setup my functions keys for stepping in JDEbug. Previously they were set using global-set-keys. Unfortunately, I must be specifying the function keys incorrectly. If I do a C-h k F6, for example, I get: f6 is

JDEbug won't start

2001-10-22 Thread Jeff Rancier
(1) I'd be surprised if Paul, et. al. did already know this, but better to report it: In the jdebug-ug, the section describing Selecting JDEbug As Your Debugger, indicates to customize jde-db-debugger, which (I'm assuming) is now jde-debugger in the project group. I'm sure this is one of those,

RE: JDEBug suggestion

2001-10-18 Thread Jeff Rancier
Try this in your .emacs: (global-set-key [f6] 'jde-bug-step-over) (global-set-key [f7] 'jde-bug-step-into) (global-set-key [f8] 'jde-bug-step-into-all) (global-set-key [f9] 'jde-bug-step-out) Jeff -Original

Fontifying *compilation* buffer

2001-10-03 Thread Jeff Rancier
Hello, When executing jde-compile, my source windows splits and I get the *compilation* buffer in the bottom split. When I get an error, I can run run the command next-error, and all works fine. My only problem is that the *compilation* buffer isn't fontified. Is there a way to get the buffer

RE: Semantic 1.4beta11

2001-09-27 Thread Jeff Rancier
Can someone forward this to the ecb-list (mailto:[EMAIL PROTECTED]), our mail server has this address blacklisted. Thanks, Jeff -Original Message- From: Jeff Rancier [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 11:14 AM To: Jde-List; ecb-list; Ntemacs (E-mail) Subject

RE: Semantic 1.4 beta10 EIEIO 1.7 beta3

2001-09-17 Thread Jeff Rancier
I'm assuming since you sent the the JDE list that they will function properly with JDE? -Original Message- From: David Ponce [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 6:28 PM To: [EMAIL PROTECTED] Subject: ANN: Semantic 1.4 beta10 EIEIO 1.7 beta3 Hi All, Just to say

bean shell

2001-08-07 Thread Jeff Rancier
Javier, Well, you figured it out. The problem is that I have the following code in my .emacs: (add-hook 'jde-mode-hook (if (not (bsh-running-p)) (bsh-internal))) Given that I use desktop, if I have a java source file open when I close Emacs, then I restart it I am assuming that when

RE: bean shell

2001-08-07 Thread Jeff Rancier
and updating the jde-global-classpath, versus auto-starting the bean shell. Jeff -Original Message- From: Jeff Rancier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 10:15 AM To: Javier Lopez Cc: Jde-List Subject: bean shell Javier, Well, you figured it out. The problem is that I have

jde-complete-at-point-menu

2001-08-07 Thread Jeff Rancier
Javier, Well, I cleaned up my project files, and cleaned up my .emacs, now I see the only issue being that if an import is collapsed, the completion doesn't appear to correctly parse the import, e.g. I have in my source: import javax.servlet.http.*; public void doGet( HttpServletRequest

Emacs causes Dr. Watson

2001-07-31 Thread Jeff Rancier
when invoking Ant. Has anyone seen this? Is there anything else I can provide? Signaling: (wrong-type-argument char-or-string-p nil) compile-internal(t:/pkg/ant/bin/ant.bat -Dbuffer=h:/cvsdev/user/jrancier/Se rvlet/ServletTest.java -buildfile build.xml -emacs No more errors) (let

jde-help-symbol

2001-06-22 Thread Jeff Rancier
Hello, When I type C-c C-v C-w I get: Cannot find wget. This utility is needed to access javadoc on remote systems. Is utility for use with cygwin only (which I don't use)? If not, does anyone know where I can get the binary? TIA. Jeff

RE: Problem getting the methods directory to update

2001-06-21 Thread Jeff Rancier
Thanks David. I changed the setq to add-hook, but now I get: Error in init file: Wrong type argument: symbolp, (jde-setup-syntax-coloring semantic-default-java-setup) Any ideas? What I was trying to achieve was the indentation of braces from this style: method() {

jde-complete-at-point-menu

2001-06-21 Thread Jeff Rancier
I import import java.awt.Toolkit; then type Toolkit, then execute jde-complete-at-point-menu, and I get the menu. I arrow down to getDefaultToolkit() and hit enter. So now I have: Toolkit.getDefaultToolkit() I tried the same completion method here (with and without the '.' following the

RE: JDE vs. VAJ

2001-06-12 Thread Jeff Rancier
Has anyone taken a look at http://www.jedit.org yet? It appears to be fully extensible in Java (somewhat different than elisp). Drawback? No integrated debugger. Perhaps jswat. -Original Message- From: Daniel Hegyi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 12:45 PM To:

RE: Problem getting the methods directory to update

2001-06-12 Thread Jeff Rancier
:12 AM To: 'Jeff Rancier' Subject: AW: Problem getting the methods directory to update Please try the following: 1. make your test with all packages uncompiled. Does this work? 2. Remove all the jde-stuff from within your .emacs and then do your test. ECB/semantic-1.4beta can also work without

Debugging JDK source

2001-05-22 Thread Jeff Rancier
to pull it local to my project? Thanks. Jeff Rancier Sr. Software Engineer Softechnics, Inc. 7063 Interstate Island Rd. Syracuse, NY 13209 Tel (315) 706- Fax (315) 706- mailto:[EMAIL PROTECTED] http://www.softechnics.com

Debugging exception

2001-05-22 Thread Jeff Rancier
Has anyone see the following while debugging: Error: cannot get local variables.Reason: Unspecified error: com.sun.jdi.InconsistentDebugInfoException. Thanks. Jeff Rancier Sr. Software Engineer Softechnics, Inc. 7063 Interstate Island Rd. Syracuse, NY 13209 Tel (315) 706- Fax (315

RE: PROPOSAL: New Java Build Feature

2001-03-20 Thread Jeff Rancier
What about using jam http://www.perforce.com/jam/jam.html? Jeff -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 5:37 PM To: Nascif Abousalh-Neto; Schewe, Jon (MN65) Cc: [EMAIL PROTECTED] Subject: RE: PROPOSAL: New Java Build Feature At

RE: JDE 2.2.7beta2 available at ...

2001-02-26 Thread Jeff Rancier
Paul, Could it be a difficult addition to see from the JDE-Help menu to view the current versions of the required sub-packages as well as the JDE's version? E.g. JDE Users Guide JDK (C-c C-v C-n) Symbol at point (C-c C-v C-w) Submit problem report

Can't start debugger

2001-01-15 Thread Jeff Rancier
I recently download and installed Netscape 6, and it downloaded and installed jre1.3.0_1 (I think that's right), and what it did was chage my jre1.3 registry entries as well as add the _01 entries. I uninstalled Netscape 6, and the JREs. I then reinstalled the 1.3 jre, but this is what I get in