swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swarm-2.1.94 rpm (java)


From: Marcus G. Daniels
Subject: Re: swarm-2.1.94 rpm (java)
Date: 05 Sep 2001 16:34:36 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "MA" == Myriam Abramson <address@hidden> writes:

MA> ListImpl test = new ListImpl(Globals.env.scratchZone); 
MA> Index ind = test.begin(Globals.env.scratchZone);

MA> does not work for me in 2.1.94 rpm.

Huh, it should.  I'm using 2.1.102, but I can't think of a recent
change offhand that would explain this.

Here's a test case that works for me.

import swarm.collections.ListImpl;
import swarm.collections.List;
import swarm.collections.Index;
import swarm.Globals;

public class ListTest {
    static void main (String args[]) {
        Globals.env.initSwarm ("ListTest", "0.0", "address@hidden", args);

        ListImpl list = new ListImpl (Globals.env.scratchZone);

        Index index = list.begin (Globals.env.scratchZone);

        Globals.env.xprint (index.getLoc ());
    }
}


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]