Re: [jdee-devel] Latest changes

"Antti Holappa" <[email protected]>
Newsgroups gmane.emacs.jdee.user,gmane.emacs.jdee.devel
Message-ID <[email protected]>
Hi,

The jde-bsh.el seems to expect an older bsh.jar - the one in the 2.4.0
branch does not have getShowResults() and an EvalError occurs:

bsh %:{
  boolean _prevShowValue = this.interpreter.getShowResults();
  Object _retVal = null;
  this.interpreter.setShowResults(false);
  _jdeCustEvalFn() { jde.util.JdeUtilities.setProjectValues("",
"c:/path_to_somewhere "); };
  try { _retVal = eval("_jdeCustEvalFn();"); }
  finally {
    this.interpreter.setShowResults(_prevShowValue);
  }
  if (_retVal != null) print(_retVal);
}
// Error: EvalError: Typed variable declaration : Error in method
invocation: Method getShowResults() not found in class'bsh.Interpreter'
: at Line: 39 : in file: <unknown file> : this .interpreter
.getShowResults ( ) 

- Antti

-----Original Message-----
From: Paul Landes [mailto:[email protected]] 
Sent: 8. syyskuuta 2009 9:31
To: JDEE Development; JDEE Users
Subject: [jdee-devel] Latest changes

I've made a lot of changes that are somewhat drastic.  I've folded in
a good chunk of the outstanding changes I've had.  The biggest changes
in terms of stability is the `require' order.  For example, some of
the jde-jeval* functions are now their own library.  This combined
with the auto generated auto-load directory paradigm at times don't
seem to jive.

...

There are many more features added and a few bug fixes.  The details
are in jde/doc/history/release-notes.xml.

-- 
Paul Landes
[email protected]

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day 
trial. Simplify your report design, integration and deployment - and
focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jdee-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-devel

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.