On Tue, 14 Mar 2000, Hamish Cunningham wrote:

> hi
> 
> I'm using Jacl 1.2.5 on Sun JDKs (1.2 and 1.3 on NT and 1.2 on Solaris).
> 
> My question:

Not that I can think of. Unless someone has a good reason not to make
it accesable from outside, lets make it public. Grab the 1.3 version
from the CVS, make your changes and post a patch. There are a couple
of things to watch out for.

1. Do not forget to add a ChangeLog entry.
2. You will need to change this in src/jacl/tcl/lang/Interp.java,
   src/tclblend/jacl/tcl/lang/Interp.java, and
   src/empty/tcl/lang/Interp.java. Check out the README file
   in the empty directory to see how to regen the "empty" jar file.
3. You will also want to add notes about this change to the
   docs in docs/TclJavaLib.

Grab the source from the CVS like so.

setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvsroot
cvs login (passwd is cvs)
cvs checkout tcljava

Then make your changes and post the result of the following
command to the list so that everyone can have a look at it.

cvs diff > Interp.patch

I hope that helps.
Mo DeJong

> Is there a good reason for Interp.evalResource being a package private
> method? I'd like to use it...
> 
> Thanks, and thanks for creating a great tool!
> (If you're interested, the project I'm working on is at 
> http://gate.ac.uk, a Java rewrite/development of a C++/Tcl application.)
> 
> Hamish Cunningham
> Fellow in Computer Science, University of Sheffield
> http://www.dcs.shef.ac.uk/~hamish/

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to