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 [--symbol

Re: Version 1.3 of jde-ant.el

2001-06-19 Thread Jason Stell
I concur, but I don't think we want to couple jde-ant with the Ant XML schema. I would rather delegate to the Ant program. I thought about the possibilty of using beanshell to invoke the Ant program main. This would relieve the cost of starting up an additional VM. However, Ant comes with shell s

RE: Version 1.3 of jde-ant.el

2001-06-19 Thread Nick Sieger
Title: RE: Version 1.3 of jde-ant.el Perhaps ant -projecthelp could be spawned inside of the beanshell.  This would avoid the JVM startup costs.  For that matter, maybe ant could always be spawned in the beanshell.  The only difficulty I see would be to capture its output properly and display

Re: Version 1.3 of jde-ant.el

2001-06-19 Thread Knut Wannheden
"Molitor, Stephen" <[EMAIL PROTECTED]> writes: > Cool! > > Would it be possible to have tab completion available when selecting the > build target (when running jde-ant-build, when jde-ant-read-target is on)? > The way find-file works? > [...] For this purpose one could also use regexps or

RE: Version 1.3 of jde-ant.el

2001-06-19 Thread Molitor, Stephen
OK, I'll look into it! It's time for me to stop mooching and do something for JDE (even if it's just a tiny little thing like this)! I'll try to get something by Monday (June 25). Steve Molitor [EMAIL PROTECTED] -Original Message- From: Jason Stell [mailto:[EMAIL PROTECTED]] Sent: Tue

Re: Version 1.3 of jde-ant.el

2001-06-19 Thread Jason Stell
Hmmm... that would indeed be nice, but, not being an elisp pro, I'm not quite sure about if/how this could be done. You'd have to parse the output of jde-ant-projecthelp and read the available targets, then integrate this into the emacs expand facility Anyone have any ideas/thoughts on this?

RE: Version 1.3 of jde-ant.el

2001-06-19 Thread Molitor, Stephen
Cool! Would it be possible to have tab completion available when selecting the build target (when running jde-ant-build, when jde-ant-read-target is on)? The way find-file works? Steve Molitor [EMAIL PROTECTED] -Original Message- From: Jason Stell [mailto:[EMAIL PROTECTED]] Sent: Tues

jdebug - no response to command

2001-06-19 Thread David Green
Hi, I have had this problem for a while and I assume that others are by it from the few hits I find in google. Basically, on Mandrake Linux 7.1+ using XEMACS __ JDE 2.2.7.1 IBM VM with JDK 1.3 or Sun VM with JDK 1.3, I can not make a connection between the debugger and the controller (xemacs wit

FW: jde-global and compiling classpath

2001-06-19 Thread van Rooyen GC
Hi Eli, (There are shortcuts to the procedure below, but for the new user the one below might be more understandable). To customize a variable I would do: Help > Customize > Specific option > variable-name (e.g. jde-global-classpath) This brings up a customization buffer which shows the current

Version 1.3 of jde-ant.el

2001-06-19 Thread Jason Stell
I've attached a version 1.3 of jde-ant.el (modified from that distributed with JDE 2.2.8beta1). It defines the new function jde-ant-projecthelp, which invokes Ant with the "-projecthelp" switch to list all available targets for the current buildfile. Regards Jason jde-ant.el begin:vcard n:Ste

RE: JDE Windows 2000 Help please

2001-06-19 Thread Paul Kinnucan
At 06:45 PM 6/18/2001 -0700, you wrote: >--- Douglas WF Acheson <[EMAIL PROTECTED]> wrote: > > > > --- "MacEachern, Tim" <[EMAIL PROTECTED]> wrote: > > > Looks like it never reaches your breakpoint. Try enclosing the > > whole > > > "main" function in a > > > try {...} catch (Throwable t) { Syste

Re: jsp tag coloring

2001-06-19 Thread Gian Uberto Lauri
> "J" == Jmade <[EMAIL PROTECTED]> writes: J> Hello, J> I would like to know if anyone has develop a jsp standard tag extension J> recognition. In particular how to implement a custom tag handler for your J> tag and standard one: J> <% %> <%= %><%@ %> and so on html-helper-mode does

jsp tag coloring

2001-06-19 Thread Jmade
Hello, I would like to know if anyone has develop a jsp standard tag extension recognition. In particular how to implement a custom tag handler for your tag and standard one: <% %> <%= %><%@ %> and so on ... How to color it, when emacs parse the code? Thanks for all your help. Eli Spizz