Re: [PATCH] compile.el

2003-03-25 Thread John Russell
I use JDE all the time but am new to this list. Are all these patches that get submitted to this list going to be rolled up into the next JDE release, or should I really be keeping track of all of them? Thanks. John On Mon, 2003-03-24 at 23:36, Andy Piper wrote: This patch adds ant build file

Re: jde-ant-working-directory patch

2003-03-25 Thread Ryan Shaw
Ivan wrote: Some people in list asked about problem with jde-ant-working-directory. Patch is below. Thank you, Ivan. Your patch is great, I can finally run my directory-sensitive unit tests from JDE! -- Ryan Shaw [EMAIL PROTECTED] Senior Developer Vanten K.K. http://www.vanten.com/ GPG

Not closing compilation buffer on successful compile?

2003-03-25 Thread Ryan Shaw
How can I configure JDE to *not* close the compilation buffer after a successful compile? -- Ryan Shaw [EMAIL PROTECTED] Senior Developer Vanten K.K. http://www.vanten.com/ GPG key ID: 0xCF08A67A http://www.gnupg.org/ 01EC B88E 1157 6083 EF54 46F0 9874 E65A CF08 A67A gpg --keyserver

[PATCH] jde-ant fix

2003-03-25 Thread Andy Piper
This fixes some jde-ant issues under windows and cygwin. This is my last pressing jde patch for XEmacs, everything seems to work reasonably well now. andy 2003-03-24 Andy Piper [EMAIL PROTECTED] * jde-ant.el (jde-build-ant-command): refactor ant home determination. Fix cygwin

AW: Not closing compilation buffer on successful compile?

2003-03-25 Thread Schmitt, Christian (ext.)
-Ursprungliche Nachricht- Von: Ryan Shaw [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. Marz 2003 03:24 An: [EMAIL PROTECTED] Betreff: Not closing compilation buffer on successful compile? How can I configure JDE to *not* close the compilation buffer after a successful

RE: [PATCH] compile.el

2003-03-25 Thread Andy Piper
I use JDE all the time but am new to this list. Are all these patches that get submitted to this list going to be rolled up into the next JDE release, or should I really be keeping track of all of them? Thanks. I plan on applying them to CVS, when the rest of my workspace is clean. If you

[ANN] PMD interface for Emacs

2003-03-25 Thread Nascif Abousalh-Neto
Hi all, Take a look at PMD (http://pmd.sourceforge.net/ http://pmd.sourceforge.net/ ). This is a Java source code analyser similar in some aspects to CheckStyle, but with some very interesting non-overlapping features: Unused local variables Unused parameters

RE: [ANN] PMD interface for Emacs

2003-03-25 Thread Nascif Abousalh-Neto
I saw your version, Jason. The current version is very similar (user the compilation mode as well). Take a look at the new command, pmd-current-dir. You may want to call it every now and then instead of calling pmd-current-buffer for every file every time you save them (although I agree, the JVM

FYI: CheckStyle v3.0 available

2003-03-25 Thread Nascif Abousalh-Neto
Hi, Looks like there is a new version of CheckStyle out there, with some really cool enhacements (I particular I like this one: Detect hiding of fields by parameters or local variables with the same name). The bad news is: As of release 3.0 Checkstyle has changed it's configuration system. The