Getting Coral to load on Linux / Pharo 1.1

classic Classic list List threaded Threaded
5 messages Options
Nick Davis Nick Davis
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Getting Coral to load on Linux / Pharo 1.1

Hello,
  If you do -
Gofer new url: 'http://ss3.gemstone.com/ss/coral';    package: 'ConfigurationOfCoral';    load.

  followed by
ConfigurationOfCoral loadDevelopment

This works fine on Pharo 1.3  (Centos6 platform) ,  but on Pharo 1.1 it fails to load.
It blows up in ConfigurationOfCoral class>>loadDevelopment  because (self project version: #development) returns nil.

Any advice on how to make this work?  Is Pharo 1.1 even supported?

Thanks a lot,
Nick Davis


============================================= Romax Technology Limited Rutherford House Nottingham Science & Technology Park Nottingham, NG7 2PZ England Telephone numbers: +44 (0)115 951 88 00 (main) For other office locations see: http://www.romaxtech.com/Contact ================================= =============== E-mail: [hidden email] Website: www.romaxtech.com ================================= ================ Confidentiality Statement This transmission is for the addressee only and contains information that is confidential and privileged. Unless you are the named addressee, or authorised to receive it on behalf of the addressee you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please delete from your system and contact the sender. Thank you for your cooperation. =================================================
_______________________________________________
Pharo-coral mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral

Mariano Martinez Peck Mariano Martinez Peck
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting Coral to load on Linux / Pharo 1.1



On Mon, Feb 13, 2012 at 2:37 PM, Nick Davis <[hidden email]> wrote:

Hello,
  If you do -
Gofer new url: 'http://ss3.gemstone.com/ss/coral';    package: 'ConfigurationOfCoral';    load.

  followed by
ConfigurationOfCoral loadDevelopment

This works fine on Pharo 1.3  (Centos6 platform) ,  but on Pharo 1.1 it fails to load.
It blows up in ConfigurationOfCoral class>>loadDevelopment  because (self project version: #development) returns nil.


That's because symbolic versions (like #development) were added in newer versions of Metacello than the one provided out of the box in Pharo 1.1. You can update Metacello (something like ConfigurationOfMetacello load)  or to use an specific numbered version of Coral.

 

Any advice on how to make this work?  Is Pharo 1.1 even supported?

Thanks a lot,
Nick Davis


============================================= Romax Technology Limited Rutherford House Nottingham Science & Technology Park Nottingham, NG7 2PZ England Telephone numbers: <a href="tel:%2B44%20%280%29115%20951%2088%2000" value="+441159518800" target="_blank">+44 (0)115 951 88 00 (main) For other office locations see: http://www.romaxtech.com/Contact ================================= =============== E-mail: [hidden email] Website: www.romaxtech.com ================================= ================ Confidentiality Statement This transmission is for the addressee only and contains information that is confidential and privileged. Unless you are the named addressee, or authorised to receive it on behalf of the addressee you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please delete from your system and contact the sender. Thank you for your cooperation. =================================================


_______________________________________________
Pharo-coral mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral




--
Mariano
http://marianopeck.wordpress.com


_______________________________________________
Pharo-coral mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral
Damien Pollet Damien Pollet
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting Coral to load on Linux / Pharo 1.1

In reply to this post by Nick Davis
On 13 February 2012 14:37, Nick Davis <[hidden email]> wrote:
> Any advice on how to make this work?  Is Pharo 1.1 even supported?

Coral is very much alpha/beta stage, and it requires a few fixes in
the base image, so I would not count on old releases to be supported
any time soon. Even 1.3 & 1.4 still need some cleaning.

--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet

_______________________________________________
Pharo-coral mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral
Stéphane Ducasse Stéphane Ducasse
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting Coral to load on Linux / Pharo 1.1


On Feb 13, 2012, at 3:01 PM, Damien Pollet wrote:

> On 13 February 2012 14:37, Nick Davis <[hidden email]> wrote:
>> Any advice on how to make this work?  Is Pharo 1.1 even supported?
>
> Coral is very much alpha/beta stage, and it requires a few fixes in
> the base image,

Like what?
Send us the fixes so that we integrate that.

> so I would not count on old releases to be supported
> any time soon. Even 1.3 & 1.4 still need some cleaning.
>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet
>
> _______________________________________________
> Pharo-coral mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral


_______________________________________________
Pharo-coral mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral
Damien Pollet Damien Pollet
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting Coral to load on Linux / Pharo 1.1

On 13 February 2012 17:00, Stéphane Ducasse <[hidden email]> wrote:
> Like what?
> Send us the fixes so that we integrate that.

CommandLine and AbstractUserInput. It works, but could be clearer


--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet

_______________________________________________
Pharo-coral mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-coral
Loading...