Another problem GlamourExamples and EyeSee and others

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

Another problem GlamourExamples and EyeSee and others

Stéphane Ducasse
 HI doru

 GLMBrowserTemplate

        You must resolve these dependencies before you will be able to load these definitions:

  GLMEyeSeeExamplesBrowser

I checked and


GLMEyeSeeExamplesBrowser class >> open
        ^ self new openOn: ESExamples

package: 'Glamour-Examples' ;
        look bogus
        it depends on Magritte!, EyeSee and Roassal

I tried

package: 'Glamour-Examples' with: [spec requires: #('Glamour-Magritte-Presentations' 'Glamour-EyeSee-Presentations' 'Glamour-Mondrian-Presentations')] ;

but I navigate in the total guess here.

Can you have a look?

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

Re: Another problem GlamourExamples and EyeSee and others

Tudor Girba-2
Hi,

I know that Examples are rather broken, but never got the time to fix it. Anyway, now I added:
package: 'Glamour-Examples' with: [spec requires: #('Glamour-Tools')];
package: 'Glamour-Tools' with: [spec requires: #('Glamour-Core' 'CollectionExtensions')];

It should be enough for loading purposes.

Cheers,
Doru



On Sun, Aug 11, 2013 at 11:05 AM, Stéphane Ducasse <[hidden email]> wrote:
 HI doru

 GLMBrowserTemplate

        You must resolve these dependencies before you will be able to load these definitions:

  GLMEyeSeeExamplesBrowser

I checked and


GLMEyeSeeExamplesBrowser class >> open
        ^ self new openOn: ESExamples

package: 'Glamour-Examples' ;
        look bogus
        it depends on Magritte!, EyeSee and Roassal

I tried

package: 'Glamour-Examples' with: [spec requires: #('Glamour-Magritte-Presentations' 'Glamour-EyeSee-Presentations' 'Glamour-Mondrian-Presentations')] ;

but I navigate in the total guess here.

Can you have a look?

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



--

"Every thing has its own flow"

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

Re: Another problem GlamourExamples and EyeSee and others

Stéphane Ducasse
Ok I will check later.
Now I continue with my image where I fix everything I find.

Stef

On Aug 11, 2013, at 1:22 PM, Tudor Girba <[hidden email]> wrote:

Hi,

I know that Examples are rather broken, but never got the time to fix it. Anyway, now I added:
package: 'Glamour-Examples' with: [spec requires: #('Glamour-Tools')];
package: 'Glamour-Tools' with: [spec requires: #('Glamour-Core' 'CollectionExtensions')];

It should be enough for loading purposes.

Cheers,
Doru



On Sun, Aug 11, 2013 at 11:05 AM, Stéphane Ducasse <[hidden email]> wrote:
 HI doru

 GLMBrowserTemplate

        You must resolve these dependencies before you will be able to load these definitions:

  GLMEyeSeeExamplesBrowser

I checked and


GLMEyeSeeExamplesBrowser class >> open
        ^ self new openOn: ESExamples

package: 'Glamour-Examples' ;
        look bogus
        it depends on Magritte!, EyeSee and Roassal

I tried

package: 'Glamour-Examples' with: [spec requires: #('Glamour-Magritte-Presentations' 'Glamour-EyeSee-Presentations' 'Glamour-Mondrian-Presentations')] ;

but I navigate in the total guess here.

Can you have a look?

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



--

"Every thing has its own flow"
_______________________________________________
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