[Tcl Java] Re: new 1.2.2 release is ready!

1999-03-25 Thread Christian Krone
ttp://www-users.cs.umn.edu/~dejong/tcl/tcljava/cvs_tcljava.tar.gz but all I got was "Not Found. The requested URL [...] was not found on this server." Sorry, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH The TclJava mailing l

[Tcl Java] Bugs in Jacl's clock command

1999-11-22 Thread Christian Krone
s also attached below. I will create a RFE of Tcl with this patch, too. Greetings, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] *** ClockCmd.java.org Mon Nov 22 10:16:07 1999 --- ClockCmd.java Mon Nov 22 10:16:48 1999 *** *** 3,9 *

[Tcl Java] clock clicks -milliseconds

1999-11-23 Thread Christian Krone
ound history or binary of interest. If Jacl really upgrades to newer Tcl versions, I would also consider the new subcommands of string. What command is on top of the wishlist? -- Christian Krone, SQL Datenbanksysteme GmbH *** ClockCmd.java.mondayMon Nov 22 10:16:48 1999 --- ClockCmd.java

[Tcl Java] History command for Jacl

1999-11-25 Thread Christian Krone
Hello, not so long ago Mo wrote, > The history command should be very easy. And he was right. Indeed it was *so* easy, that I managed it before xmas :-) I attached the differences and the modified history.test of Tcl8.2 Greetings, Krischan -- Christian Krone, SQL Datenbanksysteme G

[Tcl Java] Re: Using CVS (was: History command for Jacl)

1999-11-26 Thread Christian Krone
file), > you really should use the CVS. But what can I do, if I'm living behind a firewall with a proxy for http, https, ftp and telnet, but not for cvs? Can I use the tar archive of the CVS repository at your homepage, or is this too old? TIA, Krischan -- Christian Krone, SQL D

[Tcl Java] Re: [Tcl Java] tcljdbc package?

1999-11-26 Thread Christian Krone
set res [$stmt executeQuery {select 1.5+0.025, 4+7, 'a'||'b' from dual}] set rmd [$res getMetaData] $res next set oneahalf [$res {getDouble int} 1] set eleven [$res {getLong int} 2] set ab [$res {getString int}

[Tcl Java] binary Jacl command

1999-12-09 Thread Christian Krone
new InternalRep for byte arrays. Finally there is a patch for jacl1.2.5/src/jacl/tcl/lang/Interp.java, which announces the new command to the interpreter, and a copy of the tcl8.2 test file binary.test, which belongs into jacl1.2.5/tests/tcl. Have fun, Krischan -- Christian Krone, SQL

[Tcl Java] Re: [Tcl Java] Variables in Jacl

2000-01-11 Thread Christian Krone
2 [~] info vars te* testVar tclsh8.2 [~] exit Hth, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe:send mail to [EMAIL PROTECTED]

[Tcl Java] Re: [Tcl Java] Access to global data members via Jacl

2000-06-23 Thread Christian Krone
m java::field $theTestClass dummyAttribute "blabla" // no problem, too... Hth, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe:send m

[Tcl Java] Re: [Tcl Java] Access to public baseclass data members via Jacl

2000-06-23 Thread Christian Krone
va::field [java::cast baseClass $theDerivedObj] dummyAttribute "blabla" "Nicht schoen, aber selten" Hope, that helps, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH The TclJava mailing list is sponso

[Tcl Java] clock command in Jacl: Now 8.3 compliant

2000-07-13 Thread Christian Krone
.: I hope that I can convince me in the near future to implement the interp command once again... -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] The TclJava mailing list is sponsored by Scriptics

[Tcl Java] Jacl: Very first steps to a new interp command

2000-07-17 Thread Christian Krone
19.9. All tests after that are related to safe interps, so there seems to be a good point for a milestone, having an interp command only for the "unsafe" features. Stay tuned... Greetings, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] --- Channel.

[Tcl Java] Re: [Tcl Java] RFC: changing the package name from java to tcljava?

2000-07-17 Thread Christian Krone
ge" thing to explain. But there would be "The TclJava package" thing, wouldn't it? > You would have to change "package require java" > to "package require tcljava", but I don't think > that is too big a deal. Right, it would be no big deal, b

[Tcl Java] Next steps to a Jacl interp command.

2000-07-31 Thread Christian Krone
patch should be applied from its library subdirectory. And be aware, that you should also apply the patches from my last mail called "Jacl: Very first steps to a new interp command". If I missed some classes or patches, don't hesitate to send me a mail... Greetings from Berlin, Krischan

[Tcl Java] Last(?) steps for an InterpCmd in Jacl

2000-08-07 Thread Christian Krone
when deleting an interp, since I can run the interp.test in a loop without increasing memory consumption (this wasn't the fact in my first implementation!). Greetings, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] --

[Tcl Java] Improvements of Jacl's clock command

2000-08-07 Thread Christian Krone
, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] The TclJava mailing list is sponsored by Scriptics Corporation. To subscribe:send mail to [EMAIL PROTECTED] with the word

[Tcl Java] Jacl: improved string command (now 8.4 compatible)

2000-08-14 Thread Christian Krone
o be able to do just a jaclsh xxx.test; currently the auto_path is not correct for such a usage. But it is a start. Have fun, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] The TclJava mailing list

[Tcl Java] jacl-yaci: (JACL Yet Another Command Improved)

2000-08-15 Thread Christian Krone
end end]. - lsearch is 8.4 compliant. Have fun, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] --- Expression.java.org Fri Mar 10 19:05:01 2000 +++ Expression.java Mon Aug 14 20:16:00 2000 @@ -564,15 +575,20 @@ value.intValue = (value.dou

[Tcl Java] Re: Tcl and Java interaction

2000-08-16 Thread Christian Krone
method to invoke it: bash-2.03$ CLASSPATH=. jaclsh % package require java 1.3.0 % java::call test run 10 % exit Hope this helps, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH

[Tcl Java] Jacl: "file extension" now 8.4 compatible

2000-08-16 Thread Christian Krone
Hello, and here a small patch to make "file extension" work as it does in newer Tcl. Greetings, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] --- FileCmd.java.orgSat Aug 7 07:59:06 1999 +++ FileCmd.javaWed Aug 16 06:45:36 2000

[Tcl Java] Error in (not yet published) Interp.java

2000-08-16 Thread Christian Krone
n(this, "can not expose to a namespace " + "(use expose to toplevel, then rename)"); } Greetings, Krischan -- Christian Krone, SQL Date

[Tcl Java] Re: Tcl List Elements for Java

2000-08-17 Thread Christian Krone
() ? You can use methods of the TclList class. Example: TclObject elemv[] = TclList.getElements(interp, argv[1]); for (int i = 0; i < elemv.length; i++) { System.out.println(elemv[i]); } BTW: The TclList class has its own documentation page in the docs directory. HTH, Krischan --

[Tcl Java] Re: Problems with calling Java from TCL

2000-08-18 Thread Christian Krone
e current method does not have access to the appropriate zero-argument constructor. So maybe your Java class is not defined public or the constructor of your class isn't? Hth, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] ---

[Tcl Java] Re: Last(?) steps for an InterpCmd in Jacl

2000-08-21 Thread Christian Krone
test of "file extension" in Tcl's test suite stays in cmdAH.test... -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:[EMAIL PROTECTED] The TclJava mailing list is sponsored by Scriptics Corporation

[Tcl Java] jacl-emci: (JACL Even More Commands Improved)

2000-08-21 Thread Christian Krone
tcltest package itself. Just move the if clause behind test 6.1 inside the test before the last line ("set msg"). Greetings, Krischan P.S.: Don't expect to see another patch from me within the next weeks. My vacation will start on friday, and here in Germany the holida

[Tcl Java] Re: profiling tclblend apps

2000-09-27 Thread Christian Krone
d_init to -prof before loading TclBlend: set tclblend_init -glob package require java BTW: My java (1.2.2 on Linux) doesn't tell me anything about a -prof option as java 1.1.8 indeed does. But there is a -Xrunhprof option which should work... Hth, Krischan -- Christian Krone, SQL