RE: JDE tools to validate Tomcat's web.xml?

2003-12-19 Thread Eric . D . Friedman
Michael, XML editing is handled by a completely different set of modes than those that comprise the JDEE. From emacs' standpoint, Tomcat's web.xml file is "just another" XML file -- no special role or relation to java, jdee, etc. So, you'll need to figure out what's wrong with your emacs configur

RE: Implement interface wizard.

2003-08-04 Thread Eric . D . Friedman
Sounds good to me. -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 10:16 AM To: Ole Arndt Cc: jde Subject: Re: Implement interface wizard. Ole Arndt writes: > Andy, Eric, Paul, > > [EMAIL PROTECTED] writes: > > > I'd like to point out

aspectj & jde

2003-07-09 Thread Eric . D . Friedman
Has there been any discussion/interest with the AspectJ folks about pulling their JDE extensions into the "main" JDE distro? I know they forked something called "AJDE" a while back, but now that they're off in eclipse-land, that's probably not a huge priority (I am speculating, with no information

RE: jde.sunsite.dk site

2003-06-06 Thread Eric . D . Friedman
Apropos -- perhaps if the JD Edwards acquisition goes through we can drop the extra 'e' again. Only half kidding, Eric -Original Message- From: Sprenger, Karel [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 11:41 PM To: Jeff Jensen; [EMAIL PROTECTED] Subject: RE: jde.sunsite.dk s

Re: Extending JDE using Java (WAS: Gosling interview)

2002-01-27 Thread Eric D. Friedman
Daniel, If you read Paul's note, the problem he's trying to solve arises precisely because it is too expensive to have a lot of chatter across I/O between emacs and an external java process. The solution he's considering -- put the display logic into the java process so as to avoid the I/O -- a

Re: jde-ant completion and bug-fix ?

2001-10-27 Thread Eric D. Friedman
XML does not allow whitespace between the '<' of the start tag and the tagname. In section 3.1, the spec says: STag ::= '<' Name (S Attribute)* S? '>' And Ant's parser will not parse XML that does not comply with this restriction. I hacked up a build.xml and got this error message: `The cont

Re: jde.el and tramp

2001-10-23 Thread Eric D. Friedman
Dug a little deeper: On linux, PATH_MAX is 4095; on Solaris it's 1024. In message <[EMAIL PROTECTED]>, "Eric D. Friedma n" writes: : : This sounds like a bug that should be fixed in tramp, not in JDE. : : Directory *entry* length maximums are file system dependent too, which : means that a co

Re: jde.el and tramp

2001-10-23 Thread Eric D. Friedman
This sounds like a bug that should be fixed in tramp, not in JDE. Directory *entry* length maximums are file system dependent too, which means that a correct implementation of this hack would require looking at the different filesystems that can be mounted on unix and windoze (both of which can

Re: installing JDE on XEmacs

2001-10-04 Thread Eric D. Friedman
The sumo tarball includes an old copy of the jde. Delete it from your system (using the package manager in xemacs) and try again. In message <[EMAIL PROTECTED]>, Chris Woods writes: : robert read wrote: : : > * Chris Woods ([EMAIL PROTECTED]) [011003 16:26]: : > : >>I've installed on XEmacs us

Re: Suggested enhancement to jde-gen-init-cap

2001-10-03 Thread Eric D. Friedman
I'd like to see this solved in one place. That is, it'd be great if configuring the variable Javier mentioned caused *all* fieldname generating code to make use of it. In message <000501c14c3b$a7537310$[EMAIL PROTECTED]>, "=?iso-8859-1?Q?Javie r_S._L=F3pez?=" writes: : > Is there a similar "var

Re: RFE?: Suppress abbrv mode in comments

2001-10-02 Thread Eric D. Friedman
Actually jde-gen's default "cflow" templates are comment/quote aware. That is, the tempo-templates include a hook that expands the abbrev with a control flow template everywhere except when point is inside of a comment or a double quoted string. The problem is that the tempo-templates are activa

Re: Sorting methods

2001-10-01 Thread Eric D. Friedman
It should be pretty easy to do this with JavaCC. Just use one of the Java grammars that are included with JavaCC and write the parse tree back out in whatever order you need. This will make it possible to preserve javadoc too. You didn't mention where Visual Age puts field declarations, but Ja

Re: ANN: JDE 2.2.9beta2 available... (correct URL)

2001-09-30 Thread Eric D. Friedman
I got two errors while compiling this release: 1. While compiling toplevel forms in file /home/eric/emacs/jde/lisp/jde-bug.el: !! error (("Given parent class jde-db-debugger is not a class")) and 2. While compiling toplevel forms in file /home/eric/emacs/jde/lisp/jde.el: !! Malformed prop

bug in jde-complete

2001-08-05 Thread Eric D. Friedman
I haven't ever seriously used jde-complete b/c it didn't quite work (Xemacs, linux) and I could be bothered to find out why. Well, I finally looked closer and believe I've found the reason. Symptoms: The problem was that it wouldn't cycle through the possible completions: instead it would em

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

2001-06-25 Thread Eric D. Friedman
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 ideas? Eric

more on testing JDEbug

2001-04-22 Thread Eric D. Friedman
Using FSF emacs (will try xemacs shortly) and 2.2.7b10, I was able to debug the test code I wote about earlier. I was interested to learn that previous releases of JDEbug had been setting a debug thread to max priority; I'm testing on linux and on that platform native threads are implemented as

generating junit tests

2001-03-29 Thread Eric D. Friedman
I noticed on the JUnit site (http://www.junit.org/) that various IDEs, including netbeans, have got modules that will generate JUnit tests for java classes. See , for example. Is there any interest in coming up with something similar for the JDE? Depending on how

JDEbug on solaris

2001-02-26 Thread Eric D. Friedman
Is anyone able to use JDEbug on solaris/xemacs? This is with jde 2.2.6.2 I've followed the instructions for setting up JDEbug and am using the 1.3.1 beta VM, which is supposed to have fixed the problems with debugging in hotspot VMs (solaris does not have a "classic" vm). I coded up a simple

fonts broken in 2.2.6.2

2001-01-17 Thread Eric D. Friedman
jde 2.2.6.2, xemacs 21, sun sparc solaris 8 Since upgrading the jde, the {} block on my entire class is fontified as if it were a sexp match. That is, the background of the whole block is a nauseating light green. Has anyone else encountered this? If so, what did you do to get rid of it? Eri