Re: JDE-2.3.0 available at

2002-12-02 Thread Artur Hefczyc
I just checked my JDEE installation script for compatibility with existing last version (2.3.0). Looks like it works well, I just upgraded and ran my environment. Previous script version should also be good. So If you are not very familiar with make files, emacs compilation and don't want too loo

Problem using Jalopy with XEmacs and JDE

2002-12-02 Thread Kamran Kundi
Please enter the details of your bug report here Hi, I am trying to use the JALOPY code beautifier. I am using the original jde-jalopy.el provided by Nascif Abousalh-Neto at: http://www.mail-archive.com/jde@sunsite.dk/msg05155.html I tried setting the `jde-jalopy-option-path' variable t

Re: JDE-2.3.0 available at

2002-12-02 Thread Artur Hefczyc
Hi, > 1st question, why doesn't it include ecb? It is not required by JDEE. > I tried your script, changed > SITE_LISP_DIR=/usr/share/emacs/site-lisp > (where jde, semantic, elib, eieio are) > DIRTMP=/tmp/jde-tmp ok, > and commented out > # SITE_DIR_TMP=`cygpath -m $SITE_LISP_DIR` > # if [ $? ]

-target and -source with javac 1.4

2002-12-02 Thread Victor Kirk
Hi, I've attached a patch which adds an extra customisation variable `jde-compile-option-source', for specifing the '-source' argument introduced with the 1.4 complier to allow/dissallow assertions. I also updated `jde-compile-option-target' so that it has a 1.4 option. This patch was made ag

Re: Support in emacs for RefactorIT

2002-12-02 Thread Daniel Hegyi
> > Does anyone know about any kind of support > > in emacs or even JDEE for RefactorIT? > I don't plan to provide any support in the JDEE for RefactorIT as it > is a commercial product. In general I believe commercial vendors > should themselves provide Emacs support for their commercial > produ

Re: Support in emacs for RefactorIT

2002-12-02 Thread Jaanek
Hi, You can use the Standalone version of RefactorIT together with Emacs/XEmacs by switching between the two. Make the refactorings in Standalone version of RefactorIT and then refresh the modified sources in Emacs. /Jaanek Artur Hefczyc wrote: Hi, Does anyone know about any kind of support i

JDE 2.3.0 issue

2002-12-02 Thread Paul Kinnucan
Joshua Spiewak writes: > Please enter the details of your bug report here > > Hi Paul, > > Just updated to 2.3.0 and had an issue with a prj.el that I had been > using for a while. When I opened a java file in the project, I would > get an error loading the prj.el: "List nesting exceeds

Refactoring Wish List

2002-12-02 Thread Nascif Abousalh-Neto
Title: Refactoring Wish List So far we have: 1. Changing class name (and all references). 2. Changing names of any choosen class member - field, method (and all references) 3. Changing package for one or more classes with 'one click' (and all references) 4. Moving class to different package

debugger error

2002-12-02 Thread zl001m
Hi, I'm quite new to emacs and I encountered a strange error, and I'm attaching the details of this error. Emacs with the JDEE worked fine for a month, but suddenly this error appeared. I'm on windows XP, with emacs 21.2, JDEE 2.3.0... could anyone please help? Thanks! Zachary Debugger enter

Re: Refactoring Wish List

2002-12-02 Thread Andrew Hyatt
Nice list. What's the difference between 3 and 4, though? 12 already exists in the current jde-xref code, except it does not work for classes yet, only class variables and methods. "Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes: > So far we have: > > 1. Changing class name (and all re

Re: Refactoring Wish List

2002-12-02 Thread Galen Boyer
On Mon, 2 Dec 2002, [EMAIL PROTECTED] wrote: > Maybe we should have a page somewhere and vote? A system like > bugzilla to track requirements/bugs and get user input on the > most desirable ones would be nice. Maybe the wiki? -- Galen Boyer

RE: Refactoring Wish List

2002-12-02 Thread Sebastian Hauer
Title: Message Not exactly refactoring but unbelievably useful. Find the usage of a variable or method name.   If JDEE or some other free emacs mode is able to provide this feature please let me know.   Regards,   Sebastian -Original Message-From: Nascif Abousalh-Neto [mailt

Re: Refactoring Wish List

2002-12-02 Thread Andrew Hyatt
It's there now, but the code is pretty "alpha" in my opinion. I think it should stabilize in the next few weeks. "Sebastian Hauer" <[EMAIL PROTECTED]> writes: > Not exactly refactoring but unbelievably useful. > Find the usage of a variable or method name. > > If JDEE or some other free emacs