That is an easy one. Run these commands to check out tcljava from the
cvs.

% setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvsroot
% cvs login (password is cvs)

% cvs checkout tcljava

This will create a tcljava directory with all the src code in it.

Copy your modified files into the tcljava/src/tcljava/tcl/lang
or whatever sub dir they live in.

Then just run this command from the main tcljava directory to get
a diff of your changes.

cvs diff > applet.patch

It is just that easy!

Mo Dejong
Red Hat Inc.

On Mon, 17 Jan 2000, Thomas McKay wrote:

> Sorry, I'm a little pressed for time at the moment and honestly don't know
> if I still have the original to diff against.
> 
> The problem boiled down to a security exception.  The class Class is in a
> jar file that did not have the proper policy set.  By using getClass(), the
> result would be from the Jacl jar file which had the proper policy.
> 

----------------------------------------------------------------
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