JDEE 2.2.9beta9 Lisp exception

2002-03-14 Thread Douglas WF Acheson
. Thanks Douglas WF Acheson = Douglas WF Acheson __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/

[ENH] jde-ant.el request

2001-10-28 Thread Douglas WF Acheson
ed via the jde-ant-jdk-dir variable. These are the only two defcustom variables that need to be set. Once that is done the user is off to the races. I have tested it out only with XEmacs and Win2k. I am fairly sure it will work regardless, says here in fine print :-) dwfa ;;; start of Dougla

RE: jde-ant and fast ms-dos window

2001-10-23 Thread Douglas WF Acheson
buffer (the compilation buffer?) ? > > Seems like this would be a FAQ, but I couldn't find anything in the > ant > related customizations, or in the archives. > > -- > == > Larry Strollo

Re: ant and paths

2001-10-11 Thread Douglas WF Acheson
l begin to see enhanced evil productivity.' > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt > > iD8DBQE7xNAaAwM6xb2dfE0RAnRnAKDQEb4NfYzlJEyJYXtX4wgZv50OAwCgyPD8 > Lca3nNQPnC/IteD4OVtocdE= > =st33 > -END PGP SIGNATURE- = Douglas WF Acheson __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com

Indentation problem

2001-08-23 Thread Douglas WF Acheson
does not line up properly the emacs/parser - brace matcher thinks the last brace belongs to the method b and not the closing brace for the class. If I remove the comment on the if "// 1" then it works perfectly. :-( Any help would be appreciated. Douglas WF Acheson ===== Douglas

RE: jde-ant Buildfile template

2001-07-30 Thread Douglas WF Acheson
Hey, I know this is late, but, how about creating a target to create javadoc? Douglas WF Acheson --- Jeff Rancier <[EMAIL PROTECTED]> wrote: > Good idea. > -Original Message- > From: Jason Stell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 10:53

RE: Problem in AutoIndent

2001-07-30 Thread Douglas WF Acheson
to the java-mode-hook. This way I let jde to it's stuff and I can do mine. I find this to work out very well. BTW, the above lisp code is in my javastartup defun. Douglas WF Acheson --- Gautam Mani <[EMAIL PROTECTED]> wrote: > Hi, > Could you please tell me how to do the same;

Re: jde-ant

2001-07-23 Thread Douglas WF Acheson
additional jar files they need to run ant and not worry about the required jars. If I have made a error please let me know. Douglas WF Acheson P.S. If you can come up with better wording for the jde-ant-invocation-style I would be very much appreciated. --- [EMAIL PROTECTED] wrote: > > D

Re: jde-ant

2001-07-18 Thread Douglas WF Acheson
in the -classpath option to java. I believe that the example below will not work correctly. Am I missing something? Thanks ... Douglas WF Acheson --- [EMAIL PROTECTED] wrote: > > Douglas > > Regarding your second issue, I typically do something like the > following in > my

Re: Need help to run jdb with JDE 2.2.7.1 under XEmacs 21.1

2001-06-28 Thread Douglas WF Acheson
aunch the application 4-> set breakpoints 5-> run the application (continue under JDEBug menu) This got me working. If you need more help please provide init file(s) and steps taken. Douglas WF Acheson --- "Jonathan Shim [ESRI-Phoenix]" <[EMAIL PROTECTED]> wrote: > > Hi, > &

RE: JDE Windows 2000 Help please

2001-06-18 Thread Douglas WF Acheson
--- 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

RE: JDE Windows 2000 Help please

2001-06-18 Thread Douglas WF Acheson
{ A a = new A() ; a.displayInfo() ; } catch(Throwable t) { System.out.println(t) ; } } } = Douglas WF Acheson __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/

Re: JDE Windows 2000 Help please

2001-06-18 Thread Douglas WF Acheson
--- Douglas WF Acheson <[EMAIL PROTECTED]> wrote: > Hello, > > Since no one has replied to my other email I kinda figured that I > would not get help with Xemacs, so I downloaded Emacs 20.7 and am > running that to get JDEBug to work. As it turns out I again cannot > g