From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: jdee - trouble installing Date: Sat, 30 May 2009 21:06:38 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243712583 21716 80.91.229.12 (30 May 2009 19:43:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 May 2009 19:43:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 30 21:43:01 2009 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 1MAUSK-0001Zu-VV for geh-help-gnu-emacs@m.gmane.org; Sat, 30 May 2009 21:43:01 +0200 Original-Received: from localhost ([127.0.0.1]:52326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAUSF-0003gO-5U for geh-help-gnu-emacs@m.gmane.org; Sat, 30 May 2009 15:42:55 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.motzarella.org!news.motzarella.org!news.eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: news.eternal-september.org U2FsdGVkX1/ghMBX9r3lhSwGsZeoY253jEHwqSZsR07tShY9N7C1bfVu8BAm/b1az5OdWSx2+NQUWhKjyygGcDmE8nbVT79tN8EWsdoruo3QL3Hl469Ex91E3u5ESDH9zw1g0IHbnaXMUUfJByZ3OA== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Sat, 30 May 2009 19:06:43 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/II6vDgXJ5fXEHA6rbvKuhYLwUtKXjg548sQXOSkb0ag== Cancel-Lock: sha1:nW/A9tRMsjyAldhEwS0pQFwfmdc= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:169605 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:64835 Archived-At: I was trying to get jdee installed. Having poked about a bit I have installed elib, I modified the default.properties to: ,---- | ## suggestion accpeted as to the default settings | | ## you will probably have to tweak these, whether you like it or not | prefix.dir=/home/shamrock/.emacs.d/lisp/jde | third.party.lib.dir=/home/shamrock/.emacs.d/lisp | | ## average configuration should work | cedet.dir=${third.party.lib.dir}/cedet | elib.dir=${third.party.lib.dir}/elib `---- I know elib.dir is there. But when I ran "ant" in lisp/jde I got errors about avltree not loading. Looking at the loadpath it seemed the ant build was only looking at /usr/local/share/emacs/site-lisp/elib and not the elib.dir above. (Confirmed when I copied the el files there and the ant build worked). Did I miss a step?