Hi all,

I'm having some difficulty getting JDEE all set up. I'm using GNU
Emacs 23.3.1 and JDEE built from source. I'm autoloading JDEE by
including (load "jde-autoload") in my initialization files.

The issue I'm having seems to be related to CEDET versioning issues,
so I'll include that information as well:

CEDET Version: 1.0
                        Requested       File            Loaded
  Package       Version         Version Version
  ----------------------------------------------------------
  cedet:                1.0                     nil             ok
  eieio:                1.3                     nil             ok
  semantic:     2.0                     nil             ok
  srecode:              1.0                     nil             Not Loaded
  ede:          1.0                     nil             Not Loaded
  speedbar:     1.0                     nil             ok

Now, when I open a Java source file, JDEE does its autoloading magic
just fine. Here are the messages that are generated while loading:

BaseTest.java has auto save data; consider M-x recover-this-file
jde-java-font-lock: building names cache...empty
Guessed variable 'indent-tabs-mode' (nil)
Could not guess variable 'tab-width' (Not enough lines to guess variable)
Guessed variable 'c-basic-offset' (4)
Could not guess variable 'nxml-child-indent' (This is a cc-mode)
Could not guess variable 'css-indent-offset' (This is a cc-mode)
Fontifying BaseTest.java... (regexps...............)
Could not guess variable 'css-indent-offset' (This is a cc-mode)
Loading /Users/jsnike200/src/folderManagementDataService/prj.el (source)...done
Loading /Users/jsnike200/src/folderManagementDataService/int-test/prj.el
(source)...done
Loading vc-git...done
Package lmenu is obsolete!

Everything looks good to me here. But when I try to
jde-open-class-at-point, these messages are generated:

Starting the BeanShell. Please wait...
Imported com.theplatform.data.tv.foldermanagement.test.entitycollection.BaseTest
semantic-parse-changes: Symbol's function definition is void:
semantic-parse-changes-default

If I (describe-function 'semantic-parse-changes-default) I get:

semantic-parse-changes-default is an alias for
`semantic-edits-incremental-parser',
which is not defined.  Please make a bug report.

Any ideas?

Thanks in advance,
Joe

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to