I got it to compile and it seems to work, though my tests are pretty
cursory.  Ernest, what should I do with it?  I am happy to mail it to anyone
interested.

-Matt Bishop

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 3:51 AM
To: Matt Bishop
Cc: '[EMAIL PROTECTED] '
Subject: Re: JESS: 6.0a4 in JDK 1.1--almost!


Great! Note that SerializablePropertyDescriptor is -not- a Java 2
class, it's a Jess class: see
jess/SerializablePropertyDescriptor.java.

Is this a Mac filename-length issue? Now I'm remembering that someone
may have asked me to rename this class for this reason.

Let's rename it to "SerializablePD." That's what it will be called in
the next release.


I think Matt Bishop wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> I have everything converted to collections, and the only thing non-1.1 is
> this:
> 
>                 SerializablePropertyDescriptor pd =
>                     (SerializablePropertyDescriptor)
>                     deft.getSlotDefault(i).
>                     externalAddressValue(m_engine.getGlobalContext());
>                 String name = pd.getName();
> 
> 
> The SerializablePropertyDescriptor class is a 1.2 class.  Anyone have any
> quick ideas?  If not, I will mess around with working around this for a
bit.
> 
> Otherwise, everything compiles just fine with the corrected package names.
> 
> -Matt Bishop


---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to