... In the general case, there is no way to know. Tcl only knows about a file when sourcing a file. If you call interp.evalFile("foo"), it will add "error ......
Mo DeJong
mdejong@...
Oct 25, 2000 2:12 pm
1248
... Yeah, that is most likely it. I should go put that up on the sourceforge task list for Jacl. Mo DeJong Red Hat Inc ... The TclJava mailing list is...
Mo DeJong
mdejong@...
Oct 25, 2000 3:33 pm
1249
... Mo> That really should work, everything you are using is the same Mo> as my install except I have the CVS version of Tcl. Are you sure that the sourceforge...
Daniel Wickstrom
danw@...
Oct 25, 2000 5:02 pm
1250
... I just got a fresh CVS checkout from SF and ran the tests with IBM JDK 1.3 (on Linux) and it worked just fine. I don't know what to tell ya. You are using...
Mo DeJong
mdejong@...
Oct 26, 2000 1:13 am
1251
... I just got a fresh checkout from the ajuba branch (used cut and paste from your email), and now I get: 1184 nsadmin@localhost:~/sourceforge/tcljava >make...
Dan Wickstrom
dcwickstrom@...
Oct 26, 2000 5:03 am
1252
Can someone send me a pointer to where I can download autoconf 2.14. I just checked out tcljava from sourceforge and would like to make it. There aren't any...
Thomas McKay
mckay@...
Oct 26, 2000 1:13 pm
1253
... Mo> I just got a fresh CVS checkout from SF and ran the tests with Mo> IBM JDK 1.3 (on Linux) and it worked just fine. I don't know Mo> what to tell ya....
Daniel Wickstrom
danw@...
Oct 26, 2000 2:00 pm
1254
Okay, just using the configure script that existed already I get the following error about not being able to compile test program Test.java. Anyone have any...
Thomas McKay
mckay@...
Oct 26, 2000 2:03 pm
1255
... Thomas> Can someone send me a pointer to where I can download Thomas> autoconf 2.14. I just checked out tcljava from Thomas> sourceforge and would like to...
Daniel Wickstrom
danw@...
Oct 26, 2000 2:03 pm
1256
... You would need to grab the autotools out of the CVS (Dont do this yet!). setenv CVSROOT :pserver:anoncvs@...:/cvs cvs login paswsd "" cvs...
Mo DeJong
mdejong@...
Oct 26, 2000 3:32 pm
1257
Hack... hack... hack... I plow on... Okay, I never could get configure to successfully run Test.java. Finally got it to compile after much hacking, but never...
Thomas McKay
mckay@...
Oct 26, 2000 4:15 pm
1258
... Well, there should have been an error logged to config.log that would have shown why Test.java could not be compiled. ... No, the autoconf based build has...
Mo DeJong
mdejong@...
Oct 26, 2000 4:48 pm
1259
... Mo> Are you up to it? I am going to be working on this object ref Mo> queue thing for some time, so if you could take a whack at the Mo> Notifier it would...
Daniel Wickstrom
danw@...
Oct 26, 2000 4:58 pm
1260
... What version of Tcl are you using? This should not show up with Tcl 8.3.2 or 8.4. At any rate, it does not matter. ... Humm, I have not seen this error...
Mo DeJong
mdejong@...
Oct 26, 2000 5:06 pm
1261
... Mo> What version of Tcl are you using? This should not show up Mo> with Tcl 8.3.2 or 8.4. At any rate, it does not matter. I'm using tcl version 8.3.2. ......
Daniel Wickstrom
danw@...
Oct 26, 2000 5:20 pm
1262
... Strange, perhaps I was wrong and that only works for 8.4. Oh well. ... It could be related to the event queue, I just don't see it on my box. A printed...
Mo DeJong
mdejong@...
Oct 26, 2000 5:25 pm
1263
... Mo> On Thu, 26 Oct 2000, Daniel Wickstrom wrote: Mo> It could be related to the event queue, I just don't see it on Mo> my box. A printed stack trace...
Daniel Wickstrom
danw@...
Oct 26, 2000 6:00 pm
1264
Hi all, Is there a list of JACL version numbers and the JDKs they work with? I'm specifically interested in JDK 1.3 (J2 SDK 1.3) both Sun and IBM. thanx -dave ...
David Gerstl/Pittsbur...
gerstl@...
Oct 26, 2000 6:19 pm
1265
... There is a file in the dist call known_issues.txt, it describes where Jacl of Tcl Blend might be having some problems. For the most part, Jacl will work on...
Mo DeJong
mdejong@...
Oct 26, 2000 6:46 pm
1266
David, We are using JDK1.3 (Windows NT/95/98/2000) and Jacl 1.2.6 and they work very well together. Steve Carter ... From: David Gerstl/Pittsburgh/IBM...
Steve Carter
steve@...
Oct 26, 2000 8:25 pm
1267
... This patch looks great. I touched up a couple of little things and checked it in (see the ChangeLog for the gory details). I ran the tests again, and it...
Mo DeJong
mdejong@...
Oct 27, 2000 12:29 pm
1268
... Mo> I ran the tests again, and it looks like everything is working Mo> just great. I can also run some multi-threaded tests that did Mo> not work in the...
Daniel Wickstrom
danw@...
Oct 27, 2000 2:06 pm
1269
I have just merged the changes needed to use Tcl Blend in a multi-threaded environment back into the HEAD of the CVS. These changes should finally fix ALL of...
Mo DeJong
mdejong@...
Oct 29, 2000 9:02 pm
1270
Hi I am very new to JACL and TCL itself. My aim is to be able to call a TCL Script in a Java Program. I have figured out that I use the tcl.lang.Interp class...
Sai Geetha M N
Saigeetha@...
Oct 30, 2000 11:36 am
1271
... Hello. ... Don't worry, it is all rather easy to learn. ... But, you are not calling interp.evalFile() you are just calling interp.eval(). If you want to...
Mo DeJong
mdejong@...
Oct 30, 2000 4:38 pm
1272
SWANK 0.7 has been released. You can find it at http://www.nmrview.com/swank/index.html SWANK(tm) is a GUI toolkit written in Java(tm) that provides ...
Johnson, Bruce
bruce_johnson@...
Oct 30, 2000 7:02 pm
1273
I've been investigating the thread cleanup, and it appears that thread cleanup handlers created with Tcl_CreateThreadExitHandler are only called when tcl is...
Daniel Wickstrom
danw@...
Oct 31, 2000 6:35 pm
1274
Can I request that the method Interp.evalURL() be made public? Perhaps there's another way to accomplish the equivalent functionality or some reason it's not...
Thomas McKay
mckay@...
Oct 31, 2000 6:48 pm
1275
Just an FYI here. The tcljava project has moved to sourceforge. There are now two mailing lists, one for users and one for developers. Sign up here: ...
Mo DeJong
mdejong@...
Nov 2, 2000 2:12 am
1276
I'll insert an auto-responder for "tcljava@..." that will alert you to the new list. ... -- Brent Welch <welch@...> ...