Re: refactoring in jdee

2004-10-03 Thread Graham Bennett
sn't been touched for quite a long time now. As you say, the error is probably caused by changes to JDEE since freefactor was written. I don't have much time to devote to this anymore, but I'm happy to help anyone who might want to take a stab at fixing things. cheers, Graham. -- Graham Bennett

Re: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Graham Bennett
. It would also be in charge of the control flow (apply this change, then this change, undo the last change). Those are my thoughts on the subject anyway, -- Graham Bennett

Re: Support in emacs for RefactorIT

2002-11-30 Thread Graham Bennett
e Beanshell. I haven't been able to do any development work on it recently, but it does support some reasonably interesting refactorings. You can get it at http://www.freefactor.org . Thanks, -- Graham Bennett

Re: multi-mode

2002-07-02 Thread Graham Bennett
s switching mode was a bit slow. I think I settled on using plain html-helper mode which has some support for JSP. You can use the narrowing feature when editing the Java parts, but i found it still wasn't quite as nice as some editors can manage. I'm sure there is a good solution out the

[Fw: look for direction and an example of Java/Lisp communication....]

2002-04-03 Thread Graham Bennett
emacs environment on linux) is sent (via > > Java that I wrote running on the linux box) over to the Sun box running another > > Java application I wrote to actually do the check in/out in sccs. When the SCCS > > command is done on the Solaris box, the command returns to the Java application > > on the linux box and back to the lisp code that initiated the call to begin > > with. All of this communication is synchronous. > > > > I guess the answer I am look for from you is something as follows: > > As a starter, look in jdee-foo.el and search for > > this string "foo-bar". This foo-bar calls a method in this .java > > file. - End forwarded message - -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

Re: Interfacing Java tools with JDEE

2002-03-25 Thread Graham Bennett
of elisp knowledge should be regarded as a barrier. cheers, -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

Re: interfacing java tools with jde

2002-03-23 Thread Graham Bennett
now very little about it. Got a bit carried away with diagrams there :) Thanks for your time, -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

Re: interfacing java tools with jde

2002-03-23 Thread Graham Bennett
ll static methods on my code. I can therefore keep an instance of my tool in a static member somewhere and just call methods on that. This way all the interface will be done in emacs, not with a separate java gui as things like Jacob seem to use. Any thoughts? -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

Re: Help Needed Debugging Tomcat Servelets

2002-01-26 Thread Graham Bennett
cket? The command 'netstat -a' should give you details of all the open sockets on machine. cheers, -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

Re: compiling packages

2002-01-10 Thread Graham Bennett
t - this has a way of doing what you need. You can then make jde use ant to build. -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

Re: Project Hook Function

2001-12-31 Thread Graham Bennett
> > Would this help you? If so, I'll include it in the next beta > release. Yes this seems like a good idea. I'm sure it would have other uses as well. Cheers, -- Graham Bennett [EMAIL PROTECTED] ICQ: 17566658

user-mail-address

2001-12-30 Thread Graham Bennett
Hi, Is it possible to have different email addresses (and maybe even different names) defined for each jde project, i.e. defined in the prj.el. I want to have my work email for work projects and my personal email for personal projects. Thanks in advance, -- Graham Bennett [EMAIL PROTECTED