BeanShell Class Browser

2005-03-29 Thread Paul Kinnucan
Abner Ballardo writes: > Hi, > > I installed jde 2.3.5 this weekend,... everything works fine but I > couldn't use BeanShell Class Browser because jde-browse-class-at-point > (jde.el) calls a function jde-open-get-path-prefix-list that was not > defined. > &

BeanShell Class Browser

2005-03-28 Thread Abner Ballardo
Hi, I installed jde 2.3.5 this weekend,... everything works fine but I couldn't use BeanShell Class Browser because jde-browse-class-at-point (jde.el) calls a function jde-open-get-path-prefix-list that was not defined. Searching in CVS, I found that it was deleted from jde-open-source.

beanshell 'locks' jars, bsh-exit not working

2003-10-24 Thread Paul Kinnucan
doing the "get > latest", but it seems like that hasn't worked for a few betas. bsh-exit > now gives the message: "eieio-generic-call: No method definition: > bsh-running-p, (unbound)". Currently I have to quit and restart Emacs. > That's a r

RE: RE: BeanShell can't find my class (jde-import-find-and-import)

2003-03-04 Thread Petter Måhlén
/build/classes [INS] [DEL] ... This will be turned into a list of strings. I think that including $CLASSPATH there is not likely to work, since it will not be correctly changed from a :-separated list into an elisp list. If it works for the beanshell, that is more of an accident than anything, and I

Re: RE: BeanShell can't find my class (jde-import-find-and-import)

2003-03-03 Thread otisg
C-v C-. and then look at the BeanShell buffer I see that it correctly expanded $CLASSPATH: /usr/local/jdk/bin/java -classpath /usr/lib/xemacs/xemacs-packages/etc/jde/java/bsh-commands:/usr/local/jdk/lib/tools.jar:/usr/lib/xemacs/xemacs-packages/etc/jde/java/lib/checkstyle-all.jar:/usr/lib/xemacs/x

RE: BeanShell can't find my class (jde-import-find-and-import)

2003-03-01 Thread Petter Måhlén
PROTECTED] > Sent: den 28 februari 2003 21:32 > To: [EMAIL PROTECTED] > Subject: BeanShell can't find my class (jde-import-find-and-import) > > > Hello, > > I am trying to use JDE's > jde-import-find-and-import. > Unfortunately, JDE/BeanShell cannot find

BeanShell can't find my class (jde-import-find-and-import)

2003-02-28 Thread otisg
Hello, I am trying to use JDE's jde-import-find-and-import. Unfortunately, JDE/BeanShell cannot find any class I specify, and therefore JDE cannot insert the import statement. In my code I have: Bar bar = new Bar(); The focus is on Foo when I invoke jde-import-find-and-import. Bean

Beanshell evaluation error...

2003-02-21 Thread Paul Kinnucan
ill bsh and let it restart, it > works for the current buffer, and then stops working > if I open another buffer. The most valuable thing I > lose is the syntax coloring and being able to navigate > through code easily. > > Beanshell expression evaluation error. > Expressio

JDE mode in BeanShell

2003-02-07 Thread Christian Mercat
Hi there, I would like to understand whether it is possible to use the JDE mode inside the BeanShell. I mean it's java you type in the bsh, so there are plenty of useful features in the JDE that would help me type in the BeanShell. Of course, I added the .bsh extension (cons &q

Beanshell is unable to find ant.jar

2002-12-15 Thread Martin Schwamberger
Hi, I'm using AntServer. In the last few weeks, I frequently received the following error message when I tried to build my project: You need ant.jar in the beanshell classpath. The beanshell uses jde-global-classpath or the environment variable CLASSPATH. I could f

Instantiating BeanShell per project

2002-12-04 Thread Paul Kinnucan
Raul Acevedo writes: > How hard would it be to have a BeanShell instance per project? > > For example, currently I work on FOUR JDE projects at once in a single > Emacs session, which corresponds to two main projects, each with two > branches (main development branch an

Instantiating BeanShell per project

2002-12-04 Thread Raul Acevedo
How hard would it be to have a BeanShell instance per project? For example, currently I work on FOUR JDE projects at once in a single Emacs session, which corresponds to two main projects, each with two branches (main development branch and stable branch). Clearly this is a problem with the

Re: Design question using beanshell

2002-09-30 Thread Paul Kinnucan
Galen Boyer writes: > Hi Paul, > > I know you recommend eieio highly. Do you have a simple explanation of > how you use it, along the lines of your simple/elegant description of > how you connected Elisp to a JVM? (Feel free to forward this to the JDE > list if you feel it is appropriate

Re: BeanShell error - problem solved

2002-04-30 Thread Mark Johnson
sh.jar > bsh.Interpreter > Exception in thread "main" java.lang.NoClassDefFoundError: bsh/Interpreter > > On 04/25/02, I received this from [EMAIL PROTECTED]: > > Mark Johnson writes: > > > I get this error whenever BeanShell tries to run. > >

RE: Speeding up the BeanShell?

2002-04-12 Thread Paul Kinnucan
lem or > not, but I figured I'd mention it. > > cheers, > Charles > > > -Original Message- > > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > > Sent: 12 April 2002 14:41 > > To: Elias Biris > > Cc: Paul Kinnucan; JDE List (E-mail) &g

RE: Speeding up the BeanShell?

2002-04-12 Thread Lowell, Charles (Thoughtworks)
> -Original Message- > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > Sent: 12 April 2002 14:41 > To: Elias Biris > Cc: Paul Kinnucan; JDE List (E-mail) > Subject: RE: Speeding up the BeanShell? > > > Elias Biris writes: > > thanks for the reply: >

RE: Speeding up the BeanShell?

2002-04-12 Thread Paul Kinnucan
Elias Biris writes: > thanks for the reply: > > The changes that you suggest do not sort my problem. Even without the jars in the >classpath the Beanshell cannot find the requested classes promptly enough. Also my >code base is already quite large. I don't know why t

RE: Speeding up the BeanShell?

2002-04-12 Thread Elias Biris
thanks for the reply: The changes that you suggest do not sort my problem. Even without the jars in the classpath the Beanshell cannot find the requested classes promptly enough. Also my code base is already quite large. On another aspect, the invocation of the beanshell is done via the

RE: Speeding up the BeanShell?

2002-04-12 Thread Paul Kinnucan
Elias Biris writes: > Okdok. Attached is the report generated. thanks for the patience. > I notice in your report that you are using JDE 2.2.9beta9.1 but you have the jde.jar and bsh.jar for JDE 2.2.8 in your jde-global-classpath. This is not good, using an earlier version of the JDE's jar file

RE: Speeding up the BeanShell?

2002-04-12 Thread Elias Biris
Okdok. Attached is the report generated. thanks for the patience. > -Original Message- > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 12, 2002 12:18 PM > To: Elias Biris > Cc: JDE List (E-mail) > Subject: Speeding up the BeanShell? > &

Speeding up the BeanShell?

2002-04-12 Thread Paul Kinnucan
nt to your problem. - Paul Elias Biris writes: > Hi, > > I am trying to understand how the BeanShell works, for finding a class whose name is >under the cursor. > > the Beanshell is configured correctly and loads fine but its response time is a bit >of an iss

Speeding up the BeanShell?

2002-04-12 Thread Elias Biris
Hi, I am trying to understand how the BeanShell works, for finding a class whose name is under the cursor. the Beanshell is configured correctly and loads fine but its response time is a bit of an issue: Many times it sends no reply, and I need to retry again and again till it finally

RE: Beanshell + windows setup

2002-04-10 Thread Berndl, Klaus
Elias Biris writes: > PS: By the way I tried the 2.2.9 current beta to see if this error >can be alleviated but jde keeps complaining that the speedbar version is >incompatible (0.14beta4). Trying 0.13 as it suggested causes my ECB >(Emacs Code Browser) mode to stop working successfuly). Not JD

Beanshell + windows setup

2002-04-09 Thread Paul Kinnucan
Elias Biris writes: > Hi, > > I am a new user of JDE. > > I am trying to work out how the 'Find -> Class Source' works, on > emacs-21.1 for windows. So far I cannot manage to make the > Beanshell work properly apparently. It reports that it is > &#x

Beanshell + windows setup

2002-04-09 Thread Elias Biris
Hi, I am a new user of JDE. I am trying to work out how the 'Find -> Class Source' works, on emacs-21.1 for windows. So far I cannot manage to make the Beanshell work properly apparently. It reports that it is 'starting', but then the entire emacs is hanging for several

beanshell error

2001-10-31 Thread Paul Kinnucan
empty > Loading jde...done > Loading lazy-lock... > Loading lazy-lock...done > Setting JDE variables to startup values... > Loading timer... > Quit > Loading timer...done > Starting the BeanShell. Please wait... > Beanshell expression evaluation er

beanshell error

2001-10-31 Thread Joe Berry
-font-lock: building names cache... jde-java-font-lock: building names cache...empty Loading jde...done Loading lazy-lock... Loading lazy-lock...done Setting JDE variables to startup values... Loading timer... Quit Loading timer...done Starting the BeanShell. Please wait... Beanshell expression evalua

another beanshell "bug" :)

2001-10-29 Thread Max Rydahl Andersen
It seems that beanshell keeps a handle to all the .zip/.jar files it has accessed. That is not nice :) It makes it impossible to call "ant clean" on a project which deletes all the generated .jar files which might be on jde-global-classpath. It would be much better if beanshell j

beanshell fails if classpath contains reference to empty/zero-sized .jar file

2001-10-29 Thread Max Rydahl Andersen
When I use some of the completion, javadoclookup, find-class-source functions and the global-classpath contains a .jar file with size zero (or the .jar file does not exist) jde fails and shows the following stacktrace in *Messages*. Error evaluating Lisp result of Java expression evaluation. Ja

Re: beanshell-startup.el

2001-10-21 Thread Kevin A. Burton
In this case the difference would be that beanshell-startup.el - - starts up bsh right after Emacs is loaded. - - if the bsh is shut down for some reason, it is started back up again. (this was a problem I had for a long time). Kevin - -- Need a good Engineer? Hire me! ( Java | P2P |

Re: beanshell-startup.el

2001-10-21 Thread Paul Kinnucan
> > > > This is a little script I wrote to make sure that the bsh is always running. > > > > > > > What's wrong with jde-launch-beanshell-on-demand-p? > > > > Documentation: If non-nil, the JDE launches the Beanshell the first time it is

Re: beanshell-startup.el

2001-10-21 Thread Kevin A. Burton
s running. > > > > What's wrong with jde-launch-beanshell-on-demand-p? > > Documentation: If non-nil, the JDE launches the Beanshell the first time it is > needed. Otherwise, the JDE launches the Beanshell, if it is not already > running, whenever you open a Java sou

Re: beanshell

2001-09-24 Thread Myriam Abramson
> Paul Kinnucan <[EMAIL PROTECTED]> scribbled furiously: > There is no need to set any variables for bsh. Without a lot more > information, e.g., which version of Java are you using, which > operating system, etc. I wouldn't even want to venture a guess as to > why bsh is segving. It certainly h

Re: beanshell

2001-09-21 Thread Paul Kinnucan
There is no need to set any variables for bsh. Without a lot more information, e.g., which version of Java are you using, which operating system, etc. I wouldn't even want to venture a guess as to why bsh is segving. It certainly has nothing to do with Emacs or the JDE. - Paul At 07:58 PM 9/2

beanshell

2001-09-20 Thread Myriam Abramson
Hi! What are the relevant emacs variables to set for bsh? I get java -classpath /usr/java/jdk/jre/lib/rt.jar:/usr/java/jdk/lib/tools.jar:/usr/java:/home/myriam/java:/home/myriam/school:/home/myriam/school/tokujawa:/home/myriam/emacs/jde/java/bsh-commands:/home/myriam/emacs/jde/java/lib/jde.j

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: dynamic class loading in jde+beanshell

2001-08-12 Thread burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Eric D. Friedman" <[EMAIL PROTECTED]> writes: > This would allow one bsh process to function correctly across multiple > projects, because the project loading process would include a hook to tell the > already running bsh which classpath to use. An

RE: Start of the Beanshell

2001-07-05 Thread Gautam Mani
t: Tuesday, July 03, 2001 3:06 PM > To: 'JDE'; 'Paul Kinnucan' > Subject: Start of the Beanshell > > > Hi! > > I found it very annoying that the first beanshell start takes > a long time. > Meens if you do your first completion for example (or help &

Start of the Beanshell

2001-07-03 Thread Berndl, Klaus
Hi! I found it very annoying that the first beanshell start takes a long time. Meens if you do your first completion for example (or help for symbol at point), then you must wait a veeery long time :-) IMHO there exists a also very simple solution for this problem: Why not starting the

beanShell and JDE ?

2001-06-19 Thread Eric Chastan
How to launch the beanShell class browser from bsh window in JDE ? I tried the following but if failed. Thanks Eric. bsh % classBrowser() Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found

Re: No reply from BeanShell

2001-04-02 Thread Paul Kinnucan
.2 (beta44) >on Linux 2.4.2 with jdk 1.3 from blackdown. > Timing out has been a problem with the beanshell on Unix platforms. Try increasing bsh-eval-timeout and bsh-startup-timeout. - Paul

Re: Other beanshell versions?

2001-02-28 Thread Len
Paul Kinnucan wrote: > Which version of the JDE are you using. The current version use beanshell > 1.0 beta unpatched. I dropped the new bsh.jar into place and found that jde was still popping up with the 0.96 version. Where was jde getting that from? Turns out it was whatever versi

Re: Other beanshell versions?

2001-02-28 Thread Len
Paul Kinnucan wrote: > You can do that. It should work unless the latest version has introduced > incompatibilities with Emac as have previous versions. Cool -- I'll give the latest beanshell a try, as Ben has found it works for him. > Which version of the JDE are you usin

Re: Other beanshell versions?

2001-02-28 Thread Paul Kinnucan
At 10:41 AM 3/1/01 +1300, Len wrote: >Hi, > >I notice that the version of beanshell distributed with jde is a bit >behind the most recent stable version at www.beanshell.org. What's the >easiest way to upgrade it: is it just as simple as dropping a new >bsh.jar into th

ANN: Fix for Beanshell bug

2001-02-24 Thread Paul Kinnucan
At 03:40 PM 2/24/2001 -0500, Javier S. Lopez wrote: > >Please enter the details of your bug report here > >Hi Paul, >I just downloaded the new jde and I got the following message >when trying to use the command jde-complete-at-point-menu. >I saw the same error in the version 2.2.7beta1. >I am runn

Re: beanshell

2001-01-27 Thread Myriam Abramson
Thanks. Unfortunately there is still something else wrong. How do I set the LD_LIBRARY_PATH in jde? java -classpath /home/myriam/emacs/jde/java/bsh-commands:/home/myriam/emacs/jde/java/lib/jde.jar:/home/myriam/emacs/jde/java/lib/bsh.jar:/usr/java/jdk/lib/tools.jar:/usr/java/jdk/jre/lib/rt.jar:

Re: beanshell

2001-01-27 Thread Stephane
To my mind , you make a mistake : rt.jar is not in jdk/lib/rt.jar but in jdk/jre/lib/rt.jar (That 's why object is not found) Steff Myriam Abramson wrote: > Hi! > > I'm an avid user of the beanshell within jde. However, I get the > following error with

beanshell

2001-01-27 Thread Myriam Abramson
Hi! I'm an avid user of the beanshell within jde. However, I get the following error with the latest jde (2.2.6). The same java command works outside of emacs. Thanks, cd /home/myriam/school/tokujawa/play/ java -classpath /home/myriam/emacs/jde/java/bsh-commands:/home/myriam/emacs/jde