-
Hi Len, thanks for the quick response. My case might be special - I've got a tree of directories under lib/ but I only want some of them on the classpath, others are used only by ant so the jde doesn't need to care about them. If I put them *all* on the classpath then the "updating class list" post-compile step takes a long time, so I wanted to be more selective.
I can live with the current...
2009-12-30 21:22:25 UTC in JDEE
-
Here's a patch to quiet a few more build-time warnings. Should have been in the other patch, sorry 'bout that.
2009-12-30 15:30:25 UTC in JDEE
-
make jde-lib-directory-names a little "looser". it used to match only
on the directory name component of the path, but this changes
jde-expand-classpath to match against the whole path, not just the
directory name. this is helpful when you've got a tree of directories
holding jar files, not just a single one, since you don't need to add
them all to jde-lib-directory-.
2009-12-30 15:26:38 UTC in JDEE
-
quiet "free variable" compile-time warnings by making the code in
jde-checkstyle-create-checker-buffer more in sync with similar code in
efc.el.
quiet "reference to free variable" build-time warnings.
by and large this was mostly adding defvars to files that needed them,
but in the case of jde-project.el the changes were a little more
substantial. replace.
2009-12-26 17:21:31 UTC in JDEE
-
This patch cleans up compile-time warnings by updating jde code to use new non-deprecated functions in semantic.
2009-12-24 17:59:46 UTC in JDEE
-
I merged the two patches and submitted a patch to sourceforge:
https://sourceforge.net/tracker/?func=detail&aid=2920085&group_id=210946&atid=1015787.
2009-12-23 14:58:28 UTC in JDEE
-
Based on the discussion in http://www.mail-archive.com/jdee-devel@lists.sourceforge.net/msg00127.html
this is a merge of two patches:
https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/editors/emacs-modes/jdee/elib-avltree.patch
http://www.mail-archive.com/jdee-devel@lists.sourceforge.net/msg00095.html
The first one changed the code to use only the...
2009-12-23 14:56:38 UTC in JDEE
-
See also http://www.mail-archive.com/jdee-devel@lists.sourceforge.net/msg00095.html.
2009-12-23 14:42:37 UTC in JDEE
-
change links from sunsite to sourceforge
change version number from 2.3.6 to 2.4.0
change spelling of CDET to CEDET.
2009-12-22 23:24:11 UTC in JDEE
-
Remove references to browse-url-new-window-flag and
browse-url-new-window-p which were there only for compatibility with
old versions of emacs that used browse-url-new-window-p. now that
emacs 22+ is our target we can just call (browse-url) and let it do
the right thing.
simplified bsh-script-help and made it work more like
jde-help-browse-jdk-doc.
2009-12-22 21:49:19 UTC in JDEE