Hey Geoff,

this is a bug (feature?) in ecs.

you have to change the code in 
ConcreteElement.output(PrintWriter out)

.
.
Enumeration enum = registry.keys();
while(enum.hasMoreElements())
{
    Object obj = registry.get((String)enum.nextElement());

to

Enumeration enum = registryList.elements();
while(enum.hasMoreElements())
{
    Object obj = registry.get((String)enum.nextElement());

There is also a patch in the ecs mailinglist, but i don't remember 
the subject.

Hope that helps
Bye Ludwig

> Geoffrey Rowell [[EMAIL PROTECTED]] wrote:
> > I just downloaded the 1/12/2000 CVS daily snapshot of Turbine and
> > set it up. When I try to access it, the login screen shows up with
> > all of its elements jumbled up. With each reload, I get a new random
> > arrangement.
> > 
> > I'm using an NT machine with:
> > 
> >   Turbine 1/12/2000 CVS snapshot
> >   Village 1.1
> >   ecs 1.1
> >   JServ 1.1b3
> >   Apache 1.3.9
> >   JSDK 2.0
> >   JDK 1.2.2
> > 
> > Any ideas what could be the cause?
> > 
> Yes, have you tried using the latest ECS from CVS? That fixed it for me.
> 
> > TIA,
> > 
> > Geoff
> > 
> 
> -- 
> Christopher Elkins
> 
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to