ECB 1.96 released!!

2003-09-15 Thread Berndl, Klaus
ECB 1.96 is released! What's new in the new release: -- * Changes for ECB version 1.96 ** ECB can work together with the window-managers escreen and winring This allows to run applications like Gnus, VM or BBDB in the same frame as

jde-make not working strangely

2003-09-15 Thread Charles Sutton
When I do jde-make while visiting a buffer from my project, here's what I see in the compilation buffer: cd /Users/casutton/cvs/mallet make mine make: *** No rule to make target `mine'. Stop. That's strange, I thought, I'm sure I have a target called `mine', and I have only one Makefile, so

Problem with implement-interface wizard

2003-09-15 Thread Charles Sutton
I was trying to use the implement-interface wizard, which just looks awesome. So I went to my class, and did C-c C-v i The minibuffer read Interface name: and I entered DiscreteDistribution which is on my classpath and sourcepath. The response I got was Error: could not find

Problem with implement-interface wizard

2003-09-15 Thread Paul Kinnucan
Charles Sutton writes: I was trying to use the implement-interface wizard, which just looks awesome. So I went to my class, and did C-c C-v i The minibuffer read Interface name: and I entered DiscreteDistribution which is on my classpath and sourcepath.

RE: Problem with implement-interface wizard

2003-09-15 Thread Petter Måhlén
Hi, The error you're getting is from the Java side of the JDE, whereas it is the elisp side of the JDE that figured out the full class name. It could be that the Java code can't find it because at the time the beanshell process was started, the interface was not on the classpath. In that case,