I tried that but it didn't work. (semantic-mode 1) can only be used with
the cedet installed with Emacs. I tried it but it didn't work.

There is a bug somewhere that needs to be fixed first.

I am not developing very large java programs by now so I think I can
work with this JDE installation.

If you want me to test something to fix this and I have time I will do.

Thanks a lot.

On Fri, 2012-01-20 at 05:12 -0600, Paul Landes wrote:
> Try this:
> 
> http://www.mail-archive.com/[email protected]/msg00581.html
> 
> I have a somewhat customized set up and it might not work for you.  Looks 
> like the upshot was that this person used CEDET 1.0, however, there might be 
> something there with load order.
> 
> 
> 
> On Jan 20, 2012, at 3:52 AM, Edwin Helbert Aponte Angarita wrote:
> 
> > M-: (featurep 'cedet)
> > t
> > 
> > My .emacs file is as follows:
> > 
> > ;;CEDET
> > (load-file "~/opt/lib/lisp/cedet-1.0pre7/common/cedet.el")
> > (semantic-load-enable-guady-code-helpers)
> > ;;JDEE
> > (require 'cedet)
> > (add-to-list 'load-path "/usr/share/jdee/lisp/")
> > ;;Load autoloads file
> > (load "jde-autoload")
> > 
> > Thanks.
> > 
> > On Thu, 2012-01-19 at 17:40 -0600, Paul Landes wrote:
> >> What is the output of
> >> 
> >> M-x (featurep 'cedet)
> >> 
> >> Have you loaded cedet?  Something like
> >> 
> >> (require 'cedet)
> >> 
> >> needs to go in your ~/.emacs file.
> >> 
> >> 
> >> 
> >> On Jan 19, 2012, at 2:56 PM, Edwin Helbert Aponte Angarita wrote:
> >> 
> >>> Sorry, I was wrong. Emacs do open the .java file since the beginning
> >>> (the thing was that it didn't show the buffer). Anyway, JDE seems to be
> >>> unable to perform any operation that calls the
> >>> semantic-brute-find-tag-by-class function.
> >>> 
> >>> Now I have tested loading previously
> >>> cedet-1.0pre7/semantic/semantic-find.el where the
> >>> semantic-brute-find-tag-by-class function is defined but I get the same
> >>> error.
> >>> 
> >>> Thanks.
> >>> 
> >>> On Thu, 2012-01-19 at 18:41 +0000, Edwin Helbert Aponte Angarita wrote:
> >>>> I used cedet-1.0pre7 but now I am getting the following error when I
> >>>> attempt to open a .java file for the _first_ time after I open Emacs.
> >>>> 
> >>>> Package lmenu is obsolete!
> >>>> 
> >>>> and the .java file is not loaded. Then I try to open the file again and
> >>>> it loads, even now I get a "Class" menu, but I am getting the next error
> >>>> after executing M-x jde-open-class-at-point
> >>>> 
> >>>> Invalid function: semantic-brute-find-tag-by-class
> >>>> 
> >>>> Doen JDEE only work with this configuration:
> >>>> 
> >>>> JDEE: 2.4.1
> >>>> Cedet: cedet-1.0pre7
> >>>> Emacs: 23.2.1
> >>>> No elib 
> >>>> 
> >>>> as is stated here
> >>>> http://www.mail-archive.com/[email protected]/msg00584.html
> >>>> 
> >>>> I am using Emacs 23.3.1
> >>>> JDEE 2.4.1
> >>>> cedet-1.0pre7
> >>>> I tested first with elib then without elib but either case I get the
> >>>> same error.
> >>>> 
> >>>> 
> >>>> Thanks.
> >>>> 
> >>>> On Wed, 2012-01-18 at 13:00 -0600, Paul Landes wrote:
> >>>>> Use the cedet-1.0pre7 version instead.
> >>>>> 
> >>>>> 
> >>>>> On Jan 18, 2012, at 12:36 PM, Edwin Helbert Aponte Angarita wrote:
> >>>>> 
> >>>>>> OK, I have installed the last CEDET (1.0.1). It is loaded correctly but
> >>>>>> now I am getting this error from JDEE when I attempt to open a .java
> >>>>>> file.
> >>>>>> 
> >>>>>> JDEE requires a version of CEDET between 1.0beta2 and 1.0 (found 1.0.1)
> >>>>>> 
> >>>>>> And the JDE mode is not activated.
> >>>>>> 
> >>>>>> Thanks.
> >>>>>> 
> >>>>>> On Wed, 2012-01-11 at 13:01 -0600, Paul Landes wrote:
> >>>>>>> The Emacs distributed CEDET version in 23 is broke.  I suggest 
> >>>>>>> switching to the most recent version of CEDET from:
> >>>>>>> 
> >>>>>>> http://cedet.sourceforge.net/
> >>>>>>> 
> >>>>>>> 
> >>>>>>> On Jan 11, 2012, at 12:32 PM, Edwin Helbert Aponte Angarita wrote:
> >>>>>>> 
> >>>>>>>> Daniels, you were right. The jde-xref* variables are there.
> >>>>>>>> 
> >>>>>>>> I loaded file /usr/share/emacs/23.3/lisp/cedet/semantic/find.elc 
> >>>>>>>> where
> >>>>>>>> the semantic-brute-find-tag-by-class function is defined but I still 
> >>>>>>>> get
> >>>>>>>> the same error when I do M-x jde-ope-class-at-point. Also, I cannot 
> >>>>>>>> get
> >>>>>>>> the "Classes" menu.
> >>>>>>>> 
> >>>>>>>> Thanks
> >>>>>>>> 
> >>>>>>>> On Wed, 2012-01-11 at 11:03 -0600, Paul Landes wrote:
> >>>>>>>>> This is a great suggestion.  Try M-x load-file edit.el and if that 
> >>>>>>>>> still doesn't work, try loading semantic-find.el (which is where 
> >>>>>>>>> the function is for me).  If that still doesn't work, do a 
> >>>>>>>>> find/grep on your emacs or cedet install dir (or better igrep) for 
> >>>>>>>>> the funciton.
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> On Jan 11, 2012, at 10:26 AM, Sam Steingold wrote:
> >>>>>>>>> 
> >>>>>>>>>>> * Edwin Helbert Aponte Angarita 
> >>>>>>>>>>> <[email protected]> [2012-01-08 
> >>>>>>>>>>> 23:22:32 +0000]:
> >>>>>>>>>>> 
> >>>>>>>>>>> jde-parse-import-list: Invalid function:
> >>>>>>>>>>> semantic-brute-find-tag-by-class
> >>>>>>>>>> 
> >>>>>>>>>> I had a similar problem and fixed it by adding an autoload cookie 
> >>>>>>>>>> in
> >>>>>>>>>> semantic/edit.el
> >>>>>>>>>> 
> >>>>>>>>>> -- 
> >>>>>>>>>> Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 
> >>>>>>>>>> 11.0.11004000
> >>>>>>>>>> http://honestreporting.com http://pmw.org.il 
> >>>>>>>>>> http://mideasttruth.com
> >>>>>>>>>> http://truepeace.org http://www.memritv.org http://camera.org
> >>>>>>>>>> In C you can make mistakes, while in C++ you can also inherit them!
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a 
> >>>>>>>>>> complex
> >>>>>>>>>> infrastructure or vast IT resources to deliver seamless, secure 
> >>>>>>>>>> access to
> >>>>>>>>>> virtual desktops. With this all-in-one solution, easily deploy 
> >>>>>>>>>> virtual 
> >>>>>>>>>> desktops for less than the cost of PCs and save 60% on VDI 
> >>>>>>>>>> infrastructure 
> >>>>>>>>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> jdee-users mailing list
> >>>>>>>>>> [email protected]
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/jdee-users
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a 
> >>>>>>>>> complex
> >>>>>>>>> infrastructure or vast IT resources to deliver seamless, secure 
> >>>>>>>>> access to
> >>>>>>>>> virtual desktops. With this all-in-one solution, easily deploy 
> >>>>>>>>> virtual 
> >>>>>>>>> desktops for less than the cost of PCs and save 60% on VDI 
> >>>>>>>>> infrastructure 
> >>>>>>>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> >>>>>>>>> _______________________________________________
> >>>>>>>>> jdee-users mailing list
> >>>>>>>>> [email protected]
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/jdee-users
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a 
> >>>>>>>> complex
> >>>>>>>> infrastructure or vast IT resources to deliver seamless, secure 
> >>>>>>>> access to
> >>>>>>>> virtual desktops. With this all-in-one solution, easily deploy 
> >>>>>>>> virtual 
> >>>>>>>> desktops for less than the cost of PCs and save 60% on VDI 
> >>>>>>>> infrastructure 
> >>>>>>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> >>>>>>>> _______________________________________________
> >>>>>>>> jdee-users mailing list
> >>>>>>>> [email protected]
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/jdee-users
> >>>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> Keep Your Developer Skills Current with LearnDevNow!
> >>>>>> The most comprehensive online learning library for Microsoft developers
> >>>>>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, 
> >>>>>> MVC3,
> >>>>>> Metro Style Apps, more. Free future releases when you subscribe now!
> >>>>>> http://p.sf.net/sfu/learndevnow-d2d
> >>>>>> _______________________________________________
> >>>>>> jdee-users mailing list
> >>>>>> [email protected]
> >>>>>> https://lists.sourceforge.net/lists/listinfo/jdee-users
> >>>>> 
> >>>> 
> >>>> 
> >>> 
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> Keep Your Developer Skills Current with LearnDevNow!
> >>> The most comprehensive online learning library for Microsoft developers
> >>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> >>> Metro Style Apps, more. Free future releases when you subscribe now!
> >>> http://p.sf.net/sfu/learndevnow-d2d
> >>> _______________________________________________
> >>> jdee-users mailing list
> >>> [email protected]
> >>> https://lists.sourceforge.net/lists/listinfo/jdee-users
> >> 
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > Keep Your Developer Skills Current with LearnDevNow!
> > The most comprehensive online learning library for Microsoft developers
> > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> > Metro Style Apps, more. Free future releases when you subscribe now!
> > http://p.sf.net/sfu/learndevnow-d2d
> > _______________________________________________
> > jdee-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/jdee-users
> 



------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to