Re: JDEE 2.4.1 released
Nick Dokos <[email protected]> Wed, 12 Jun 2013 15:38:05 -0400
| Newsgroups | gmane.emacs.jdee.user,gmane.emacs.jdee.devel |
|---|---|
| Message-ID | <[email protected]> |
Shyamal Prasad <[email protected]> writes: > Hi all, > > A 2.4.1 JDEE release is available at http://jdee.sourceforge.net/ > > For those who do not follow these lists closely: this is a minor release > to support GNU Emacs 23.4 and later (including GNU Emacs 24) and the > version of CEDET included in Emacs. > > BTW the included changelog.html file in the release is empty. We're > going to have to redo the changelog process - the ant-svn library no > longer works with recent svn clients and the upstream project seems > dead. If you need details beyond the release notes you will need to look > directly in subversion. > > I have created the 2.4.1 branch and tag, uploaded the binaries, and > updated the web site to point to the latest build and instructions. I'll > update the online user guide in a week or two. The trunk code now builds > a 2.4.2 release (which can be whatever it now needs to be, fork or no > fork). > I installed this release and kicked the tires a bit. One problem I ran into: jde-make.el uses compile-internal which has been obsolete since emacs22.1. emacs23 still knows about it, but emacs24 does not. I had to change line 160 of jde-make.el: --8<---------------cut here---------------start------------->8--- ... (cd default-directory) ;; (compile-internal make-command "No more errors") (compilation-start make-command) (cd save-default-directory))) --8<---------------cut here---------------end--------------->8--- Thanks for the release! -- Nick ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev