From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Malte Spiess Newsgroups: gmane.emacs.help Subject: trouble generating Javadoc with JDEE Date: Thu, 22 Mar 2007 18:23:12 +0100 Organization: Arcor Message-ID: <87mz255h1b.fsf@paeike.mathematik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174585174 4066 80.91.229.12 (22 Mar 2007 17:39:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 17:39:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 22 18:39:27 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HURFo-0004nQ-4i for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 18:39:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HURHc-0006xS-09 for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 12:41:04 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:5Zl891GcsgN6xNcSRfuYvnVXRPo= Original-Lines: 21 Original-NNTP-Posting-Date: 22 Mar 2007 18:23:13 CET Original-NNTP-Posting-Host: f9a1eac2.newsspool2.arcor-online.net Original-X-Trace: DXC=R@X5O9k7R6EE4ZB2flKORAA9EHlD; 3YcB4Fo<]lROoRA8kFBDRiP@TIe_MJ1SIoCAA<3>K Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:146509 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42113 Archived-At: Hi fellas, I'm having some trouble generating the docu with jde(e) here on my Debian system with the Emacs snapshot and Sun Java6. I have updated the alternatives, that means that I can enter javadoc as any user and it will use the appropriate version (in case this matters) as supposed by the guide on the JDEE homepage. More precisely speaking the link /usr/bin/javadoc is set as it should be. Thus using javadoc on a terminal works fine. Still when I do `M-x jde-javadoc-make` in a buffer showing a .java file all I get is apply: Symbol's value as variable is void: compilation-nomessage-regexp-alist . Has anyone an idea why this happens? Any help is appreciated! Malte