optimizing imports

2002-12-06 Thread Bibighaus, Alexander



i want to optimize 
my imports, for example removing duplicates, removing unused packages etc.  

 
does JDE provide 
this functionality anywhere?


debugging and Jikes

2002-05-09 Thread Bibighaus, Alexander

I must use jikes...have not choice.  Is there any hope of using the JDEDebug
features

thanks for any info

-alexander



RE: jde init problem

2001-12-11 Thread Bibighaus, Alexander

yes that was it...never would've guess it.  thanks a bunch

-Original Message-
From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 12:27 AM
To: Bibighaus, Alexander
Cc: [EMAIL PROTECTED]
Subject: jde init problem


Perhaps Emacs is loading the obsolete version of speedbar that is shipped
with Emacs in its Lisp directory.

- Paul

Bibighaus, Alexander writes:
 > 
 > i have jde running on my windows emacs but i've been using emacs
 > through a CRT terminal on a BSD box as well so i've tried to setup
 > my JDE env on that emacs.
 > 
 > the emacs version is: 20.7.1
 > FreeBSD 4.3
 > 
 > 
 > included my *COMPLETE* .emacs file
 > included the stack trace  (emacs -debug-init)
 > included the messages buffer
 > 
 > any help would be appreciated.
 > 
 >

 > 
 > ; add our php mode
 > (load-library "php-mode-099")
 > 
 > ; my key bindings
 > (global-set-key "\C-cl" 'goto-line)
 > (global-set-key "\C-cr" 'query-replace-regexp)
 > (global-set-key "\C-cR" 'revert-buffer)
 > (global-set-key "\C-ce" 'eval-region)
 > 
 > ; configure the load path for additional emacs stuff
 > (add-to-list 'load-path (expand-file-name
"/home/webadmin/emacs/site/elib"
 > ))
 > (add-to-list 'load-path (expand-file-name
 > "/home/webadmin/emacs/site/semantic-1.4beta12" ))
 > (add-to-list 'load-path (expand-file-name
 > "/home/webadmin/emacs/site/speedbar-0.14beta2" ))
 > (add-to-list 'load-path (expand-file-name
 > "/home/webadmin/emacs/site/eieio-0.17beta3" ))
 > (add-to-list 'load-path (expand-file-name
 > "/home/webadmin/emacs/site/jde-2.2.9beta7/lisp" ))
 > (add-to-list 'load-path (expand-file-name
"/home/webadmin/emacs/site/buffi"
 > ))
 > 
 > (require 'font-lock)
 > ; include our handy build finder
 > (require 'buffi)
 > (global-set-key "\C-cc" 'buffi-build)
 > 
 > 
 > (require 'jde)
 > 
 > ; update our tags file
 > ;(setq tags-file-name "/home/webadmin/src/TAGS")
 > ;(shell-command "/home/webadmin/emacs/site/jde-2.2.9beta7/lisp/jtags"
 > "/home/webadmin/src/TAGS")
 > 
 >

 > 
 > 
 > 
 > Signaling: (void-variable speedbar-dynamic-tags-function-list)
 >   add-to-list(speedbar-dynamic-tags-function-list
 > (semantic-fetch-dynamic-bovine . semantic-insert-bovine-list))
 >   eval-buffer(#> nil "semantic-sb")
 >  
 >
load-with-code-conversion("/home/webadmin/emacs/site/semantic-1.4beta12/sema
 > ntic-sb.el" "semantic-sb" nil t)
 >   require(semantic-sb)
 >   eval-buffer(#> nil "jde-parse")
 >  
 >
load-with-code-conversion("/home/webadmin/emacs/site/jde-2.2.9beta7/lisp/jde
 > -parse.el" "jde-parse" nil t)
 >   require(jde-parse)
 >   eval-buffer(#> nil "jde-db")
 >  
 >
load-with-code-conversion("/home/webadmin/emacs/site/jde-2.2.9beta7/lisp/jde
 > -db.el" "jde-db" nil t)
 >   require(jde-db)
 >   eval-buffer(#> nil "jde")
 >  
 >
load-with-code-conversion("/home/webadmin/emacs/site/jde-2.2.9beta7/lisp/jde
 > .el" "jde" nil t)
 >   require(jde)
 >   eval-buffer(# nil "~/.emacs")
 >   load-with-code-conversion("/home/webadmin/.emacs" "~/.emacs" t t)
 >   load("~/.emacs" t t)
 >   #[nil "^H\205S^@  \306=\203^Q^@\307^H\310Q\2025^@
 > \311=\203'^@\312\307\313\314#\203#^@\315\2025^@\316\2025^@
\317=\2031^$
 >   command-line()
 >   normal-top-level()
 > 
 >

 > 
 > 
 > Loading php-mode-099 (source)...
 > Loading cus-face...
 > Loading cus-face...done
 > Loading regexp-opt...
 > Loading regexp-opt...done
 > Loading speedbar...
 > Loading speedbar...done
 > Loading backquote...
 > Loading backquote...done
 > Loading php-mode-099 (source)...done
 > Loading easy-mmode...
 > Loading easy-mmode...done
 > Loading cl-macs...
 > Loading cl-macs...done
 > Bootstrapping objects...
 > Bootstrapping objects...done
 > Note, built-in variable `x-bitmap-file-path' not bound
 > Loading wid-browse...
 > Loading wid-browse...done
 > Error in init file: Symbol's value as variable is void:
 > speedbar-dynamic-tags-function-list
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 > 
 >