RE: [tcljava-dev] Latest 1.3.0 build and INterp.evalFile()
Brought to you by:
mdejong
|
From: W. J. G. <gu...@ea...> - 2001-03-26 16:34:57
|
Oops - yup. That was code I had added to the 1.2.6 version *before*
commiting it to our "cvs" (vss) and so missed it in the diffs ;)
Would you like an implementation for the 1.3.0 code? ;)
john
-----Original Message-----
From: tcl...@li...
[mailto:tcl...@li...]On Behalf Of Mo DeJong
Sent: Friday, March 23, 2001 1:11 AM
To: tcl...@li...
Subject: Re: [tcljava-dev] Latest 1.3.0 build and INterp.evalFile()
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
_______________________________________________
tcljava-dev mailing list
tcl...@li...
http://lists.sourceforge.net/lists/listinfo/tcljava-dev
|