Hello,
Not a subscriber to the list, but thought I'd submit a one-line fix for
the next version of JDE to handle cases where someone has JDE under
subversion source control.  I ran into this when I accidentally added my
jde directory to a local subversion repository then tried to load emacs
and got an error message "JDEE plugin List file jde-.svn.el missing".
In any case, this addition to lisp/jde-plugins.el fixes the issue:

===================================================================
--- jde-plugins.el      (revision 36)
+++ jde-plugins.el      (working copy)
@@ -97,6 +97,7 @@
                        (file-directory-p file)
                        (not (string= file-name "."))
                        (not (string= file-name ".."))
+                       (not (string= file-name ".svn"))
                        (not (string= file-name "CVS"))
                        (not (string= file-name "RCS")))
                       file-name)))
===================================================================

Cheers,
Chris 
--------------------------------------------------------
 
NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited. 
 

Reply via email to