RE: relative paths

2001-08-13 Thread Nascif Abousalh-Neto
Title: RE: relative paths > -Original Message- > From: Nick Sieger [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 13, 2001 3:25 PM > To: Abousalh-Neto, Nascif [NCRTP:3X50:EXCH] > Cc: 'jde' > Subject: RE: relative paths > > > Why not put the code to set environment variables and ot

Re: relative paths

2001-08-13 Thread Paul Kinnucan
Title: RE: relative paths   - Original Message - From: Nascif Abousalh-Neto To: Paul Kinnucan ; Stefan Heimann Cc: jde Sent: Monday, August 13, 2001 3:07 PM Subject: RE: relative paths We have a large system composed by frameworks and client/server appli

RE: relative paths

2001-08-13 Thread Nick Sieger
Why not put the code to set environment variables and other non-JDE variables inside of the project file itself? It will be executed every time a project switch happens, because the contents of the project file are evalled. Thus, there should be no need for defadvice. BTW, the jde-save-project

RE: relative paths

2001-08-13 Thread Nascif Abousalh-Neto
Title: RE: relative paths We have a large system composed by frameworks and client/server applications; these individual projects share many library and output directories, hence the need for deep directory structures. The point is that the contents of the environment variables must be change

Re: JDE Installation difficulties

2001-08-13 Thread Daniel Oblinger
NOTE #1 > I agree with Javier Lopez that this needs to be posted on the JDE web site > in the Requirements section. I will do so ASAP. Yes, I woke up this morning and saw Javier's note. Service pack 2 did the trick! Thanks Javier! thanks Paul! __ NOTE #2 Forgive me if the

Re: relative paths

2001-08-13 Thread Paul Kinnucan
Title: RE: relative paths   - Original Message - From: Nascif Abousalh-Neto To: Paul Kinnucan ; Stefan Heimann Cc: jde Sent: Monday, August 13, 2001 11:56 AM Subject: RE: relative paths Hi,     Wow, calm down! I was just trying to help. I was not cri

RE: people using jdk < 1.2?

2001-08-13 Thread Schewe, Jon (MN65)
How would you address the possibility of each project using a different version of the same class file? The filenames and jar files are the same, but the code is different. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 13, 2001 12:35 PM

Re: people using jdk < 1.2?

2001-08-13 Thread eric
One more thought on the classes data structure and I'll shut up. ;-) It would be nice if the data extracted from common jars could be shared across projects. That is, JDE shouldn't keep a separate list of the classes in rt.jar for each project a user has open. Assuming that the map approach is

Re: Toggle comments in jde-gen.el

2001-08-13 Thread Paul Kinnucan
Hi Mark, I will look at this more closely this evening. In particular, I'll take your entire code and try to get it to work. I know there is a simple solution. I just don't have the time at the moment to figure out what is really happening and how to fix it. - Paul - Original Message -

Re: Lisp nesting exceeds max-lisp-eval-depth

2001-08-13 Thread Javier S. Lopez
I am running on RH 7.1 (jde 2.28beta5 ) and I see the problem as well. I increased the value of the max-lisp-eval-depth and I still get the problem sporadically. Usually I try the command a few times after I get the error and it works fine. Javier On Monday 13 August 2001 11:48 am, Paul Kinnuca

RE: relative paths

2001-08-13 Thread Nascif Abousalh-Neto
Title: RE: relative paths Hi,     Wow, calm down! I was just trying to help. I was not criticizing JDE or anything.     Anyway, let's see: yes on a second thought I agree that Stefan's  problem is different then mine, and I agree that creating a prj.el on the project root is a much l

Re: Lisp nesting exceeds max-lisp-eval-depth

2001-08-13 Thread Paul Kinnucan
Try upgrading to JDE 2.2.8beta5. If the problem persists, let me know. - Paul

Re: Toggle comments in jde-gen.el

2001-08-13 Thread Paul Kinnucan
- Original Message - From: "Mark Mynsted" To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 9:12 AM Subject: Toggle comments in jde-gen.el > OK. I attempted to get some code working this week-end to toggle > comments for the auto-generated code, and failed. The problem I am > ha

Re: relative paths

2001-08-13 Thread Paul Kinnucan
Title: RE: relative paths   - Original Message - From: Nascif Abousalh-Neto To: Paul Kinnucan ; Stefan Heimann Cc: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 10:08 AM Subject: RE: relative paths Hi Stefan,     I had a similar problem to solve

Re: people using jdk < 1.2?

2001-08-13 Thread Paul Kinnucan
Hi All, Unless there are any strong objections, I'd like to adopt Eric's suggestion and make JDK 1.2 a requirement for the JDE, beginning with JDE - 2.2.9beta1. (I have frozen JDE-2.2.8 and plan to release it shortly.) I believe it's possible to use JDK 1.2+ to develop for JDK <1.2 anyway by n

RE: people using jdk < 1.2?

2001-08-13 Thread jason . stell
Yeah... but under a different package name: com.sun.java.util.collections or something... David Hay

RE: people using jdk < 1.2?

2001-08-13 Thread David Hay
> Are there JDE users who are using versions of Java before Java 2? Even if there are, I think you can download the collections framework for use with 1.1 versions of the JDK. David

RE: relative paths

2001-08-13 Thread Nascif Abousalh-Neto
Title: RE: relative paths Hi Stefan,     I had a similar problem to solve, and used defadvice and environment variables instead of relative paths (which are very error prone and hard to maintain anyway). In my .emacs I have the following: ;;;{{{ set PTM_VOB and JARS_PATH environment varia

Re: Toggle comments in jde-gen.el

2001-08-13 Thread eric
My guess is that you need to quote (s clause) when passing it to (concat). Better still: loose the (concat), since tempo-template already concatenates strings for you. Consider this line: "'(l '> \"if (\" (p \"if-clause: \" clause) \") \"" It will evaluate to '(l '> "if (" (p "if-clause:

Re: dynamic class loading in jde+beanshell

2001-08-13 Thread eric
: 2.3 there is the concept of a Web Application. Specifically a collection of : files distributed as a WAR - which is just a jar with a given directory : structure. WAR files predate 2.3. The new thing in 2.3 is the isolation of the WAR classloader from the loader used by the app server. This

Re: people using jdk < 1.2?

2001-08-13 Thread eric
[java 1 vs. java 2 comments] : Has there been any documentation out about this? I don't see why using the : Collections API would increase performance. Yes, a number of articles and book chapters have been written about the cost of acquiring the synchronization lock on java objects. Since eve

Lisp nesting exceeds max-lisp-eval-depth

2001-08-13 Thread Daniel Herlitz
Please help! Whenever I try to jsp-complete-at-point I get "Lisp nesting exceeds max-lisp-eval-depth". Config: RH 7.1 XEmacs 20.4.1 cc-mode 5.28 eieio-0.17beta2 semantic-1.4beta9 elib-1.0 jde-2.2.7.1 speedbar-0.14beta1 Backtrace: Signaling: (error "Lisp nesting exceeds max-lisp-eval-depth")

Re: people using jdk < 1.2?

2001-08-13 Thread Dmitri Colebatch
On 12 Aug 2001, Kevin A. Burton wrote: > Has there been any documentation out about this? I don't see why using the > Collections API would increase performance. Hashtable and Vector are fully synchronized whereas HashMap and ArrayList are not. To get a synchronized collection in the new API yo

ANN: Semantic 1.4beta9

2001-08-13 Thread David Ponce
Hi all, Semantic 1.4beta9 is available at . This version fixes the problem with javadoc tags which conflicted with Java language elements. Sincerely, David __ Faites un vœu et puis Voila ! www.v