At 11:46 PM 11/22/00 +0100, Raffael Herzog wrote:
>On Wed, 22 Nov 2000, [EMAIL PROTECTED] wrote:
>
>> Raffael,
>> 
>> Great! Thanks for your response. I'll try out your patch when you
>> send it.
>
>OK, here's a "patch" (actually it's some new source code). I
>downloaded the absolutely latest release (2.2.6beta5) of JDE and
>inserted my new code into jde-wiz.el. There were two problems:
>
>1. The old jde-wiz-update-class-list didn't replace "\" by "\\". This
>   is corrected now.
>

I'm not sure this is a good idea. This fixes the problem here, but not
everywhere. A path with single backslashes is erroneous. I think signaling
an error serves the user better in th e long run.

>2. It seems like Paul only included the new jde-wiz.el, but not the
>   new JdeUtilities.java. So after inserting the new code into
>   jde-wiz.el I still got an eval error of the BeanShell because there
>   was no method JdeUtilities.buildClassList(String).

To my consternation, I learned that the makefile that builds the JDE
distributable does not rebuild the util classes. The source is there but
the compiled class is not included in the jde.jar. I have fixed this and I
will be releasing a new release shortly that includes the updated class in
the jde.jar file.

- Paul

Reply via email to