On Wed, Mar 3, 2010 at 4:10 AM, Torstein Krause Johansen
<[email protected]> wrote:
> Have a look at my Emacs tutorial: http://tkj.freeshell.org/emacs/java/
> It's not quite finished yet, but it explains how to get on the fly
> syntax checking, graphical remote debugging, syntax checking of Java
> related XML files and basic Maven & Ant support.

For what it's worth, I have no problem using the
jde-eclipse-compiler-server.el 0.2 with current jdee / emacs (rather
than the one mentioned at http://www.credmp.org/?p=54). You have to
use the absolute path to ecj.jar when you configure it, and make sure
you set jde-ecj-command-line-args (it doesn't use
jde-compile-option-command-line-args).  I think it would be great to
bring this under jdee svn where it can be integrated and/or
maintained.

It has two mechanisms for flymake syntax highlighting, a slow/robust
method that starts a separate process each time, and a fast/flaky
method that talks to the currently running compile server - hopefully
the emacs flymake library will be enhanced to better support this
usage model for flymake as there is a dramatic speed difference.

Cheers,
Len.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to