Raul Acevedo writes:
 > I'm sure you mean sourceforget.net right?   :)
 > 
 > On Fri, 2004-12-17 at 19:30 +0000, Matthew Kurjanowicz wrote:
 > > It may also be nice (if its possible/allowed) to mirror this in a project
 > > at slashdot.  I like sunsite.dk and am very appreciative, but if they
 > > don't want to host multiple versions then slashdot would do that (as well
 > > as keeping track of every release and when it was made).  I'm not saying
 > > move the whole project to slashdot, just mirror the releases there.

It's not Sunsite. It's JDEE users who many years ago asked that I switch
to always using jde-latest in order to accommodate automatic updating
to the latest release.

Paul

 > > 
 > > $0.02,
 > > -Matt
 > > 
 > > > Actually, it would be nice if the download file were called
 > > > jde-2.3.5.zip instead of always being jde-latest.zip.  It makes it
 > > > easier to track versions I have downloaded and installed.
 > > >
 > > > Raul
 > > >
 > > > On Fri, 2004-12-17 at 12:56 -0500, Paul Kinnucan wrote:
 > > >> Britton, Chris writes:
 > > >>  > Hi Paul.
 > > >>  >
 > > >>  > I'm still getting JDE 2.3.4 from jde-latest.zip at this location.
 > > >> Can you
 > > >>  > please confirm if jde-latest.zip contains 2.3.5?
 > > >>  >
 > > >>
 > > >> Hi Chris,
 > > >>
 > > >> I just downloaded jde-latest.zip and verified that it contains 2.3.5.
 > > >>
 > > >> It seems that at least one person has this problem shortly after
 > > >> every release. Apparently, there's some kind of caching of download
 > > >> files going on somewhere.
 > > >>
 > > >> I'm posting this reply to the JDEE mailing list as well as to Chris in
 > > >> the hopes that somebody who is more knowledgable about the Internet
 > > >> than I am can explain this phenomenon and suggest a solution to keep
 > > >> it from happening or recovering from it if it does happen.
 > > >>
 > > >> Regards,
 > > >>
 > > >> Paul
 > > >>
 > > >>  > Thanks.
 > > >>  >
 > > >>  > --
 > > >>  > Chris Britton
 > > >>  > [EMAIL PROTECTED]
 > > >>  >
 > > >>  >
 > > >>  > -----Original Message-----
 > > >>  > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]
 > > >>  > Sent: Friday, December 17, 2004 8:07 AM
 > > >>  > To: [EMAIL PROTECTED]
 > > >>  > Cc: [EMAIL PROTECTED]
 > > >>  > Subject: [ANNOUNCEMENT] JDEE 2.3.5 available at ...
 > > >>  >
 > > >>  > http://jdee.sunsite.dk/rootpage.html#Downloading
 > > >>  >
 > > >>  > JDE 2.3.5
 > > >>  >
 > > >>  > ***************************************************************
 > > >>  > *                         PLEASE READ                         *
 > > >>  > ***************************************************************
 > > >>  > *                                                             *
 > > >>  > * This release requires cedet 1.0beta2 or later. cedet        *
 > > >>  > * includes semantic, eieio, speedbar, and senator, all        *
 > > >>  > * packages required by the JDEE. You can obtain cedet         *
 > > >>  > * at http://cedet.sourceforge.net                             *
 > > >>  > *                                                             *
 > > >>  > * Please note that your .emacs file must "load" cedet.el,     *
 > > >>  > * not "require" cedet. See the installation instructions      *
 > > >>  > * that come with the cedet package for more information.      *
 > > >>  > *                                                             *
 > > >>  > * 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://jdee.sunsite.dk/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.                  *
 > > >>  > *                                                             *
 > > >>  > ***************************************************************
 > > >>  >
 > > >>  > * On XEmacs, Use efc-xemacs-query-options, i.e., a GUI dialog box
 > > >>  >   instead of a text dialog box, only if use-dialog-box is nonnil.
 > > >>  >
 > > >>  > * Fixes bug in ProjectClasses to avoid duplicate entries of imports.
 > > >>  >
 > > >>  > * Updated JDEE's Ant interface to force use of pipes to interact
 > > >>  >   with external Ant process.
 > > >>  >
 > > >>  > * Fixed regression that caused jde-help-class-member to issue a
 > > >>  >   Lisp error.
 > > >>  >
 > > >>  > * Fixed regression in jde-wiz-update-class-list command.
 > > >>  >
 > > >>  > * Fixed regression that caused JDEbug to issue a Lisp error
 > > >>  >   when launching an application.
 > > >>  >
 > > >>  >   Thanks to Martin Schwamberger.
 > > >>  >
 > > >>  > * Revise the following templates to conform to CheckStyle
 > > >>  >   requirements:
 > > >>  >
 > > >>  >   - jde-gen-deep-clone-template
 > > >>  >   - jde-gen-to-string-method-template
 > > >>  >   - jde-gen-bean-template
 > > >>  >
 > > >>  >   Thanks to Martin Schwamberger.
 > > >>  >
 > > >>  > * Added the following code generation templates:
 > > >>  >
 > > >>  >   - jde-gen-exception
 > > >>  >
 > > >>  >     Generates an exception class in the current buffer.
 > > >>  >
 > > >>  >   - jde-gen-exception-buffer
 > > >>  >
 > > >>  >     Generates a buffer containing an exception class.
 > > >>  >
 > > >>  >   - jde-gen-hashcode-method
 > > >>  >
 > > >>  >     Generates a hashcode method at point.
 > > >>  >
 > > >>  >   - jde-gen-equals-method
 > > >>  >
 > > >>  >     Generates an equals method at point.
 > > >>  >
 > > >>  >   - jde-gen-tostring-method
 > > >>  >
 > > >>  >     Generates a toString method that uses Apache's
 > > >>  >     ToStringBuilder class.
 > > >>  >
 > > >>  >   Thanks to Ole Arndt.
 > > >>  >
 > > >>  > * Enhanced jde-run-option-classpath to allow you to
 > > >>  >   specify that the JDEE should omit the classpath
 > > >>  >   argument when running the class or application in
 > > >>  >   the current buffer, regardless of the setting of
 > > >>  >   jde-global-classpath.
 > > >>  >
 > > >>  >
 > > >>  > * Fixed regression that caused the JDEE to switch
 > > >>  >   projects during debugging when stepping into
 > > >>  >   code that does not belong to the project being
 > > >>  >   debugged.
 > > >>  >
 > > >>  > * Updated regular expressions used by the JDEE's interface
 > > >>  >   to jdb to accommodate non-English punctuation styles
 > > >>  >   for numeric expressions in debugger messages, e.g.,
 > > >>  >   1.200 for a line number where the English would
 > > >>  >   write 1,200.
 > > >>  >
 > > >>  >   Thanks to Morten B. Isaksen.
 > > >>  >
 > > >>  > * In previous releases, building javadoc caused
 > > >>  >   all future uses of compilation mode to try to
 > > >>  >   display the javadoc. This release fixes the problem.
 > > >>  >
 > > >>  >   Thanks to David Evers.
 > > >>  >
 > > >>  > * Updated the submit-problem-report command to include
 > > >>  >   an XEmacs user's init.el file.
 > > >
 > > >
 > > 
 > > 
 > 

Reply via email to