Error while downloading glamor in pharo 1.4

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

Error while downloading glamor in pharo 1.4

Guillermo Polito
Hi!

I'm trying to load Glamour in pharo 1.4 with the following script:

Gofer it
    squeaksource: 'Glamour';
    package: 'ConfigurationOfGlamour';
    load.

(ConfigurationOfGlamour project version: '2.3') load: #('Core' 'Morphic' 'Glamour-Magritte-Presentations')

And I'm having the following error:

This package depends on the following classes:
  GLMOpenBrowserAction
You must resolve these dependencies before you will be able to load these definitions:
  morphicActOn:


Any idea?

Guille

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Error while downloading glamor in pharo 1.4

Tudor Girba-2
It appears that the version is broken :).

I still did not get enough time to fix the configuration beyond the use of the 'default' version :(

Doru


On 19 Apr 2012, at 17:11, Guillermo Polito wrote:

> Hi!
>
> I'm trying to load Glamour in pharo 1.4 with the following script:
>
> Gofer it
>     squeaksource: 'Glamour';
>     package: 'ConfigurationOfGlamour';
>     load.
>
> (ConfigurationOfGlamour project version: '2.3') load: #('Core' 'Morphic' 'Glamour-Magritte-Presentations')
>
> And I'm having the following error:
>
> This package depends on the following classes:
>   GLMOpenBrowserAction
> You must resolve these dependencies before you will be able to load these definitions:
>   morphicActOn:
>
>
> Any idea?
>
> Guille
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"One cannot do more than one can do."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Error while downloading glamor in pharo 1.4

Guillermo Polito
Hi Doru, list,

I fixed the configuration to point to the latest version of each package.  So it stands like:

    spec for: #'common' version: '2.1'.
    spec for: #'pharo1.3.x' version: '2.2'.
    spec for: #'pharo1.4.x' version: '2.3'.

Now, what about freezing 2.3 and start working on 2.4?  That way projects using glamour can freeze it their dependencies also so far - just like the dbx browser :P.
And publish it in MetaFor14 so it becomes available on the ConfigurationBrowser? :)

People say yes, I commit ;).

Guille

On Thu, Apr 19, 2012 at 10:14 PM, Tudor Girba <[hidden email]> wrote:
It appears that the version is broken :).

I still did not get enough time to fix the configuration beyond the use of the 'default' version :(

Doru


On 19 Apr 2012, at 17:11, Guillermo Polito wrote:

> Hi!
>
> I'm trying to load Glamour in pharo 1.4 with the following script:
>
> Gofer it
>     squeaksource: 'Glamour';
>     package: 'ConfigurationOfGlamour';
>     load.
>
> (ConfigurationOfGlamour project version: '2.3') load: #('Core' 'Morphic' 'Glamour-Magritte-Presentations')
>
> And I'm having the following error:
>
> This package depends on the following classes:
>   GLMOpenBrowserAction
> You must resolve these dependencies before you will be able to load these definitions:
>   morphicActOn:
>
>
> Any idea?
>
> Guille
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"One cannot do more than one can do."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Error while downloading glamor in pharo 1.4

Tudor Girba-2
Yes :)

Thanks,
Doru


On 26 Apr 2012, at 20:08, Guillermo Polito wrote:

> Hi Doru, list,
>
> I fixed the configuration to point to the latest version of each package.  So it stands like:
>
>     spec for: #'common' version: '2.1'.
>     spec for: #'pharo1.3.x' version: '2.2'.
>     spec for: #'pharo1.4.x' version: '2.3'.
>
> Now, what about freezing 2.3 and start working on 2.4?  That way projects using glamour can freeze it their dependencies also so far - just like the dbx browser :P.
> And publish it in MetaFor14 so it becomes available on the ConfigurationBrowser? :)
>
> People say yes, I commit ;).
>
> Guille
>
> On Thu, Apr 19, 2012 at 10:14 PM, Tudor Girba <[hidden email]> wrote:
> It appears that the version is broken :).
>
> I still did not get enough time to fix the configuration beyond the use of the 'default' version :(
>
> Doru
>
>
> On 19 Apr 2012, at 17:11, Guillermo Polito wrote:
>
> > Hi!
> >
> > I'm trying to load Glamour in pharo 1.4 with the following script:
> >
> > Gofer it
> >     squeaksource: 'Glamour';
> >     package: 'ConfigurationOfGlamour';
> >     load.
> >
> > (ConfigurationOfGlamour project version: '2.3') load: #('Core' 'Morphic' 'Glamour-Magritte-Presentations')
> >
> > And I'm having the following error:
> >
> > This package depends on the following classes:
> >   GLMOpenBrowserAction
> > You must resolve these dependencies before you will be able to load these definitions:
> >   morphicActOn:
> >
> >
> > Any idea?
> >
> > Guille
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "One cannot do more than one can do."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"One cannot do more than one can do."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Error while downloading glamor in pharo 1.4

Guillermo Polito
Done!

On Thu, Apr 26, 2012 at 9:32 PM, Tudor Girba <[hidden email]> wrote:
Yes :)

Thanks,
Doru


On 26 Apr 2012, at 20:08, Guillermo Polito wrote:

> Hi Doru, list,
>
> I fixed the configuration to point to the latest version of each package.  So it stands like:
>
>     spec for: #'common' version: '2.1'.
>     spec for: #'pharo1.3.x' version: '2.2'.
>     spec for: #'pharo1.4.x' version: '2.3'.
>
> Now, what about freezing 2.3 and start working on 2.4?  That way projects using glamour can freeze it their dependencies also so far - just like the dbx browser :P.
> And publish it in MetaFor14 so it becomes available on the ConfigurationBrowser? :)
>
> People say yes, I commit ;).
>
> Guille
>
> On Thu, Apr 19, 2012 at 10:14 PM, Tudor Girba <[hidden email]> wrote:
> It appears that the version is broken :).
>
> I still did not get enough time to fix the configuration beyond the use of the 'default' version :(
>
> Doru
>
>
> On 19 Apr 2012, at 17:11, Guillermo Polito wrote:
>
> > Hi!
> >
> > I'm trying to load Glamour in pharo 1.4 with the following script:
> >
> > Gofer it
> >     squeaksource: 'Glamour';
> >     package: 'ConfigurationOfGlamour';
> >     load.
> >
> > (ConfigurationOfGlamour project version: '2.3') load: #('Core' 'Morphic' 'Glamour-Magritte-Presentations')
> >
> > And I'm having the following error:
> >
> > This package depends on the following classes:
> >   GLMOpenBrowserAction
> > You must resolve these dependencies before you will be able to load these definitions:
> >   morphicActOn:
> >
> >
> > Any idea?
> >
> > Guille
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "One cannot do more than one can do."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"One cannot do more than one can do."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev