VW 7.4 Duplicate bindings for Time

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

VW 7.4 Duplicate bindings for Time

Mike Hales
After loading Seaside into my VW 7.4 image (Swazoo version using
parcels) I can run the demos but when I toggle halos I get a walkback
saying there are duplicate bindings for Time.  It looks like there are
Squeak.Time Seaside.Time Smalltalk.Core.Time all in the system.  How
should the namespace imports be set up so that everyone finds the
correct class?

Mike

--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: VW 7.4 Duplicate bindings for Time

Boris Popov, DeepCove Labs (SNN)
Mike,

I would first try the latest version from Public Repository. I believe the
problem you mention had been resolved a while ago, certainly there aren't
any ambiguous references in my image and that's the version we're using
here. Michel had fixed up quite a few things with the port in the past
couple of months.

Let me know if you're still getting the errors.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Mike Hales
Sent: Thursday, July 13, 2006 4:18 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: [Seaside] VW 7.4 Duplicate bindings for Time

After loading Seaside into my VW 7.4 image (Swazoo version using
parcels) I can run the demos but when I toggle halos I get a walkback
saying there are duplicate bindings for Time.  It looks like there are
Squeak.Time Seaside.Time Smalltalk.Core.Time all in the system.  How
should the namespace imports be set up so that everyone finds the
correct class?

Mike

--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: VW 7.4 Duplicate bindings for Time

Mike Hales
I am using the latest version as of about a week ago.  The problem was in InverseColorMapInitializer >> shuffledIndicesAndColorsDo:

There is a reference to Time that was apparently ambiguous.  This is in the Graphics namespace which imports private Smalltalk.* .  By importing private Smalltalk.* will it get Smalltalk.Squeak.Time and Smalltalk.Seaside.Time in its visible classes?  I'm still not super clear on the intricacies of Namespace imports.

Mike


On 7/13/06, Boris Popov <[hidden email]> wrote:
Mike,

I would first try the latest version from Public Repository. I believe the
problem you mention had been resolved a while ago, certainly there aren't
any ambiguous references in my image and that's the version we're using
here. Michel had fixed up quite a few things with the port in the past
couple of months.

Let me know if you're still getting the errors.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Mike Hales
Sent: Thursday, July 13, 2006 4:18 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: [Seaside] VW 7.4 Duplicate bindings for Time

After loading Seaside into my VW 7.4 image (Swazoo version using
parcels) I can run the demos but when I toggle halos I get a walkback
saying there are duplicate bindings for Time.  It looks like there are
Squeak.Time Seaside.Time Smalltalk.Core.Time all in the system.  How
should the namespace imports be set up so that everyone finds the
correct class?

Mike

--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside






--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: VW 7.4 Duplicate bindings for Time

Boris Popov, DeepCove Labs (SNN)
Strange. I'm on 7.4.1 and not seeing the problem...

Seaside: 2.6b1.45.1
Seaside-VW: 2.6b1.45.0
Seaside-WebToolKit: 2.6b1.45.0
SeasideAsync: 2.6b1.39.0
SeasideForWebToolkit: 2.6b1.45.0
SeasideImageTools: 1.0
SeasideScriptaculous: 2.6b1.108.0

Thanks,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Mike Hales
Sent: Friday, July 14, 2006 9:37 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] VW 7.4 Duplicate bindings for Time

I am using the latest version as of about a week ago.  The problem was in
InverseColorMapInitializer >> shuffledIndicesAndColorsDo:

There is a reference to Time that was apparently ambiguous.  This is in the
Graphics namespace which imports private Smalltalk.* .  By importing private
Smalltalk.* will it get Smalltalk.Squeak.Time and Smalltalk.Seaside.Time in
its visible classes?  I'm still not super clear on the intricacies of
Namespace imports.

Mike



On 7/13/06, Boris Popov <[hidden email]> wrote:

        Mike,
       
        I would first try the latest version from Public Repository. I
believe the
        problem you mention had been resolved a while ago, certainly there
aren't
        any ambiguous references in my image and that's the version we're
using
        here. Michel had fixed up quite a few things with the port in the
past
        couple of months.
       
        Let me know if you're still getting the errors.
       
        Cheers!
       
        -Boris
       
        --
        +1.604.689.0322
        DeepCove Labs Ltd.
        4th floor 595 Howe Street
        Vancouver, Canada V6C 2T5
       
        [hidden email]
       
        CONFIDENTIALITY NOTICE
       
        This email is intended only for the persons named in the message
        header. Unless otherwise indicated, it contains information that is
        private and confidential. If you have received it in error, please
        notify the sender and delete the entire message including any
        attachments.
       
        Thank you.
       
        -----Original Message-----
        From: [hidden email]
        [mailto: [hidden email]
<mailto:[hidden email]> ] On Behalf Of Mike
Hales
        Sent: Thursday, July 13, 2006 4:18 PM
        To: The Squeak Enterprise Aubergines Server - general discussion.
        Subject: [Seaside] VW 7.4 Duplicate bindings for Time
       
        After loading Seaside into my VW 7.4 image (Swazoo version using
        parcels) I can run the demos but when I toggle halos I get a
walkback
        saying there are duplicate bindings for Time.  It looks like there
are
        Squeak.Time Seaside.Time Smalltalk.Core.Time all in the system.  How
        should the namespace imports be set up so that everyone finds the
        correct class?
       
        Mike
       
        --
        Mike Hales
        Engineering Manager
        KnowledgeScape
        www.kscape.com
        _______________________________________________
        Seaside mailing list
        [hidden email]
        http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
       
       
        _______________________________________________
        Seaside mailing list
        [hidden email]
        http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside 
       
       
       
       




--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment