JDEE requires a version of CEDET between 1.0beta2 and 1.0 (found none)

[email protected] Wed, 23 May 2007 11:22:40 +0200
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
On startup get this message.

JDEE requires a version of CEDET between 1.0beta2 and 1.0 (found none)

I am using cedet-1.0beta2

Jde is jde-2.3.5.1

In cedet.el I see the following:

(defconst cedet-version "1.0beta2"
  "Current version of CEDET.")

(defconst cedet-packages
  `(
    ;;PACKAGE   MIN-VERSION      INSTALLDIR
    (cedet      ,cedet-version   "common"  )
    (cogre      "0.4beta1"                 )
    (ede        "1.0beta3"                 )
    (eieio      "0.18beta1"                )
    (semantic   "2.0beta1"                 )
    (speedbar   "0.15beta1"                )
    (cedet-contrib "0.0"         "contrib" )
    )
  "Table of CEDET packages to install.")

And in jde.el I see:

(defconst jde-cedet-min-version "1.0beta2"
  "Cedet minimum version")
(defconst jde-cedet-max-version "1.0"
  "Cedet maximum version")


So what is the problem and what is the resolution.

As an aside is there a download of jde and all ist required packages in
one bundle as it seems that I always spend ages trying to cofigure
everything to get jde working and it would be a no-brainer to provide a
one-click install!


Craig