Re: [tcljava-dev] Latest 1.3.0 build and INterp.evalFile()
Brought to you by:
mdejong
|
From: Mo D. <md...@cy...> - 2001-03-23 09:10:34
|
On Wed, 21 Mar 2001, W. John Guineau wrote:
> Hi Mo,
>
> OK, I installed cygwin, pulled the 1.3.0 source over, merged in the couple
> changes we made to the 1.2.6 code and then integrated it into our
> application.
>
> While testing to make sure 1.3.0 works "as well as" :) 1.2.6, we discovered
> that Interp.evalFile( String fileName ) is no longer implemented. In 1.2.6
> it boiled down to a native method that (I suspect) called Tcl_EvalFile().
>
> Is there a reason this was removed from 1.3.0?
Humm, I just looked at the Tcl Blend Interp.java file from 1.2.6
and the evalFile() method is defined as:
public void
evalFile(
String s) // The name of file to evaluate.
throws
TclException
{
throw new TclRuntimeError("Not implemented yet.");
}
It is the same in 1.3.
Mo DeJong
Red Hat Inc
|