It can't find the jde-autoload.el. Can you see it on the file system? Can you confirm the path it is in is part of a properly formed list bound to `load-path'?

On Jun 4, 2010, at 10:04 AM, Eric Le Goff wrote:

In my case I have still struggling to run emacs 23.2 with -debug- init and got this output

Debugger entered--Lisp error: (file-error "Cannot open load file" "jde-autoload")
  require(jde-autoload)
eval-buffer(#<buffer *load*<3>> nil "c:/home/dev/jdee/jdee/trunk/ jdee/lisp/jde.el" nil t) ; Reading at buffer position 2769 load-with-code-conversion("c:/home/dev/jdee/jdee/trunk/jdee/lisp/ jde.el" "c:/home/dev/jdee/jdee/trunk/jdee/lisp/jde.el" nil t)
  require(jde)
eval-buffer(#<buffer *load*<2>> nil "c:/home/.xemacs/custom.el" nil t) ; Reading at buffer position 1736 load-with-code-conversion("c:/home/.xemacs/custom.el" "c:/ home/.xemacs/custom.el" nil nil)
  load("c:/home/.xemacs/custom.el" nil nil t)
  load-file("c:/home/.xemacs/custom.el")
eval-buffer(#<buffer *load*> nil "c:/home/.emacs" nil t) ; Reading at buffer position 277
  load-with-code-conversion("c:/home/.emacs" "c:/home/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "\205\264

My only reference to jde in c:/home/.xemacs/custom.el is the couple of lines

(add-to-list 'load-path (expand-file-name "C:/home/dev/jdee/jdee/ trunk/jdee/lisp"))
(require 'jde)

I have not built anything from the source file I checked out (was I supposed to do so ?) I have no reference whatsoever to any cedet since I wish to stock to the emacs 23 bundled version

Thanks for your help



Eric Le Goff




On Thu, Jun 3, 2010 at 10:37 PM, Jose A. Ortega Ruiz <[email protected]> wrote:
On Thu, Jun 03 2010, Paul Landes wrote:

> For now, I've given up on trying to make the Emacs 23 bundled Cedet to
> work.  I've checked in code to use either cedet naming scheme (i.e.
> semantic/sb vs. semantic-sb).

Fair enough. Thanks.

> Revert back to cedet-1.0pre7 and compile against it, which means add
> back a cedet.dir.  Here's my ~/j2ee-config.properties:
>
> third.party.lib.dir=${user.home}/opt/lib/emacs
>

[...]

> # Emacs 23
> prefix.dir=${user.home}/opt/app/jdee-${project.version}
> cedet.dir=${third.party.lib.dir}/cedet-1.0pre7
> build.bin.emacs=/Users/landes/Applications/Emacs.app/Contents/MacOS/
> Emacs

FWIW, using cedet.dir in build.properties doesn't work for me: byte
compilation uses the first cedet in emacs' load-path no matter what i
put in there (i solved the issue by putting cedet-1.0pre7 in one the
standard emacs paths; i'm guessing that suing j2ee-config.properties
would have worked too).

Thanks,
jao


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to