... The TclJava mailing list is sponsored by WebNet Technologies. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE as...
krischan@...
Jan 4, 1999 10:00 am
27
... The TclJava mailing list is sponsored by WebNet Technologies. To subscribe: send mail to TclJava-request@... with the word SUBSCRIBE as...
krischan@...
Jan 4, 1999 10:08 am
28
Hello, ... I don't know, if I hit all places, but with the attached patch applied to .../jacl1.1a1/src/jacl/tcl/lang/Interp.java all my tcl files run smoothly....
Christian Krone
krischan@...
Jan 4, 1999 10:26 am
29
By the way, I ran the second script below (Swing frame with tcl callback that brings up a modal dialog) with Jacl 1.1a on the same platform and got the same...
Philip Chu
philipchu@...
Jan 5, 1999 7:51 pm
30
Your patch looks like a good start. To really fix things we need to have a complete implementation of the fconfigure command. I am planning on looking into...
Moses DeJong
dejong@...
Jan 5, 1999 8:54 pm
31
That helps a lot. I am starting to think I know what might be wrong. My guess is that the swing dialog is blocking the Tcl event thread. The AWT dialog boxes...
Moses DeJong
dejong@...
Jan 6, 1999 4:59 am
32
This turned out to be a silly mistake on my part. I forgot that on NT I set PATH to include tclblend.dll to get things working, and I failed to do the same on...
Philip Chu
philipchu@...
Jan 6, 1999 8:52 am
33
Cool, thanks for the patch. I noticed the same problem while I was attempting to get the Ptolemy II test suite to work under Jacl while working offsite over...
Christopher Hylands
cxh@...
Jan 7, 1999 11:27 pm
34
Ok, I'm back from the holidays, and it looks like (surprise surprise :-) people are actually using Tcl Blend and Jacl. Any new features will have to go into...
Christopher Hylands
cxh@...
Jan 8, 1999 1:09 am
35
java::import looks interesting, we could consider adding this for the 1.2 release. However, it seems like there are some design issues that should be hashed...
Christopher Hylands
cxh@...
Jan 8, 1999 1:25 am
36
The fact that 'package require java' fails but javap tcl.lang.Interp works, sounds like a problem with pkgIndex.tcl, which is probably located at \Program...
Christopher Hylands
cxh@...
Jan 8, 1999 1:32 am
37
The Solaris binary releases should stay, because the project that pays my salary needs them :-) I agree that in general, the source releases are somewhat more...
Christopher Hylands
cxh@...
Jan 8, 1999 1:46 am
38
... It looks like you are fairly close to getting this to work. ... Once the Linux port is working, we can try hacking up configure to do the right thing here....
Christopher Hylands
cxh@...
Jan 8, 1999 2:24 am
39
Sorry for the delay in getting back to you. Yep, this looks like a bug. I think that the problem is that Jacl is parsing "" as 0.0: bash-2.02$ java...
Christopher Hylands
cxh@...
Jan 8, 1999 3:06 am
40
I verified that this bug continues to exist under Jacl1.1a1 with JDK1.2fcs under NT4.0 The evil hack would be to check to see if javaClass was null before ...
Christopher Hylands
cxh@...
Jan 8, 1999 3:28 am
41
Hi Clifton, I just wanted to update you on some progress I made with Tcl Blend on linux. I also CC'ed this message to the TclJava mailing list just in case...
Moses DeJong
dejong@...
Jan 8, 1999 5:26 am
42
I already fixed that bug. There was a note with a patch included posted on comp.lang.tcl a little while back. I thought I posted something about it on this...
Moses DeJong
dejong@...
Jan 8, 1999 5:30 am
43
... That var should not be null. I have to wonder if this is related to the strage test failure that we currently get under JDK1.2 in the ReflectObject test...
Moses DeJong
dejong@...
Jan 8, 1999 5:43 am
44
On Thu, 7 Jan 1999, Christopher Hylands wrote: Why? I do not mean to be rude but if you are the only user then it makes it a little difficult to defend that...
Moses DeJong
dejong@...
Jan 8, 1999 5:50 am
45
On Wed, 6 Jan 1999, Philip Chu wrote: So it was the lack of the tclblend.dll on the PATH that caused it? I have put an extra test case in my pkgIndex.tcl file...
Moses DeJong
dejong@...
Jan 8, 1999 6:07 am
46
On Thu, 7 Jan 1999, Christopher Hylands wrote: I know, I was a little surprised myself. ... What on earth are you talking about? Since when were we going to ...
Moses DeJong
dejong@...
Jan 8, 1999 6:19 am
47
Hey Mo, take it easy, you asked people to post their arguments. Here, (since you asked) are mine. Firstly, the attitude "source releases work much better for ...
John Reekie
johnr@...
Jan 8, 1999 7:39 am
48
Hey Mo, take it easy! It's about time 1.1 went out. You have to draw a line somewhere, and if you try to make it perfect we'll all get tired of waiting for it,...
John Reekie
johnr@...
Jan 8, 1999 7:54 am
49
On Thu, 7 Jan 1999, John Reekie wrote: Good, I like feedback! ... In the general case I would tend to agree with you. Precompiled executables for most programs...
Moses DeJong
dejong@...
Jan 8, 1999 8:23 am
50
On Thu, 7 Jan 1999, John Reekie wrote: My objection is not with "drawing the line", it is just that the line seems to keep changing from one month to the next....
Moses DeJong
dejong@...
Jan 8, 1999 8:35 am
51
Why not use the Linux port to drive the 1.2 release of TB/Jacl then? That gives you an identifiable goal and an opportunity to fix anything else that's needed ...
John Reekie
johnr@...
Jan 8, 1999 9:55 am
52
My information says that the 1.2 port of Java for linux will be done "within a month" (some guy at blackdown posted a note saying that on the java-linux...
Moses DeJong
dejong@...
Jan 8, 1999 10:05 am
53
-- [ From: Robert Jackson * EMC.Ver #3.1a INTERNATIONAL ] -- Folks, How do I set the following properties in Jacl? -DDEBUG=true...
Rjack2@...
Jan 8, 1999 8:30 pm
54
If you are running jacl from the command line then you could type something like. java -DDEBUG=true -DMETAHOST="fa916353.company.com" tcl.lang.Shell. If you...
Moses DeJong
dejong@...
Jan 9, 1999 10:06 pm
55
I ran into a little problem with the implementation of the "clock" command for Jacl. The problem only seems to show up on a Win 95 box. I suspect it has...