From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: trouble generating Javadoc with JDEE Date: Fri, 23 Mar 2007 16:24:24 -0400 Message-ID: <46043778.2030404@gatech.edu> References: <87mz255h1b.fsf@paeike.mathematik.uni-ulm.de> <87lkhouo27.fsf@paeike.mathematik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174681520 31084 80.91.229.12 (23 Mar 2007 20:25:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2007 20:25:20 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Malte Spiess Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 23 21:25:09 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 1HUqJu-0003ls-2z for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2007 21:25:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUqLq-0005o7-0N for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2007 15:27:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUqLG-0005el-MW for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 16:26:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUqLE-0005dz-W3 for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 16:26:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUqLE-0005dq-RG for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 15:26:28 -0500 Original-Received: from deliverator5.gatech.edu ([130.207.165.165]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1HUqJH-0004hK-Rq for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 16:24:28 -0400 Original-Received: from deliverator5.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 9F8441D1994; Fri, 23 Mar 2007 16:24:26 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx4.gatech.edu (mailprx4.prism.gatech.edu [130.207.171.18]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator5.gatech.edu (Postfix) with ESMTP id 2CA531D198F; Fri, 23 Mar 2007 16:24:25 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx4.gatech.edu, sender=n/a) by mailprx4.gatech.edu (Postfix) with ESMTP id E025B21CE; Fri, 23 Mar 2007 16:24:24 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.10 (X11/20070306) In-Reply-To: <87lkhouo27.fsf@paeike.mathematik.uni-ulm.de> X-Enigmail-Version: 0.94.3.0 X-detected-kernel: Solaris 9 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:42144 Archived-At: Malte Spiess wrote: > Matthew Flaschen writes: > >> Malte Spiess wrote: >>> 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? >> It works for me, using jde version 2.3.5.1 (C-h v jde-version) and gjdoc >> (installed java-gcj-compat-dev , which is also in Debian testing). > > Yeah, forgot the most important version number. It's JDE 2.3.5.1 here, too. > >> I have the below customizations on javadoc, neither of which should >> matter here: >> >> '(jde-javadoc-checker-level (quote private)) >> '(jde-javadoc-gen-args (quote ("-validhtml"))) > > Hm, I don't think so either. > >> Do any features of JDE work? > > Yes, actually most features that I have used so far work nicely. I > haven't explored all of the nifty stuff yet, but what definitely works > is: > -compiling (C-c C-v C-c / jde-compile) > -running the application (C-c C-v C-r / jde-run) > > I've had some trouble with Sun Java version 6, as this is apparently not > yet officially supported, but cheating with the version seems to do the > trick. > > Just not to mess my configuration up manually, I have completely used > the customize stuff so far. Here is what I've got in my .emacs: > ,---- > | '(jde-checkstyle-classpath (quote ("/usr/share/java/checkstyle.jar:/usr/share/java/commons-cli.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-logging.jar:/usr/share/java/antlrall.jar"))) > | '(jde-checkstyle-style "/home/mspiess/java/checkstyle/sun_checks.xml") > | '(jde-compile-enable-kill-buffer t) > | '(jde-compile-finish-hook (quote (jde-compile-finish-kill-buffer jde-compile-finish-update-class-info))) > | '(jde-compile-option-deprecation t) > | '(jde-compile-option-directory "/home/mspiess/java/bin") > | '(jde-compile-option-sourcepath (quote ("/home/mspiess/java/src"))) > | '(jde-compiler (quote ("javac" "/usr/bin/javac"))) > | '(jde-global-classpath (quote ("/home/mspiess/java/bin"))) > | '(jde-help-docsets (quote (("JDK API" "/usr/share/doc/sun-java6-doc/html/api/" nil)))) > | '(jde-javadoc-gen-destination-directory "~/java/doc/") > | '(jde-javadoc-gen-packages (quote ("~/java/src/"))) > | '(jde-jdk (quote ("1.5"))) > | '(jde-jdk-registry (quote (("1.5" . "/usr/lib/jvm/java-6-sun/")))) > | '(jde-run-option-boot-classpath (quote ("append" "/home/mspiess/java/bin/"))) > | '(jde-run-option-classpath "global") > | '(jde-vm-path "/usr/bin/java") That's obviously a lot of stuff, some of which I don't completely understand. I would try commenting most/all out, and trying again. If it works, you can add stuff back gradually until you find a problem. > The JDE help seems not to be available either btw. I always get: > jde-show-help: Cannot find JDE help file. That also works for me. Matt Flaschen