[Tcl Java] Re: TclBlend Patch 8/5

2000-08-06 Thread Mo DeJong
On Sun, 6 Aug 2000, Jiang Wu wrote: > How are you running your example? Are you starting the JVM first, then load > TclBlend? If not, you are not using "serviceEvent()" when executing > "vwait". > > The easy way to reproduce the problems related to the Notifier is to build a > Java based shell

[Tcl Java] Re: TclBlend Patch 8/5

2000-08-06 Thread Mo DeJong
On Sun, 6 Aug 2000, Jiang Wu wrote: > This patch should be applied to the > "ajuba-tclblend-contract-2000-08-01-branch". > > The patch includes the following: > > - fix bugs in tcl.lang.Notifier I want to check this all in a bit at a time. You mention the original bug report: http://www-c

[Tcl Java] TclBlend Makefile.in patch

2000-08-06 Thread Jiang Wu
This patch should be applied to the "ajuba-tclblend-contract-2000-08-01-branch". Here is a patch for the tcljava/Makefile.in that adds the Jacl shell to the tclblend.jar and a new target "test_jvmblend.exec" which runs the TclBlend test suite using a JVM loading TclBlend. Since I don't have an U

[Tcl Java] TclBlend Patch 8/5

2000-08-06 Thread Jiang Wu
This patch should be applied to the "ajuba-tclblend-contract-2000-08-01-branch". The patch includes the following: - fix bugs in tcl.lang.Notifier - make TclBlend work with the Jacl shell - add mutex for multi thread TclBlend initialization - add (Win) makefile targets for testing TclBle