http://jdee.sunsite.dk/rootpage.html#Downloading
JDE 2.2.9beta9 *************************************************************** * PLEASE READ * *************************************************************** * * * This release requires semantic 1.4beta13 (or later), * * speedbar 0.13 (or later), and eieio-0.17beta3 (or later). * * You can obtain all three * * packages at http://cedet.sourceforge.net * * * * This release requires version 1.2.2 (or later) of the * * JDK. * * * * This release also requires avltree.el, which is part of the * * elib 1.0 package. You can obtain elib at the JDE web site * * in compressed tar (http://sunsite.dk/jde/elib.tar.gz) * * or zip (http://sunsite.dk/jde/elib.zip) format. * * * * JDEbug runs on Windows 2000 only if Service Pack 2 (or * * later) is installed. * * * * If syntax-coloring does not work, download and install * * overlay-fix.el from the semantic web site. * * * *************************************************************** * Replaces the customization variable jde-lib-directory-name with the variable jde-lib-directory-names. The new variable allows you to specify a list of regular expressions that match names of directories containing jar or zipped class files. If jde-expand-classpath-p is nonnil and the JDEE finds directories in jde-global-classpath that match these names, it replaces the directories with the paths to the jar/zip files they contain. This eliminates the need for you to include jar/zip file paths explicitly in jde-global-classpath. * Adds two new options to the Jdb menu: - External Process->Attach to Attaches jdb to an external process that is already running. - External Process->Listen for Starts jdb and waits for an application to connect to jdb. * Adds the variable jde-run-option-connect-to-debugger. This option causes the JDEE to start an application with the command-line options needed to permit connecting the application to jdb or JDEbug, using the Attach to or Listen for commands. * Adds the variable jde-db-option-connect-address. This option specifies the address that the JDEE uses to connect jdb (and ultimately JDEbug) to an external process. * Fixes completion bug. Completion was ignoring project changes. i.e. classpath. * Adds the following enhancements to the JDEE's expression search functionality. - A new customization variable, jde-find-granularity, that allows you to specify the granularity of the search (character, word, or line). - A new command, JDE->Find->Expression... (jde-find-dlg), that allows you to set all search options interactively in a popup dialog buffer. * jde-submit-problem-report command now includes versions of required packages. * Adds jde-ant-build-hook, this hook gets run after the build is done. Thanks to Kevin Burton. * jde-run-executable command now normalizes the path of the executable. This allows the use of relative addressing and environment variables in the path. * Fixes spacing bug in jde-gen-class-buffer-template. Thanks to Petter Mahlen. * Stops buffering the output of the ant and compiler server. * Adds the option jde-import-insert-group-names. If this variable is nonnil, the jde-import-organize command inserts a group name comment before each group of' imports. Thanks to Brian Paulsmeyer and David Ponce. * Fixed reference in JDEbug's stack up and down commands to obsolete function jde-dbo-show-line. * Updated jde-file-to-url to insert `localhost' into URL. Thanks to "Max Rydahl Andersen" <[EMAIL PROTECTED]>. * Adds jde-import-auto-collapse-imports variable. Customizing this variable to a nonnil value causes the JDE to run jde-import-collapse-imports after importing a class. Thanks to "Max Rydahl Andersen" <[EMAIL PROTECTED]>. * Refactors jde-ant.el so that jde-ant-build can use true interactive arguments. Thanks to Kevin Burton. * Adds support for interfaces to the completion framework. Thanks to Petter M�hl�n * Fix bug that caused the JDE to insert multiple import statements in the buffer when the same class occurs in one more place in the classpath. Thanks to Stephen Molitar. * Changed docstring for jde-import-find-and-import to note that the classpath does not need to include jars implicitly included by the jvm. * Added jde-open-source-for-symbol functon. This function displays source for a symbol. The symbol may reference an object, a class, or a method or field. If the symbol references a class, this function displays the source code for the class. If the symbol references an object, this method displays the source code for the class of the object. If the symbol references a field or a method, this function displays the source code for the class of the object of which the field or method is a member. Eventually this function will be enhanced to position the source code at the point where the method or field is located. Thanks to "Max Rydahl Andersen" <[EMAIL PROTECTED]>. * Modified jde-build function to use call-interactively to call the build function.
