Re: jde-2.2.9beta5 bug report...

2001-11-16 Thread Brad Giaccio
Your right of course I just couldn't find the note in the last thread that said removing *elc would do the trick. There is also a problem if you have jde-jdk set to nil and don't have JAVA_VERSION set. The docs lead me to beleive that if I don't have it set it will just use whatever it can find

RE: jde-bug should use * special buffers

2001-11-16 Thread Mynsted, Mark A.
I like your idea of using the *. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 1:20 PM To: JDE Mailing List Subject: jde-bug should use * special buffers -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't help but

jde-ant problems

2001-11-16 Thread Brad Giaccio
I've changed the following lines in jde-ant (if (not (string= jde-ant-args )) -(setq ant-command (concat ant-command jde-ant-args))) +(setq ant-command (concat ant-command jde-ant-args ))) (if (not (string= more-args )) -(setq ant-command (concat ant-command

Misbehaving Customization Variable

2001-11-16 Thread Joe Garfield
It's the jde-compiler option. It just shows me jde-compiler: [down-arrow] javac [State]: this option has been set and saved. (mismatch) Specify the type, and if necessary, the location of the compiler to * From the documentation and from viewing the source I have

[jde-bug] before setting a breakpoint, make sure the current file is in jde-db-source-directories

2001-11-16 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. This doesn't make sense. Right now it is possible to toggle a breakpoint in a file that is not in jde-db-source-directories. Isn't this bad? Shouldn't we signal an error if the user does this? Kevin - -- Kevin A. Burton ( [EMAIL

Thoughts on jde-bug

2001-11-16 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. I just wanted to serialize my thoughts here. In the past I have not used debuggers. Primarily because I knew all of my source code and understood what was going on. Recently I have been working on a lot of projects where I don't know the