[ANN] Glamour on Seaside - first version

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

[ANN] Glamour on Seaside - first version

Tudor Girba
Hi,

We are happy to announce the first version of Glamour on Seaside. This work was carried out by Andrei Vasile Chis and was sponsored by ESUG. The project offers a Seaside-based rendering of Glamour browsers. In other words, once you have a browser in Glamour, you can now simply display it on the web.

You can obtain the code in two ways:
- Nightly built image:
http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
- Metacello configuration loadable in Pharo 1.1 (not Core)
Gofer new
        squeaksource: 'Glamour';
        package: 'ConfigurationOfGlamourSeaside';
        load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

A couple of examples are available on the Moose server:
http://online.moosetechnology.org/glamour/basicExamples (a number of example browsers)
http://online.moosetechnology.org/moose/metaBrowser (a browser for the meta-model of Moose)


Several developments are planned for the near future, so stay tuned for more news.

We would highly appreciate any kind of feedback.

Cheers,
Andrei and Doru

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Lorenzo
Hi,

great work!

I found an error installing with:

Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamourSeaside';
load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

in the method:

initializeWithClassName: classString
classIsMeta: metaBoolean
selector: selectorString
category: catString
timeStamp: timeString
source: sourceString

the argument catString is empty and an error  is generated.

Regards




----- Original Message -----
From: "Tudor Girba" <[hidden email]>
To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development"
<[hidden email]>; "Seaside - general discussion"
<[hidden email]>; "ESUG Members"
<[hidden email]>
Sent: Sunday, September 26, 2010 11:15 PM
Subject: [Seaside] [ANN] Glamour on Seaside - first version


Hi,

We are happy to announce the first version of Glamour on Seaside. This work
was carried out by Andrei Vasile Chis and was sponsored by ESUG. The project
offers a Seaside-based rendering of Glamour browsers. In other words, once
you have a browser in Glamour, you can now simply display it on the web.

You can obtain the code in two ways:
- Nightly built image:
http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
- Metacello configuration loadable in Pharo 1.1 (not Core)
Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamourSeaside';
load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

A couple of examples are available on the Moose server:
http://online.moosetechnology.org/glamour/basicExamples (a number of example
browsers)
http://online.moosetechnology.org/moose/metaBrowser (a browser for the
meta-model of Moose)


Several developments are planned for the near future, so stay tuned for more
news.

We would highly appreciate any kind of feedback.

Cheers,
Andrei and Doru

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Tudor Girba
Hi Lorenzo,

Did you get this problem by loading in a Pharo 1.1 (not core) image?

Cheers,
Doru


On 28 Sep 2010, at 09:08, Lorenzo Schiavina wrote:

> Hi,
>
> great work!
>
> I found an error installing with:
>
> Gofer new
> squeaksource: 'Glamour';
> package: 'ConfigurationOfGlamourSeaside';
> load.
> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>
> in the method:
>
> initializeWithClassName: classString
> classIsMeta: metaBoolean
> selector: selectorString
> category: catString
> timeStamp: timeString
> source: sourceString
>
> the argument catString is empty and an error  is generated.
>
> Regards
>
>
>
>
> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
> To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development" <[hidden email]>; "Seaside - general discussion" <[hidden email]>; "ESUG Members" <[hidden email]>
> Sent: Sunday, September 26, 2010 11:15 PM
> Subject: [Seaside] [ANN] Glamour on Seaside - first version
>
>
> Hi,
>
> We are happy to announce the first version of Glamour on Seaside. This work was carried out by Andrei Vasile Chis and was sponsored by ESUG. The project offers a Seaside-based rendering of Glamour browsers. In other words, once you have a browser in Glamour, you can now simply display it on the web.
>
> You can obtain the code in two ways:
> - Nightly built image:
> http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
> - Metacello configuration loadable in Pharo 1.1 (not Core)
> Gofer new
> squeaksource: 'Glamour';
> package: 'ConfigurationOfGlamourSeaside';
> load.
> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>
> A couple of examples are available on the Moose server:
> http://online.moosetechnology.org/glamour/basicExamples (a number of example browsers)
> http://online.moosetechnology.org/moose/metaBrowser (a browser for the meta-model of Moose)
>
>
> Several developments are planned for the near future, so stay tuned for more news.
>
> We would highly appreciate any kind of feedback.
>
> Cheers,
> Andrei and Doru
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Not knowing how to do something is not an argument for how it cannot be done."

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Lorenzo
I used Seaside 3.0rc

Ciao
----- Original Message -----
From: "Tudor Girba" <[hidden email]>
To: "Seaside - general discussion" <[hidden email]>
Sent: Tuesday, September 28, 2010 9:15 AM
Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version


Hi Lorenzo,

Did you get this problem by loading in a Pharo 1.1 (not core) image?

Cheers,
Doru


On 28 Sep 2010, at 09:08, Lorenzo Schiavina wrote:

> Hi,
>
> great work!
>
> I found an error installing with:
>
> Gofer new
> squeaksource: 'Glamour';
> package: 'ConfigurationOfGlamourSeaside';
> load.
> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>
> in the method:
>
> initializeWithClassName: classString
> classIsMeta: metaBoolean
> selector: selectorString
> category: catString
> timeStamp: timeString
> source: sourceString
>
> the argument catString is empty and an error  is generated.
>
> Regards
>
>
>
>
> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
> To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development"
> <[hidden email]>; "Seaside - general discussion"
> <[hidden email]>; "ESUG Members"
> <[hidden email]>
> Sent: Sunday, September 26, 2010 11:15 PM
> Subject: [Seaside] [ANN] Glamour on Seaside - first version
>
>
> Hi,
>
> We are happy to announce the first version of Glamour on Seaside. This
> work was carried out by Andrei Vasile Chis and was sponsored by ESUG. The
> project offers a Seaside-based rendering of Glamour browsers. In other
> words, once you have a browser in Glamour, you can now simply display it
> on the web.
>
> You can obtain the code in two ways:
> - Nightly built image:
> http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
> - Metacello configuration loadable in Pharo 1.1 (not Core)
> Gofer new
> squeaksource: 'Glamour';
> package: 'ConfigurationOfGlamourSeaside';
> load.
> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>
> A couple of examples are available on the Moose server:
> http://online.moosetechnology.org/glamour/basicExamples (a number of
> example browsers)
> http://online.moosetechnology.org/moose/metaBrowser (a browser for the
> meta-model of Moose)
>
>
> Several developments are planned for the near future, so stay tuned for
> more news.
>
> We would highly appreciate any kind of feedback.
>
> Cheers,
> Andrei and Doru
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Not knowing how to do something is not an argument for how it cannot be
done."

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Tudor Girba
We never tried with that image, but it can very well be that the error happens when you try to load package versions that are incompatible with the image.

Cheers,
Doru


On 28 Sep 2010, at 09:44, Lorenzo Schiavina wrote:

> I used Seaside 3.0rc
>
> Ciao
> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
> To: "Seaside - general discussion" <[hidden email]>
> Sent: Tuesday, September 28, 2010 9:15 AM
> Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version
>
>
> Hi Lorenzo,
>
> Did you get this problem by loading in a Pharo 1.1 (not core) image?
>
> Cheers,
> Doru
>
>
> On 28 Sep 2010, at 09:08, Lorenzo Schiavina wrote:
>
>> Hi,
>>
>> great work!
>>
>> I found an error installing with:
>>
>> Gofer new
>> squeaksource: 'Glamour';
>> package: 'ConfigurationOfGlamourSeaside';
>> load.
>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>
>> in the method:
>>
>> initializeWithClassName: classString
>> classIsMeta: metaBoolean
>> selector: selectorString
>> category: catString
>> timeStamp: timeString
>> source: sourceString
>>
>> the argument catString is empty and an error  is generated.
>>
>> Regards
>>
>>
>>
>>
>> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
>> To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development" <[hidden email]>; "Seaside - general discussion" <[hidden email]>; "ESUG Members" <[hidden email]>
>> Sent: Sunday, September 26, 2010 11:15 PM
>> Subject: [Seaside] [ANN] Glamour on Seaside - first version
>>
>>
>> Hi,
>>
>> We are happy to announce the first version of Glamour on Seaside. This work was carried out by Andrei Vasile Chis and was sponsored by ESUG. The project offers a Seaside-based rendering of Glamour browsers. In other words, once you have a browser in Glamour, you can now simply display it on the web.
>>
>> You can obtain the code in two ways:
>> - Nightly built image:
>> http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
>> - Metacello configuration loadable in Pharo 1.1 (not Core)
>> Gofer new
>> squeaksource: 'Glamour';
>> package: 'ConfigurationOfGlamourSeaside';
>> load.
>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>
>> A couple of examples are available on the Moose server:
>> http://online.moosetechnology.org/glamour/basicExamples (a number of example browsers)
>> http://online.moosetechnology.org/moose/metaBrowser (a browser for the meta-model of Moose)
>>
>>
>> Several developments are planned for the near future, so stay tuned for more news.
>>
>> We would highly appreciate any kind of feedback.
>>
>> Cheers,
>> Andrei and Doru
>>
>> _______________________________________________
>> 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
>
> --
> www.tudorgirba.com
>
> "Not knowing how to do something is not an argument for how it cannot be done."
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"The coherence of a trip is given by the clearness of the goal."




_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Lorenzo
Can you tell me what I have to do for being able to install the pachage?

Grazie
----- Original Message -----
From: "Tudor Girba" <[hidden email]>
To: "Seaside - general discussion" <[hidden email]>
Sent: Tuesday, September 28, 2010 1:23 PM
Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version


We never tried with that image, but it can very well be that the error
happens when you try to load package versions that are incompatible with the
image.

Cheers,
Doru


On 28 Sep 2010, at 09:44, Lorenzo Schiavina wrote:

> I used Seaside 3.0rc
>
> Ciao
> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
> To: "Seaside - general discussion" <[hidden email]>
> Sent: Tuesday, September 28, 2010 9:15 AM
> Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version
>
>
> Hi Lorenzo,
>
> Did you get this problem by loading in a Pharo 1.1 (not core) image?
>
> Cheers,
> Doru
>
>
> On 28 Sep 2010, at 09:08, Lorenzo Schiavina wrote:
>
>> Hi,
>>
>> great work!
>>
>> I found an error installing with:
>>
>> Gofer new
>> squeaksource: 'Glamour';
>> package: 'ConfigurationOfGlamourSeaside';
>> load.
>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>
>> in the method:
>>
>> initializeWithClassName: classString
>> classIsMeta: metaBoolean
>> selector: selectorString
>> category: catString
>> timeStamp: timeString
>> source: sourceString
>>
>> the argument catString is empty and an error  is generated.
>>
>> Regards
>>
>>
>>
>>
>> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
>> To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development"
>> <[hidden email]>; "Seaside - general discussion"
>> <[hidden email]>; "ESUG Members"
>> <[hidden email]>
>> Sent: Sunday, September 26, 2010 11:15 PM
>> Subject: [Seaside] [ANN] Glamour on Seaside - first version
>>
>>
>> Hi,
>>
>> We are happy to announce the first version of Glamour on Seaside. This
>> work was carried out by Andrei Vasile Chis and was sponsored by ESUG. The
>> project offers a Seaside-based rendering of Glamour browsers. In other
>> words, once you have a browser in Glamour, you can now simply display it
>> on the web.
>>
>> You can obtain the code in two ways:
>> - Nightly built image:
>> http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
>> - Metacello configuration loadable in Pharo 1.1 (not Core)
>> Gofer new
>> squeaksource: 'Glamour';
>> package: 'ConfigurationOfGlamourSeaside';
>> load.
>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>
>> A couple of examples are available on the Moose server:
>> http://online.moosetechnology.org/glamour/basicExamples (a number of
>> example browsers)
>> http://online.moosetechnology.org/moose/metaBrowser (a browser for the
>> meta-model of Moose)
>>
>>
>> Several developments are planned for the near future, so stay tuned for
>> more news.
>>
>> We would highly appreciate any kind of feedback.
>>
>> Cheers,
>> Andrei and Doru
>>
>> _______________________________________________
>> 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
>
> --
> www.tudorgirba.com
>
> "Not knowing how to do something is not an argument for how it cannot be
> done."
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"The coherence of a trip is given by the clearness of the goal."




_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Tudor Girba
As I said below:

1. take a Pharo 1.1 image:
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip

2. execute:
Gofer new
        squeaksource: 'Glamour';
        package: 'ConfigurationOfGlamourSeaside';
        load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

Cheers,
Doru



On 28 Sep 2010, at 15:12, Lorenzo Schiavina wrote:

> Can you tell me what I have to do for being able to install the pachage?
>
> Grazie
> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
> To: "Seaside - general discussion" <[hidden email]>
> Sent: Tuesday, September 28, 2010 1:23 PM
> Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version
>
>
> We never tried with that image, but it can very well be that the error happens when you try to load package versions that are incompatible with the image.
>
> Cheers,
> Doru
>
>
> On 28 Sep 2010, at 09:44, Lorenzo Schiavina wrote:
>
>> I used Seaside 3.0rc
>>
>> Ciao
>> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
>> To: "Seaside - general discussion" <[hidden email]>
>> Sent: Tuesday, September 28, 2010 9:15 AM
>> Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version
>>
>>
>> Hi Lorenzo,
>>
>> Did you get this problem by loading in a Pharo 1.1 (not core) image?
>>
>> Cheers,
>> Doru
>>
>>
>> On 28 Sep 2010, at 09:08, Lorenzo Schiavina wrote:
>>
>>> Hi,
>>>
>>> great work!
>>>
>>> I found an error installing with:
>>>
>>> Gofer new
>>> squeaksource: 'Glamour';
>>> package: 'ConfigurationOfGlamourSeaside';
>>> load.
>>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>>
>>> in the method:
>>>
>>> initializeWithClassName: classString
>>> classIsMeta: metaBoolean
>>> selector: selectorString
>>> category: catString
>>> timeStamp: timeString
>>> source: sourceString
>>>
>>> the argument catString is empty and an error  is generated.
>>>
>>> Regards
>>>
>>>
>>>
>>>
>>> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
>>> To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development" <[hidden email]>; "Seaside - general discussion" <[hidden email]>; "ESUG Members" <[hidden email]>
>>> Sent: Sunday, September 26, 2010 11:15 PM
>>> Subject: [Seaside] [ANN] Glamour on Seaside - first version
>>>
>>>
>>> Hi,
>>>
>>> We are happy to announce the first version of Glamour on Seaside. This work was carried out by Andrei Vasile Chis and was sponsored by ESUG. The project offers a Seaside-based rendering of Glamour browsers. In other words, once you have a browser in Glamour, you can now simply display it on the web.
>>>
>>> You can obtain the code in two ways:
>>> - Nightly built image:
>>> http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
>>> - Metacello configuration loadable in Pharo 1.1 (not Core)
>>> Gofer new
>>> squeaksource: 'Glamour';
>>> package: 'ConfigurationOfGlamourSeaside';
>>> load.
>>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>>
>>> A couple of examples are available on the Moose server:
>>> http://online.moosetechnology.org/glamour/basicExamples (a number of example browsers)
>>> http://online.moosetechnology.org/moose/metaBrowser (a browser for the meta-model of Moose)
>>>
>>>
>>> Several developments are planned for the near future, so stay tuned for more news.
>>>
>>> We would highly appreciate any kind of feedback.
>>>
>>> Cheers,
>>> Andrei and Doru
>>>
>>> _______________________________________________
>>> 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
>>
>> --
>> www.tudorgirba.com
>>
>> "Not knowing how to do something is not an argument for how it cannot be done."
>>
>> _______________________________________________
>> 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
>
> --
> www.tudorgirba.com
>
> "The coherence of a trip is given by the clearness of the goal."
>
>
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Some battles are better lost than fought."



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Glamour on Seaside - first version

Lorenzo
Thank Tudor, it works

Lorenzo

----- Original Message -----
From: "Tudor Girba" <[hidden email]>
To: "Seaside - general discussion" <[hidden email]>
Sent: Tuesday, September 28, 2010 9:02 PM
Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version


As I said below:

1. take a Pharo 1.1 image:
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip

2. execute:
Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamourSeaside';
load.
(Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.

Cheers,
Doru



On 28 Sep 2010, at 15:12, Lorenzo Schiavina wrote:

> Can you tell me what I have to do for being able to install the pachage?
>
> Grazie
> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
> To: "Seaside - general discussion" <[hidden email]>
> Sent: Tuesday, September 28, 2010 1:23 PM
> Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version
>
>
> We never tried with that image, but it can very well be that the error
> happens when you try to load package versions that are incompatible with
> the image.
>
> Cheers,
> Doru
>
>
> On 28 Sep 2010, at 09:44, Lorenzo Schiavina wrote:
>
>> I used Seaside 3.0rc
>>
>> Ciao
>> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
>> To: "Seaside - general discussion" <[hidden email]>
>> Sent: Tuesday, September 28, 2010 9:15 AM
>> Subject: Re: [Seaside] [ANN] Glamour on Seaside - first version
>>
>>
>> Hi Lorenzo,
>>
>> Did you get this problem by loading in a Pharo 1.1 (not core) image?
>>
>> Cheers,
>> Doru
>>
>>
>> On 28 Sep 2010, at 09:08, Lorenzo Schiavina wrote:
>>
>>> Hi,
>>>
>>> great work!
>>>
>>> I found an error installing with:
>>>
>>> Gofer new
>>> squeaksource: 'Glamour';
>>> package: 'ConfigurationOfGlamourSeaside';
>>> load.
>>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>>
>>> in the method:
>>>
>>> initializeWithClassName: classString
>>> classIsMeta: metaBoolean
>>> selector: selectorString
>>> category: catString
>>> timeStamp: timeString
>>> source: sourceString
>>>
>>> the argument catString is empty and an error  is generated.
>>>
>>> Regards
>>>
>>>
>>>
>>>
>>> ----- Original Message ----- From: "Tudor Girba" <[hidden email]>
>>> To: "Moose-dev Moose Dev" <[hidden email]>; "Pharo Development"
>>> <[hidden email]>; "Seaside - general discussion"
>>> <[hidden email]>; "ESUG Members"
>>> <[hidden email]>
>>> Sent: Sunday, September 26, 2010 11:15 PM
>>> Subject: [Seaside] [ANN] Glamour on Seaside - first version
>>>
>>>
>>> Hi,
>>>
>>> We are happy to announce the first version of Glamour on Seaside. This
>>> work was carried out by Andrei Vasile Chis and was sponsored by ESUG.
>>> The project offers a Seaside-based rendering of Glamour browsers. In
>>> other words, once you have a browser in Glamour, you can now simply
>>> display it on the web.
>>>
>>> You can obtain the code in two ways:
>>> - Nightly built image:
>>> http://hudson.moosetechnology.org/job/moose-with-glamour-seaside/lastSuccessfulBuild/artifact/moose-seaside/*zip*/moose-seaside.zip
>>> - Metacello configuration loadable in Pharo 1.1 (not Core)
>>> Gofer new
>>> squeaksource: 'Glamour';
>>> package: 'ConfigurationOfGlamourSeaside';
>>> load.
>>> (Smalltalk at: #ConfigurationOfGlamourSeaside) loadDefault.
>>>
>>> A couple of examples are available on the Moose server:
>>> http://online.moosetechnology.org/glamour/basicExamples (a number of
>>> example browsers)
>>> http://online.moosetechnology.org/moose/metaBrowser (a browser for the
>>> meta-model of Moose)
>>>
>>>
>>> Several developments are planned for the near future, so stay tuned for
>>> more news.
>>>
>>> We would highly appreciate any kind of feedback.
>>>
>>> Cheers,
>>> Andrei and Doru
>>>
>>> _______________________________________________
>>> 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
>>
>> --
>> www.tudorgirba.com
>>
>> "Not knowing how to do something is not an argument for how it cannot be
>> done."
>>
>> _______________________________________________
>> 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
>
> --
> www.tudorgirba.com
>
> "The coherence of a trip is given by the clearness of the goal."
>
>
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Some battles are better lost than fought."



_______________________________________________
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