Debugging Bea Weblogic EJB Applications

2001-02-02 Thread klaus . berndl
Hello, im using Bea Weblogic 5.1 for Solaris 5.6. JDK 1.3.0 and all necessary patches needed by the JPDA debugging platform (and therefore by JDEbug). JDE 2.2.6 and Emacs 20.7 are used. Ihave successfully tried to debug some simple standalone java-programs with JDEbug. It seems to work ok,

Re: setting up a printer

2001-02-02 Thread Peter Woo
If it is printed in 2-page format per one side of the page, then set-variable on ps-number-of-columns is the place to reset it. If it is printed in the front and back of the page, then I guess most probably is the Windows print driver setting (Assuming that you are using Windows or NT) rather

Hippie expand

2001-02-02 Thread Noel Welsh
By default M-/ is bound to dabbrev-expand, which subsumes the function of hippie-expand Noel

AW: Hippie expand

2001-02-02 Thread klaus . berndl
By default M-/ is bound to dabbrev-expand, which subsumes the function of hippie-expand This is completely wrong...the inverse direction is correct: hippie-expand contains most of the function of dabbrev-expand but not reversely. E.g. hippie-expand can also expand file- and pathnames which is

RE: hippie-expand

2001-02-02 Thread Chuck . Irvine
Hi Steff, Maybe what I wanted to do makes sense, I don't know. I thought it would be useful to have hippie-expand first try to use jde-complete-at-point to complete java methods and fields. To do this, you have to add jde-complete-at-point to the list of completion functions that

RE: JMaker help: find .class files in other directory than source files

2001-02-02 Thread Wing, Pak
ant is a much faster build tool than make as it compiles the changed source files in one go rather than spawning processes for compiling each file. see http://jakarta.apache.org/ant/ for more info. Actually, there was a discussion on this list a couple weeks ago about "jde and ant", which you