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
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to